mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-10 20:19:49 +01:00
Scripts/MGT: corrected some enumations for two door entries and removed a unneeded spellMgr change
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user