diff --git a/Source/Game/Chat/Commands/LookupCommands.cs b/Source/Game/Chat/Commands/LookupCommands.cs index f8f4bcbad..3aa3eacb7 100644 --- a/Source/Game/Chat/Commands/LookupCommands.cs +++ b/Source/Game/Chat/Commands/LookupCommands.cs @@ -805,7 +805,7 @@ namespace Game.Chat if (mapInfo.IsContinent()) ss.Append(handler.GetCypherString(CypherStrings.Continent)); - switch ((MapTypes)mapInfo.MapType) + switch (mapInfo.InstanceType) { case MapTypes.Instance: ss.Append(handler.GetCypherString(CypherStrings.Instance));