Scripts/StormsongValley-ish: Added scripts for old god forces for Kul Tiran unlock questline in Port Fogtide Part 1 / K'thir (#30000)

This commit is contained in:
ModoX
2024-06-04 00:53:18 +02:00
committed by GitHub
parent d82bfe463a
commit d54ee7a280
3 changed files with 191 additions and 0 deletions

View File

@@ -4729,6 +4729,21 @@ void SpellMgr::LoadSpellInfoCorrections()
// ENDOF ANTORUS THE BURNING THRONE SPELLS
//
// STORMSONG VALLEY SPELLS
//
// Void Orb
ApplySpellFix({ 273467 }, [](SpellInfo* spellInfo)
{
ApplySpellEffectFix(spellInfo, EFFECT_0, [](SpellEffectInfo* spellEffectInfo)
{
spellEffectInfo->TargetARadiusEntry = sSpellRadiusStore.LookupEntry(EFFECT_RADIUS_0_5_YARDS);
});
});
// ENDOF STORMSONG VALLEY SPELLS
//
// SEPULCHER OF THE FIRST ONES
//