aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSpp <none@none>2010-04-19 10:59:04 +0200
committerSpp <none@none>2010-04-19 10:59:04 +0200
commitfdb8e15b99a18cd5e41afa2f55587d9c350f6458 (patch)
tree7c7768a5aaffcc5ae0ab275d624f38172ab37e79 /src
parent74dd02d024007c3a09219177fabfe9010b1bce63 (diff)
Utgarde Pinnacle: Fix reset timers in mob_frenzied_worgenAI
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/scripts/northrend/utgarde_keep/utgarde_pinnacle/boss_palehoof.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scripts/northrend/utgarde_keep/utgarde_pinnacle/boss_palehoof.cpp b/src/scripts/northrend/utgarde_keep/utgarde_pinnacle/boss_palehoof.cpp
index e5b3690396b..74a94d99dc0 100644
--- a/src/scripts/northrend/utgarde_keep/utgarde_pinnacle/boss_palehoof.cpp
+++ b/src/scripts/northrend/utgarde_keep/utgarde_pinnacle/boss_palehoof.cpp
@@ -373,9 +373,9 @@ struct mob_frenzied_worgenAI : public ScriptedAI
void Reset()
{
- uint32 uiMortalWoundTimer = 5000;
- uint32 uiEnrage1Timer = 15000;
- uint32 uiEnrage2Timer = 10000;
+ uiMortalWoundTimer = 5000;
+ uiEnrage1Timer = 15000;
+ uiEnrage2Timer = 10000;
me->GetMotionMaster()->MoveTargetedHome();