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

@@ -5189,8 +5189,6 @@ void SpellMgr::LoadSpellInfoCorrections()
properties->Type = SUMMON_TYPE_TOTEM;
if (SummonPropertiesEntry* properties = const_cast<SummonPropertiesEntry*>(sSummonPropertiesStore.LookupEntry(3069))) // Wild Mushroom
properties->Type = SUMMON_TYPE_MINION;
if (SummonPropertiesEntry* properties = const_cast<SummonPropertiesEntry*>(sSummonPropertiesStore.LookupEntry(61))) // Summon Arcane Spheres
properties->Type = SUMMON_TYPE_NONE;
if (SummonPropertiesEntry* properties = const_cast<SummonPropertiesEntry*>(sSummonPropertiesStore.LookupEntry(628))) // Hungry Plaguehound
properties->Category = SUMMON_CATEGORY_PET;

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,