aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Outland
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-05-31 04:13:29 +0300
committeroffl <offl@users.noreply.github.com>2021-05-31 04:13:29 +0300
commit03c727326dce5d990fd453f42a92300dbd68dc0e (patch)
treef913910f3e6b5ce10ea8de4a1c8be0f84d1acbf9 /src/server/scripts/Outland
parent4b0089bf7d6142dab2a7300138b6ee844ac37f03 (diff)
Scripts/Spells: Add comments with id & name of spells part 3
Diffstat (limited to 'src/server/scripts/Outland')
-rw-r--r--src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.cpp1
-rw-r--r--src/server/scripts/Outland/HellfireCitadel/ShatteredHalls/shattered_halls.cpp1
-rw-r--r--src/server/scripts/Outland/boss_doomlord_kazzak.cpp1
-rw-r--r--src/server/scripts/Outland/zone_blades_edge_mountains.cpp1
4 files changed, 4 insertions, 0 deletions
diff --git a/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.cpp b/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.cpp
index 4bbae389ac9..4b78a5c1599 100644
--- a/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.cpp
+++ b/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.cpp
@@ -26,6 +26,7 @@ enum Spells
SPELL_MARK_OF_MALICE_TRIGGERED = 33494
};
+// 33493 - Mark of Malice
class spell_mark_of_malice : public SpellScriptLoader
{
public:
diff --git a/src/server/scripts/Outland/HellfireCitadel/ShatteredHalls/shattered_halls.cpp b/src/server/scripts/Outland/HellfireCitadel/ShatteredHalls/shattered_halls.cpp
index 0a0b6b82b8b..e1da5cc09bd 100644
--- a/src/server/scripts/Outland/HellfireCitadel/ShatteredHalls/shattered_halls.cpp
+++ b/src/server/scripts/Outland/HellfireCitadel/ShatteredHalls/shattered_halls.cpp
@@ -218,6 +218,7 @@ class spell_kargath_executioner : public SpellScriptLoader
}
};
+// 39291 - Remove Kargath's Executioner
class spell_remove_kargath_executioner : public SpellScriptLoader
{
public:
diff --git a/src/server/scripts/Outland/boss_doomlord_kazzak.cpp b/src/server/scripts/Outland/boss_doomlord_kazzak.cpp
index 289104224c5..85631a156d8 100644
--- a/src/server/scripts/Outland/boss_doomlord_kazzak.cpp
+++ b/src/server/scripts/Outland/boss_doomlord_kazzak.cpp
@@ -164,6 +164,7 @@ private:
EventMap _events;
};
+// 32960 - Mark of Kazzak
class spell_mark_of_kazzak : public AuraScript
{
PrepareAuraScript(spell_mark_of_kazzak);
diff --git a/src/server/scripts/Outland/zone_blades_edge_mountains.cpp b/src/server/scripts/Outland/zone_blades_edge_mountains.cpp
index a5cf629d0f9..8d89baea81b 100644
--- a/src/server/scripts/Outland/zone_blades_edge_mountains.cpp
+++ b/src/server/scripts/Outland/zone_blades_edge_mountains.cpp
@@ -984,6 +984,7 @@ public:
}
};
+// 37408 - Oscillation Field
class spell_oscillating_field : public SpellScriptLoader
{
public: