aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Outland
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2013-01-07 18:39:30 -0330
committerMalcrom <malcromdev@gmail.com>2013-01-07 18:39:30 -0330
commita8374bd00187b8adb7a27b05348da9114f2a977f (patch)
tree494b523477214ece98b50ee409523198364e3cbd /src/server/scripts/Outland
parentbe5d3e5fd889439b94ad2eea0ffe37f2a5ff38b3 (diff)
Core/Scripting: Some cleanup
Diffstat (limited to 'src/server/scripts/Outland')
-rw-r--r--src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_watchkeeper_gargolmar.cpp2
-rw-r--r--src/server/scripts/Outland/TempestKeep/botanica/boss_commander_sarannis.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_watchkeeper_gargolmar.cpp b/src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_watchkeeper_gargolmar.cpp
index 1bd04abaa0f..7aae6cebff9 100644
--- a/src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_watchkeeper_gargolmar.cpp
+++ b/src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_watchkeeper_gargolmar.cpp
@@ -41,7 +41,7 @@ enum eSpells
SPELL_MORTAL_WOUND = 30641,
H_SPELL_MORTAL_WOUND = 36814,
SPELL_SURGE = 34645,
- SPELL_RETALIATION = 22857,
+ SPELL_RETALIATION = 22857
};
class boss_watchkeeper_gargolmar : public CreatureScript
diff --git a/src/server/scripts/Outland/TempestKeep/botanica/boss_commander_sarannis.cpp b/src/server/scripts/Outland/TempestKeep/botanica/boss_commander_sarannis.cpp
index fe89925b6f9..20531f1f110 100644
--- a/src/server/scripts/Outland/TempestKeep/botanica/boss_commander_sarannis.cpp
+++ b/src/server/scripts/Outland/TempestKeep/botanica/boss_commander_sarannis.cpp
@@ -38,7 +38,7 @@ enum Spells
SPELL_SUMMON_REINFORCEMENTS = 34803
};
-enum
+enum Events
{
EVENT_ARCANE_RESONANCE = 1,
EVENT_ARCANE_DEVASTATION = 2