Core/Spells: "Fixed" Inescapable Torment talent dealing damage to priest when learning (and somtimes killing on login)
Port From (https://github.com/TrinityCore/TrinityCore/commit/f331bd1a28ec24e5a03544d929263ed3aaeef725)
This commit is contained in:
@@ -3679,6 +3679,16 @@ namespace Game.Entities
|
||||
spellInfo.RangeEntry = CliDB.SpellRangeStorage.LookupByKey(6); // 100yd
|
||||
});
|
||||
|
||||
// Inescapable Torment
|
||||
ApplySpellFix([373427], spellInfo =>
|
||||
{
|
||||
// Remove self-damage from passive aura on learn
|
||||
ApplySpellEffectFix(spellInfo, 3, spellEffectInfo =>
|
||||
{
|
||||
spellEffectInfo.Effect = SpellEffectName.Dummy;
|
||||
});
|
||||
});
|
||||
|
||||
//
|
||||
// VIOLET HOLD SPELLS
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user