fix(Core/Spells): Luffa removing bleeds over level 60 (#20411)

* fix(Core/Spells): Luffa

* Update spell_item.cpp

* Update spell_item.cpp

* Update spell_item.cpp
This commit is contained in:
avarishd
2024-11-04 22:09:10 +02:00
committed by GitHub
parent 7ad00f9633
commit 1c22cdcab2
3 changed files with 53 additions and 6 deletions

View File

@@ -4000,12 +4000,6 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->Effects[EFFECT_0].TargetB = SpellImplicitTargetInfo();
});
// Luffa
ApplySpellFix({ 23595 }, [](SpellInfo* spellInfo)
{
spellInfo->Effects[EFFECT_0].BasePoints = 1; // Remove only 1 bleed effect
});
// Eye of Kilrogg Passive (DND)
ApplySpellFix({ 2585 }, [](SpellInfo* spellInfo)
{