forked from metin2/server
fix libsql header encoding
This commit is contained in:
parent
869720f9e6
commit
350fb0d424
|
@ -99,8 +99,8 @@ typedef struct _SQLMsg
|
||||||
int iID;
|
int iID;
|
||||||
std::string stQuery;
|
std::string stQuery;
|
||||||
|
|
||||||
std::vector<SQLResult *> vec_pkResult; // result 벡터
|
std::vector<SQLResult *> vec_pkResult; // result 벡터
|
||||||
unsigned int uiResultPos; // 현재 result 위치
|
unsigned int uiResultPos; // 현재 result 위치
|
||||||
|
|
||||||
void * pvUserData;
|
void * pvUserData;
|
||||||
bool bReturn;
|
bool bReturn;
|
||||||
|
|
Loading…
Reference in New Issue