[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; uint32 guid;
// character name can't start from number // character name can't start from number
if (isNumeric(p2[0]) if (isNumeric(p2[0]))
guid = atoi(p2); guid = atoi(p2);
else else
{ {

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "6842" #define REVISION_NR "6843"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__