mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 06:06:23 +00:00
fix(Core/Spells): Hand of Protection no longer removes Nalorak's Mangle (#21413)
This commit is contained in:
@@ -4870,6 +4870,12 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
spellInfo->Effects[EFFECT_0].RealPointsPerLevel = 0;
|
||||
});
|
||||
|
||||
// Mangle (Nalorakk)
|
||||
ApplySpellFix({ 42389 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->SchoolMask = SPELL_SCHOOL_MASK_NATURE;
|
||||
});
|
||||
|
||||
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
|
||||
{
|
||||
SpellInfo* spellInfo = mSpellInfoMap[i];
|
||||
|
||||
Reference in New Issue
Block a user