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