mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-06 12:27:48 +00:00
fix(Core/Spells): Fixed somed Druid idols not being modified by spell… (#15452)
fix(Core/Spells): Fixed somed Druid idols not being modified by spell power coefficients. Fixes #14479
This commit is contained in:
@@ -430,13 +430,6 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
spellInfo->Effects[EFFECT_0].SpellClassMask = flag96(0x00000040, 0x00000000, 0x00000000);
|
||||
});
|
||||
|
||||
// Idol of the Flourishing Life
|
||||
ApplySpellFix({ 64949 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->Effects[EFFECT_0].SpellClassMask = flag96(0x00000000, 0x02000000, 0x00000000);
|
||||
spellInfo->Effects[EFFECT_0].ApplyAuraName = SPELL_AURA_ADD_FLAT_MODIFIER;
|
||||
});
|
||||
|
||||
ApplySpellFix({
|
||||
34231, // Libram of the Lightbringer
|
||||
60792, // Libram of Tolerance
|
||||
|
||||
Reference in New Issue
Block a user