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:
@@ -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 =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user