From 012444ba808d9838372ae396cd734edf192d05d7 Mon Sep 17 00:00:00 2001 From: offl Date: Mon, 31 May 2021 20:35:03 +0300 Subject: Scripts/Spells: Add comments with id & name of spells part 4 (cherry picked from commit e7e47866066f0b318c986c355dc4476b5948e622) --- src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp | 1 + src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp | 2 ++ src/server/scripts/EasternKingdoms/SunwellPlateau/boss_muru.cpp | 3 +++ 3 files changed, 6 insertions(+) (limited to 'src/server/scripts/EasternKingdoms') diff --git a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp index 7939eec00a2..9929bb3240a 100644 --- a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp +++ b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp @@ -847,6 +847,7 @@ enum HorseSeats SEAT_ID_0 = 0 }; +// 52265 - Repo class spell_stable_master_repo : public AuraScript { PrepareAuraScript(spell_stable_master_repo); diff --git a/src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp b/src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp index bb32a41ba0e..d35ef8f2bb7 100644 --- a/src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp +++ b/src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp @@ -322,6 +322,7 @@ public: }; +// 31912 - Ysida Saved Credit Trigger class spell_ysida_saved_credit : public SpellScript { PrepareSpellScript(spell_ysida_saved_credit); @@ -361,6 +362,7 @@ enum HauntingPhantoms SPELL_SUMMON_WRATH_PHANTOM = 16335 }; +// 16336 - Haunting Phantoms class spell_stratholme_haunting_phantoms : public AuraScript { PrepareAuraScript(spell_stratholme_haunting_phantoms); diff --git a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_muru.cpp b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_muru.cpp index e5180c2674b..5633969f5c7 100644 --- a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_muru.cpp +++ b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_muru.cpp @@ -572,6 +572,7 @@ public: } }; +// 46050 - Summon Blood Elves Script class spell_summon_blood_elves_script : SpellScriptLoader { public: @@ -674,6 +675,7 @@ class spell_dark_fiend_skin : public SpellScriptLoader } }; +// 46205 - Transform Visual Missile Periodic class spell_transform_visual_missile_periodic : public SpellScriptLoader { public: @@ -700,6 +702,7 @@ class spell_transform_visual_missile_periodic : public SpellScriptLoader } }; +// 46041 - Summon Blood Elves Periodic class spell_summon_blood_elves_periodic : public SpellScriptLoader { public: -- cgit v1.2.3