game and db is building on windows
This commit is contained in:
@@ -191,7 +191,7 @@ namespace quest
|
||||
TPacketGDGuildWarBet p;
|
||||
|
||||
p.dwWarID = (DWORD) lua_tonumber(L, 1);
|
||||
strlcpy(p.szLogin, ch->GetDesc()->GetAccountTable().login, sizeof(p.szLogin));
|
||||
std::strncpy(p.szLogin, ch->GetDesc()->GetAccountTable().login, sizeof(p.szLogin));
|
||||
p.dwGuild = (DWORD) lua_tonumber(L, 2);
|
||||
p.dwGold = (DWORD) lua_tonumber(L, 3);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user