diff options
| author | malcrom <malcromdev@gmail.com> | 2012-01-08 14:20:11 +0100 |
|---|---|---|
| committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-01-08 14:20:11 +0100 |
| commit | 03a7f1291624d036d32ca030b2bfc0d982cd5424 (patch) | |
| tree | f6d9ac2f6d50092c8a2cb13591a7d5bc444bc6fc /src/server/scripts/EasternKingdoms/AlteracValley | |
| parent | 57e1972b86a0f1dae1ab8c7832814df000407c71 (diff) | |
Core/Script: update creature_text for Twilight Corruptor from sniffs
closes #4697
Diffstat (limited to 'src/server/scripts/EasternKingdoms/AlteracValley')
| -rw-r--r-- | src/server/scripts/EasternKingdoms/AlteracValley/boss_vanndar.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/AlteracValley/boss_vanndar.cpp b/src/server/scripts/EasternKingdoms/AlteracValley/boss_vanndar.cpp index f885538c909..54fcb9d99c2 100644 --- a/src/server/scripts/EasternKingdoms/AlteracValley/boss_vanndar.cpp +++ b/src/server/scripts/EasternKingdoms/AlteracValley/boss_vanndar.cpp @@ -23,7 +23,8 @@ enum Yells YELL_EVADE = 1, YELL_RESPAWN1 = -1810010, // no creature_text YELL_RESPAWN2 = -1810011, // no creature_text - YELL_RANDOM = 3 + YELL_RANDOM = 2, + YELL_SPELL = 3, }; enum Spells |
