mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[9781] One more typo in instance_template loading error output.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
236a578d52
commit
6cff390de2
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9780"
|
||||
#define REVISION_NR "9781"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue