Fix warning on Windows. (#89)

This commit is contained in:
Rival 2016-08-14 20:06:09 +03:00 committed by Shin
parent 293818a8f8
commit e2daeebd98

View file

@ -520,7 +520,7 @@ public:
do{
uint64 _guid = result->Fetch()[0].GetUInt64();
char buff[20];
sprintf(buff,"%u.dump", _guid);
sprintf(buff,"%I64u", _guid);
switch(PlayerDumpWriter().WriteDump(buff, uint32(_guid)))
{
case DUMP_SUCCESS: