Skip to content

Commit

Permalink
[9781] One more typo in instance_template loading error output.
Browse files Browse the repository at this point in the history
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
  • Loading branch information
marintrica authored and VladimirMangos committed Apr 23, 2010
1 parent af06636 commit 022bc47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/game/ObjectMgr.cpp
Expand Up @@ -4701,7 +4701,7 @@ void ObjectMgr::LoadInstanceTemplate()
MapEntry const* parentEntry = sMapStore.LookupEntry(temp->parent);
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);
const_cast<InstanceTemplate*>(temp)->parent = 0;
continue;
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9780"
#define REVISION_NR "9781"
#endif // __REVISION_NR_H__

0 comments on commit 022bc47

Please sign in to comment.