mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
fix(Core/Spells): Remove level scaling from Booming Voice (#21054)
This commit is contained in:
@@ -4862,6 +4862,12 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
spellInfo->RequiresSpellFocus = 0;
|
||||
});
|
||||
|
||||
// Booming Voice
|
||||
ApplySpellFix({ 40080 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->Effects[EFFECT_0].RealPointsPerLevel = 0;
|
||||
});
|
||||
|
||||
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
|
||||
{
|
||||
SpellInfo* spellInfo = mSpellInfoMap[i];
|
||||
|
||||
Reference in New Issue
Block a user