mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Core/Spells: removed spell hack from eclipse system and fixed the eclipse system entirely
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user