diff options
| author | Shauren <none@none> | 2010-11-03 16:44:34 +0100 |
|---|---|---|
| committer | Shauren <none@none> | 2010-11-03 16:44:34 +0100 |
| commit | f2fdcdf8f38e2da1e6d7d28e959fcf0165838b90 (patch) | |
| tree | 4ceaccd487f7d90097508515cfbb816be6754ad7 /src/server/scripts/EasternKingdoms | |
| parent | 6f748a76a12a9f8c9e799ed12edcce193c38f6bb (diff) | |
Core/Scripts: Added enum for generic script texts, fixed one broken text
Scripts/Icecrown Citadel: Blood-Queen Lana'Thel will no longer spawn for Blood Princes intro if they were already killed
--HG--
branch : trunk
Diffstat (limited to 'src/server/scripts/EasternKingdoms')
3 files changed, 0 insertions, 9 deletions
diff --git a/src/server/scripts/EasternKingdoms/BlackrockDepths/boss_grizzle.cpp b/src/server/scripts/EasternKingdoms/BlackrockDepths/boss_grizzle.cpp index bf81f6144d9..8b7e48aacab 100644 --- a/src/server/scripts/EasternKingdoms/BlackrockDepths/boss_grizzle.cpp +++ b/src/server/scripts/EasternKingdoms/BlackrockDepths/boss_grizzle.cpp @@ -25,11 +25,6 @@ EndScriptData */ #include "ScriptPCH.h" -enum Yells -{ - EMOTE_GENERIC_FRENZY_KILL = -1000001 -}; - enum Spells { SPELL_GROUNDTREMOR = 6524, diff --git a/src/server/scripts/EasternKingdoms/Scholomance/boss_doctor_theolen_krastinov.cpp b/src/server/scripts/EasternKingdoms/Scholomance/boss_doctor_theolen_krastinov.cpp index 1915ac60f9e..3bada0a2a08 100644 --- a/src/server/scripts/EasternKingdoms/Scholomance/boss_doctor_theolen_krastinov.cpp +++ b/src/server/scripts/EasternKingdoms/Scholomance/boss_doctor_theolen_krastinov.cpp @@ -28,8 +28,6 @@ EndScriptData */ enum eEnums { - EMOTE_GENERIC_FRENZY_KILL = -1000001, - SPELL_REND = 16509, SPELL_BACKHAND = 18103, SPELL_FRENZY = 8269 diff --git a/src/server/scripts/EasternKingdoms/Scholomance/boss_vectus.cpp b/src/server/scripts/EasternKingdoms/Scholomance/boss_vectus.cpp index e320d3aca3b..078c99caf72 100644 --- a/src/server/scripts/EasternKingdoms/Scholomance/boss_vectus.cpp +++ b/src/server/scripts/EasternKingdoms/Scholomance/boss_vectus.cpp @@ -27,8 +27,6 @@ EndScriptData */ enum eEnums { - EMOTE_GENERIC_FRENZY_KILL = -1000001, - SPELL_FLAMESTRIKE = 18399, SPELL_BLAST_WAVE = 16046, SPELL_FIRESHIELD = 19626, |
