mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 05:11:55 +01:00
Scripts/MGT: corrected some enumations for two door entries and removed a unneeded spellMgr change
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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