mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +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);
|
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;
|
||||||
|
|
|
||||||
|
|
@ -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__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue