From 8fe0ac3cd15985cf2bb3acc5b20460728bbf581c Mon Sep 17 00:00:00 2001 From: Ovah Date: Tue, 22 Feb 2022 17:58:41 +0100 Subject: Core/Spells: removed hackfix for Elemental Oath and replaced it with a proper implementation (#27812) --- src/server/game/Spells/SpellMgr.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/server/game') diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 734360cea22..46ce4c7b0b0 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3596,18 +3596,6 @@ void SpellMgr::LoadSpellInfoCorrections() spellInfo->Stances = UI64LIT(1) << (FORM_TREE - 1); }); - // Elemental Oath - ApplySpellFix({ - 51466, // (Rank 1) - 51470 // (Rank 2) - }, [](SpellInfo* spellInfo) - { - spellInfo->_GetEffect(EFFECT_1).Effect = SPELL_EFFECT_APPLY_AURA; - spellInfo->_GetEffect(EFFECT_1).ApplyAuraName = SPELL_AURA_ADD_FLAT_MODIFIER; - spellInfo->_GetEffect(EFFECT_1).MiscValue = SPELLMOD_EFFECT2; - spellInfo->_GetEffect(EFFECT_1).SpellClassMask = flag96(0x00000000, 0x00004000, 0x00000000); - }); - // Improved Shadowform (Rank 1) ApplySpellFix({ 47569 }, [](SpellInfo* spellInfo) { -- cgit v1.2.3