Scripts/Misc: Use InstanceMap in InstanceScript instead of Map

This commit is contained in:
hondacrx
2018-06-16 18:06:55 -04:00
parent 01e6357df2
commit b3e8e4f05f
14 changed files with 16 additions and 16 deletions
@@ -32,7 +32,7 @@ namespace Scripts.Kalimdor
class RagefireChasmInstanceMapScript : InstanceScript
{
public RagefireChasmInstanceMapScript(Map map) : base(map) { }
public RagefireChasmInstanceMapScript(InstanceMap map) : base(map) { }
}
}
}