mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Spells: "Fixed" Inescapable Torment talent dealing damage to priest when learning (and somtimes killing on login)
This commit is contained in:
@@ -3997,6 +3997,16 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(6); // 100yd
|
||||
});
|
||||
|
||||
// Inescapable Torment
|
||||
ApplySpellFix({ 373427 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
// Remove self-damage from passive aura on learn
|
||||
ApplySpellEffectFix(spellInfo, EFFECT_3, [](SpellEffectInfo* spellEffectInfo)
|
||||
{
|
||||
spellEffectInfo->Effect = SPELL_EFFECT_DUMMY;
|
||||
});
|
||||
});
|
||||
|
||||
//
|
||||
// VIOLET HOLD SPELLS
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user