diff options
author | Nay <dnpd.dd@gmail.com> | 2011-09-08 19:14:29 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2011-09-08 19:14:56 +0100 |
commit | 16b76a31199915572987ae9373ace44f16caa2f5 (patch) | |
tree | e440ee9e79e766dfbc8a992d52b0f9ad718daf64 | |
parent | 31f6989d401a8202c63dbf87ef865a9c0234d45d (diff) |
Core/Scripts: Correct a wrong spell id used in ZG
-rw-r--r-- | src/server/scripts/EasternKingdoms/ZulGurub/boss_thekal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/ZulGurub/boss_thekal.cpp b/src/server/scripts/EasternKingdoms/ZulGurub/boss_thekal.cpp index b99cd3b180f..472c5922460 100644 --- a/src/server/scripts/EasternKingdoms/ZulGurub/boss_thekal.cpp +++ b/src/server/scripts/EasternKingdoms/ZulGurub/boss_thekal.cpp @@ -42,7 +42,7 @@ enum eSpells SPELL_RESURRECT = 24173, //We will not use this spell. //Zealot Lor'Khan Spells - SPELL_SHIELD = 25045, + SPELL_SHIELD = 20545, SPELL_BLOODLUST = 24185, SPELL_GREATERHEAL = 24208, SPELL_DISARM = 6713, |