aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms/Stratholme
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-05-31 20:35:03 +0300
committerShauren <shauren.trinity@gmail.com>2022-03-10 23:53:31 +0100
commit012444ba808d9838372ae396cd734edf192d05d7 (patch)
tree60954d26b1fcffd95c9efa5d3cbacabdbe47032d /src/server/scripts/EasternKingdoms/Stratholme
parent040869364647e7ae1604568d3c08c822259fca79 (diff)
Scripts/Spells: Add comments with id & name of spells part 4
(cherry picked from commit e7e47866066f0b318c986c355dc4476b5948e622)
Diffstat (limited to 'src/server/scripts/EasternKingdoms/Stratholme')
-rw-r--r--src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp2
1 files changed, 2 insertions, 0 deletions
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);