mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "6842"
|
||||
#define REVISION_NR "6843"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue