aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2011-01-31 11:34:16 +0100
committerShauren <shauren.trinity@gmail.com>2011-01-31 11:34:16 +0100
commit058ef9b8352c60e753235553ad2562dd86e027dd (patch)
tree0be2cccf62715e50b5152052e2d20993d57cbfe4
parente8477a1cd5ecb333aaa37b5adc7152188a772b41 (diff)
Scripts/Hyjal Summit: Cast Protection of Elune with triggered flag, should prevent failed casts
-rw-r--r--src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp
index 141692adbd8..b0b9d65dd0c 100644
--- a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp
+++ b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp
@@ -548,7 +548,7 @@ public:
me->GetMotionMaster()->MoveIdle();
//all members of raid must get this buff
- DoCast(me->getVictim(), SPELL_PROTECTION_OF_ELUNE);
+ DoCastVictim(SPELL_PROTECTION_OF_ELUNE, true);
HasProtected = true;
Enraged = true;
}