[6843] Fixed build error. Not rebuild before commit, sorry :/

This commit is contained in:
VladimirMangos 2008-11-23 11:55:27 +03:00
parent 2da935ecc4
commit 17c6182eca
2 changed files with 2 additions and 2 deletions

View file

@ -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
{