From f2777596a02887e5b91401eef3d60479328a4a3a Mon Sep 17 00:00:00 2001 From: offl Date: Fri, 28 May 2021 17:33:15 +0300 Subject: Scripts/Spells: Add comments with id & name of spells part 1 (cherry picked from commit 80a4b7f1e2f4baae40f08e87cb8cda0a1db833b9) --- .../EasternKingdoms/BlackrockMountain/BlackwingLair/boss_razorgore.cpp | 1 + .../EasternKingdoms/BlackrockMountain/MoltenCore/boss_baron_geddon.cpp | 1 + .../scripts/EasternKingdoms/MagistersTerrace/boss_felblood_kaelthas.cpp | 1 + src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp | 2 ++ src/server/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp | 1 + .../scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp | 2 +- src/server/scripts/EasternKingdoms/SunwellPlateau/boss_muru.cpp | 1 + 7 files changed, 8 insertions(+), 1 deletion(-) (limited to 'src/server/scripts/EasternKingdoms') diff --git a/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/boss_razorgore.cpp b/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/boss_razorgore.cpp index 740339afd6a..03751e31a7c 100644 --- a/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/boss_razorgore.cpp +++ b/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/boss_razorgore.cpp @@ -201,6 +201,7 @@ class go_orb_of_domination : public GameObjectScript } }; +// 19873 - Destroy Egg class spell_egg_event : public SpellScriptLoader { public: diff --git a/src/server/scripts/EasternKingdoms/BlackrockMountain/MoltenCore/boss_baron_geddon.cpp b/src/server/scripts/EasternKingdoms/BlackrockMountain/MoltenCore/boss_baron_geddon.cpp index cecda726d6d..a773629a296 100644 --- a/src/server/scripts/EasternKingdoms/BlackrockMountain/MoltenCore/boss_baron_geddon.cpp +++ b/src/server/scripts/EasternKingdoms/BlackrockMountain/MoltenCore/boss_baron_geddon.cpp @@ -123,6 +123,7 @@ class boss_baron_geddon : public CreatureScript } }; +// 19695 - Inferno class spell_baron_geddon_inferno : public SpellScriptLoader { public: diff --git a/src/server/scripts/EasternKingdoms/MagistersTerrace/boss_felblood_kaelthas.cpp b/src/server/scripts/EasternKingdoms/MagistersTerrace/boss_felblood_kaelthas.cpp index 8f03e281c0c..bb149e270a1 100644 --- a/src/server/scripts/EasternKingdoms/MagistersTerrace/boss_felblood_kaelthas.cpp +++ b/src/server/scripts/EasternKingdoms/MagistersTerrace/boss_felblood_kaelthas.cpp @@ -484,6 +484,7 @@ private: ObjectGuid _eggGUID; }; +// 44191 - Flame Strike class spell_felblood_kaelthas_flame_strike : public AuraScript { PrepareAuraScript(spell_felblood_kaelthas_flame_strike); diff --git a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp index abf6504470f..e81c5d98f6a 100644 --- a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp +++ b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp @@ -351,6 +351,7 @@ class go_acherus_soul_prison : public GameObjectScript } }; +// 51519 - Death Knight Initiate Visual class spell_death_knight_initiate_visual : public SpellScript { PrepareSpellScript(spell_death_knight_initiate_visual); @@ -869,6 +870,7 @@ class spell_stable_master_repo : public AuraScript } }; +// 52264 - Deliver Stolen Horse class spell_deliver_stolen_horse : public SpellScript { PrepareSpellScript(spell_deliver_stolen_horse); diff --git a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp index 557d8eb51af..87139fb42d6 100644 --- a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp +++ b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp @@ -611,6 +611,7 @@ public: }; }; +// 53110 - Devour Humanoid class spell_death_knight_devour_humanoid : public SpellScript { PrepareSpellScript(spell_death_knight_devour_humanoid); diff --git a/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp b/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp index 126a6a7bef9..fc875c6157d 100644 --- a/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp +++ b/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp @@ -394,7 +394,7 @@ class npc_apothecary_baxter : public CreatureScript } }; -// 68965 -[DND] Lingering Fumes Targetting (starter) +// 68965 - [DND] Lingering Fumes Targetting (starter) class spell_apothecary_lingering_fumes : public SpellScriptLoader { public: diff --git a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_muru.cpp b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_muru.cpp index b54fe97c7e4..5fa91af18d2 100644 --- a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_muru.cpp +++ b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_muru.cpp @@ -636,6 +636,7 @@ class spell_muru_darkness : SpellScriptLoader } }; +// 45934 - Dark Fiend class spell_dark_fiend_skin : public SpellScriptLoader { public: -- cgit v1.2.3