[11345] More informative message for nonexisten pettition.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Yehonal 2011-04-13 20:05:36 +04:00 committed by VladimirMangos
parent b4ab2b2441
commit 42880e2b8a
2 changed files with 2 additions and 2 deletions

View file

@ -736,7 +736,7 @@ void WorldSession::HandleTurnInPetitionOpcode(WorldPacket & recv_data)
} }
else else
{ {
sLog.outError("petition table has broken data!"); sLog.outError("CMSG_TURN_IN_PETITION: petition table not have data for guid %u!", petitionGuid.GetCounter());
return; return;
} }

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 "11344" #define REVISION_NR "11345"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__