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
@@ -128,7 +128,7 @@ namespace Scripts.Northrend.Gundrak
class instance_gundrak_InstanceMapScript : InstanceScript
{
public instance_gundrak_InstanceMapScript(Map map) : base(map)
public instance_gundrak_InstanceMapScript(InstanceMap map) : base(map)
{
SetHeaders("GD");
SetBossNumber(5);