mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Core/Commands: Fixed wrong field being used to determine instance type in .lookup map id
This commit is contained in:
@@ -1434,7 +1434,7 @@ public:
|
||||
if (mapInfo->IsContinent())
|
||||
ss << handler->GetTrinityString(LANG_CONTINENT);
|
||||
|
||||
switch (mapInfo->MapType)
|
||||
switch (mapInfo->InstanceType)
|
||||
{
|
||||
case MAP_INSTANCE:
|
||||
ss << handler->GetTrinityString(LANG_INSTANCE);
|
||||
|
||||
Reference in New Issue
Block a user