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

Port From (https://github.com/TrinityCore/TrinityCore/commit/d54ee7a2808e2bc8077b7ed9e6df2eeb22829b7a)
This commit is contained in:
Hondacrx
2024-08-25 21:27:47 -04:00
parent 352ad25112
commit bfd59f04cf
2 changed files with 100 additions and 0 deletions
+15
View File
@@ -4341,6 +4341,21 @@ namespace Game.Entities
// ENDOF ANTORUS THE BURNING THRONE SPELLS
//
// STORMSONG VALLEY SPELLS
//
// Void Orb
ApplySpellFix([273467], spellInfo =>
{
ApplySpellEffectFix(spellInfo, 0, spellEffectInfo =>
{
spellEffectInfo.TargetARadiusEntry = CliDB.SpellRadiusStorage.LookupByKey(EffectRadiusIndex.Yards0_5);
});
});
// ENDOF STORMSONG VALLEY SPELLS
// Summon Master Li Fei
ApplySpellFix(new[] { 102445 }, spellInfo =>
{