mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[6843] Fixed build error. Not rebuild before commit, sorry :/
This commit is contained in:
parent
2da935ecc4
commit
17c6182eca
2 changed files with 2 additions and 2 deletions
|
|
@ -5592,7 +5592,7 @@ bool ChatHandler::HandleWritePDumpCommand(const char *args)
|
|||
|
||||
uint32 guid;
|
||||
// character name can't start from number
|
||||
if (isNumeric(p2[0])
|
||||
if (isNumeric(p2[0]))
|
||||
guid = atoi(p2);
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue