nightly #1

Merged
WildEgo merged 57 commits from metin2/server:nightly into master 2024-04-23 13:17:20 +03:00
Showing only changes of commit 350fb0d424 - Show all commits

View File

@ -99,8 +99,8 @@ typedef struct _SQLMsg
int iID;
std::string stQuery;
std::vector<SQLResult *> vec_pkResult; // result 벡터
unsigned int uiResultPos; // 현재 result 위치
std::vector<SQLResult *> vec_pkResult; // result 벡터
unsigned int uiResultPos; // 현재 result 위치
void * pvUserData;
bool bReturn;