Core/Spells: removed spell hack from eclipse system and fixed the eclipse system entirely

This commit is contained in:
Ovalord
2018-01-16 21:21:44 +01:00
parent 21a8784d39
commit 738653de06
3 changed files with 74 additions and 25 deletions

View File

@@ -3251,16 +3251,6 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->Effects[EFFECT_0].SpellClassMask = flag96(0x00067801, 0x10820001, 0x00000801);
});
ApplySpellFix({
5176, // Wrath
2912, // Starfire
78674 // Starsurge
}, [](SpellInfo* spellInfo)
{
spellInfo->Effects[EFFECT_1].Effect = SPELL_EFFECT_DUMMY;
spellInfo->Effects[EFFECT_1].TargetA = TARGET_UNIT_CASTER;
});
ApplySpellFix({
70728, // Exploit Weakness (needs target selection script)
70840 // Devious Minds (needs target selection script)