Scripts/Misc: Use InstanceMap in InstanceScript instead of Map
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Scripts.Kalimdor
|
||||
|
||||
class RagefireChasmInstanceMapScript : InstanceScript
|
||||
{
|
||||
public RagefireChasmInstanceMapScript(Map map) : base(map) { }
|
||||
public RagefireChasmInstanceMapScript(InstanceMap map) : base(map) { }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user