forked from metin2/server
Database now runs on linux
This commit is contained in:
@@ -77,7 +77,7 @@ void SendPanamaList(LPDESC d)
|
||||
|
||||
while (it != s_panamaVector.end())
|
||||
{
|
||||
strlcpy(pack.szPackName, it->first.c_str(), sizeof(pack.szPackName));
|
||||
strncpy(pack.szPackName, it->first.c_str(), sizeof(pack.szPackName));
|
||||
memcpy(pack.abIV, it->second, sizeof(pack.abIV));
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user