mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user