Misc fixes, and added GetDebugInfo() which was missed.
This commit is contained in:
@@ -159,7 +159,7 @@ namespace Game.Chat.Commands
|
||||
InstanceTemplate temp = Global.ObjectMgr.GetInstanceTemplate(mapId);
|
||||
if (temp == null)
|
||||
{
|
||||
handler.SendSysMessage(CypherStrings.CommandMapNotInstance, mapId);
|
||||
//handler.SendSysMessage(CypherStrings.CommandMapNotInstance, mapId);
|
||||
return false;
|
||||
}
|
||||
string scriptname = Global.ObjectMgr.GetScriptName(temp.ScriptId);
|
||||
|
||||
Reference in New Issue
Block a user