Scripts/MGT: corrected some enumations for two door entries and removed a unneeded spellMgr change

This commit is contained in:
Ovahlord
2019-02-01 11:43:53 +01:00
parent 7ad45baf4a
commit f4a2822794
2 changed files with 2 additions and 4 deletions

View File

@@ -75,8 +75,8 @@ enum MTCreatureIds
enum MTGameObjectIds
{
GO_ASSEMBLY_CHAMBER_DOOR = 187979,
GO_SUNWELL_RAID_GATE_2 = 188065,
GO_ASSEMBLY_CHAMBER_DOOR = 188065,
GO_SUNWELL_RAID_GATE_2 = 187979,
GO_SUNWELL_RAID_GATE_4 = 187770,
GO_SUNWELL_RAID_GATE_5 = 187896,
GO_ASYLUM_DOOR = 188064,