diff options
Diffstat (limited to 'src/scripts/Commands/cs_character.cpp')
-rw-r--r-- | src/scripts/Commands/cs_character.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/Commands/cs_character.cpp b/src/scripts/Commands/cs_character.cpp index d78de158b9..0202a5444b 100644 --- a/src/scripts/Commands/cs_character.cpp +++ b/src/scripts/Commands/cs_character.cpp @@ -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: |