From 17c6182eca9e25fc398baebc887768b962372cc5 Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Sun, 23 Nov 2008 11:55:27 +0300 Subject: [PATCH] [6843] Fixed build error. Not rebuild before commit, sorry :/ --- src/game/Level3.cpp | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp index 2dcd52b9f..4b6372f53 100644 --- a/src/game/Level3.cpp +++ b/src/game/Level3.cpp @@ -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 { diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 2f747976f..84d1809ee 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "6842" + #define REVISION_NR "6843" #endif // __REVISION_NR_H__