fix(Scripts/BlackTemple): Mother Shahraz Periodic Beams (#19525)

* init

* Update boss_mother_shahraz.cpp
This commit is contained in:
Gultask
2024-07-29 23:49:58 -03:00
committed by GitHub
parent 277b618d60
commit fccfe51594
2 changed files with 8 additions and 2 deletions

View File

@@ -4792,6 +4792,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->Effects[EFFECT_0].RadiusEntry = sSpellRadiusStore.LookupEntry(EFFECT_RADIUS_20_YARDS);
});
// Random Periodic
ApplySpellFix({ 40867 }, [](SpellInfo* spellInfo)
{
spellInfo->Effects[EFFECT_0].Amplitude = 9000;
});
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
{
SpellInfo* spellInfo = mSpellInfoMap[i];