diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 75e292c8d76..9ea5e7ad7a2 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -5189,8 +5189,6 @@ void SpellMgr::LoadSpellInfoCorrections() properties->Type = SUMMON_TYPE_TOTEM; if (SummonPropertiesEntry* properties = const_cast(sSummonPropertiesStore.LookupEntry(3069))) // Wild Mushroom properties->Type = SUMMON_TYPE_MINION; - if (SummonPropertiesEntry* properties = const_cast(sSummonPropertiesStore.LookupEntry(61))) // Summon Arcane Spheres - properties->Type = SUMMON_TYPE_NONE; if (SummonPropertiesEntry* properties = const_cast(sSummonPropertiesStore.LookupEntry(628))) // Hungry Plaguehound properties->Category = SUMMON_CATEGORY_PET; diff --git a/src/server/scripts/EasternKingdoms/MagistersTerrace/magisters_terrace.h b/src/server/scripts/EasternKingdoms/MagistersTerrace/magisters_terrace.h index 186efce9437..8e0b4336b29 100644 --- a/src/server/scripts/EasternKingdoms/MagistersTerrace/magisters_terrace.h +++ b/src/server/scripts/EasternKingdoms/MagistersTerrace/magisters_terrace.h @@ -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,