[9781] One more typo in instance_template loading error output.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
marintrica 2010-04-23 15:15:37 +04:00 committed by VladimirMangos
parent 236a578d52
commit 6cff390de2
2 changed files with 2 additions and 2 deletions

View file

@ -4701,7 +4701,7 @@ void ObjectMgr::LoadInstanceTemplate()
MapEntry const* parentEntry = sMapStore.LookupEntry(temp->parent); MapEntry const* parentEntry = sMapStore.LookupEntry(temp->parent);
if (!parentEntry) if (!parentEntry)
{ {
sLog.outErrorDb("ObjectMgr::LoadInstanceTemplate: bad parent map id for instance template %d template!", sLog.outErrorDb("ObjectMgr::LoadInstanceTemplate: bad parent map id %u for instance template %d template!",
parentEntry->MapID, temp->map); parentEntry->MapID, temp->map);
const_cast<InstanceTemplate*>(temp)->parent = 0; const_cast<InstanceTemplate*>(temp)->parent = 0;
continue; continue;

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 "9780" #define REVISION_NR "9781"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__