From ef5c5ed9d9d693f022afd8998620990328e2eb36 Mon Sep 17 00:00:00 2001 From: joschiwald Date: Sat, 22 Jul 2017 20:00:42 +0200 Subject: Core/Spells: Removed SpellInfoCorrections of removed spells --- src/server/game/Spells/SpellMgr.cpp | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) (limited to 'src/server') diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index e75582b81cb..3b8f118a827 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3011,13 +3011,6 @@ void SpellMgr::LoadSpellInfoCorrections() const_cast(spellInfo->GetEffect(EFFECT_0))->TargetA = SpellImplicitTargetInfo(TARGET_UNIT_SRC_AREA_ENEMY); }); - // Glyph of Life Tap - ApplySpellFix({ 63320 }, [](SpellInfo* spellInfo) - { - // Entries were not updated after spell effect change, we have to do that manually :/ - spellInfo->AttributesEx3 |= SPELL_ATTR3_CAN_PROC_WITH_TRIGGERED; - }); - // Execute ApplySpellFix({ 5308 }, [](SpellInfo* spellInfo) { @@ -3142,9 +3135,7 @@ void SpellMgr::LoadSpellInfoCorrections() 34477, // Misdirection 48108, // Hot Streak 51124, // Killing Machine - 57761, // Fireball! - 64823, // Item - Druid T8 Balance 4P Bonus - 88819 // Daybreak + 64823 // Item - Druid T8 Balance 4P Bonus }, [](SpellInfo* spellInfo) { spellInfo->ProcCharges = 1; @@ -3156,13 +3147,6 @@ void SpellMgr::LoadSpellInfoCorrections() const_cast(spellInfo->GetEffect(EFFECT_0))->SpellClassMask = flag128(685904631, 1151048, 0, 0); }); - // Cobra Strikes - ApplySpellFix({ 53257 }, [](SpellInfo* spellInfo) - { - spellInfo->ProcCharges = 2; - spellInfo->StackAmount = 0; - }); - // Ascendance (Talisman of Ascendance trinket) ApplySpellFix({ 28200 }, [](SpellInfo* spellInfo) { @@ -3226,13 +3210,6 @@ void SpellMgr::LoadSpellInfoCorrections() spellInfo->AttributesEx3 |= SPELL_ATTR3_NO_INITIAL_AGGRO; }); - // Tremor Totem (instant pulse) - ApplySpellFix({ 8145 }, [](SpellInfo* spellInfo) - { - spellInfo->AttributesEx2 |= SPELL_ATTR2_CAN_TARGET_NOT_IN_LOS; - spellInfo->AttributesEx5 |= SPELL_ATTR5_START_PERIODIC_AT_APPLY; - }); - // Earthbind Totem (instant pulse) ApplySpellFix({ 6474 }, [](SpellInfo* spellInfo) { -- cgit v1.2.3