diff options
author | Brian <runningnak3d@gmail.com> | 2010-02-14 19:13:14 -0700 |
---|---|---|
committer | Brian <runningnak3d@gmail.com> | 2010-02-14 19:13:14 -0700 |
commit | 486c00891ba34884e5b2cdd8d44b4d8496f11283 (patch) | |
tree | 7df304b9020ed21b87bd66978d2dc6e6683edce7 /src/scripts/outland/boss_doomwalker.cpp | |
parent | 7799ade4da0da17034039439d692122e976c0138 (diff) |
* Core switch to client 3.3.2 (11403)
* Credits (in no particular order) to:
* n0n4m3, raczman, manuel, Spp, Malcrom, Teacher, QAston, Tartalo,
* thenecromancer, Xanadu, Trazom, Zor, kiper
* Additional credits to:
* TOM_RUS and NoFantasy from MaNGOS
* Thanks for testing Aokromes and XTElite1
* SoTA still needs some work, but is very playable (huge thanks to raczman and
* kiper)
* To upgrade, you need to apply all SQL from sql/updates/3.2.2a_old from the
* last rev you are on
* and then apply all SQL from sql/updates/3.3.2_old to char / realmd / world
* DBs
* Known problem with guild banks.
--HG--
branch : trunk
Diffstat (limited to 'src/scripts/outland/boss_doomwalker.cpp')
-rw-r--r-- | src/scripts/outland/boss_doomwalker.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/scripts/outland/boss_doomwalker.cpp b/src/scripts/outland/boss_doomwalker.cpp index e0db99ec196..761f9e22289 100644 --- a/src/scripts/outland/boss_doomwalker.cpp +++ b/src/scripts/outland/boss_doomwalker.cpp @@ -23,15 +23,15 @@ EndScriptData */ #include "ScriptedPch.h" -#define SAY_AGGRO -1000387 //signed for 21027 -#define SAY_EARTHQUAKE_1 -1000388 //signed for 21027 -#define SAY_EARTHQUAKE_2 -1000389 //signed for 21027 -#define SAY_OVERRUN_1 -1000390 //signed for 21027 -#define SAY_OVERRUN_2 -1000391 //signed for 5955 -#define SAY_SLAY_1 -1000392 //signed for 5955 -#define SAY_SLAY_2 -1000393 //signed for 5955 -#define SAY_SLAY_3 -1000394 //signed for 5955 -#define SAY_DEATH -1000395 //signed for 5955 +#define SAY_AGGRO -1000159 +#define SAY_EARTHQUAKE_1 -1000160 +#define SAY_EARTHQUAKE_2 -1000161 +#define SAY_OVERRUN_1 -1000162 +#define SAY_OVERRUN_2 -1000163 +#define SAY_SLAY_1 -1000164 +#define SAY_SLAY_2 -1000165 +#define SAY_SLAY_3 -1000166 +#define SAY_DEATH -1000167 #define SPELL_EARTHQUAKE 32686 #define SPELL_SUNDER_ARMOR 33661 |