aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2008-12-17 20:07:25 -0600
committermegamage <none@none>2008-12-17 20:07:25 -0600
commitac5bf63acdea0f1bc10700e6735cbcb8caf5def2 (patch)
tree9cebb0b5a6b8cbfda41fbacd74472e25f71ac378 /src/game/Unit.cpp
parent5244d4986ae44253fe3240740d81e0c68fe9c37a (diff)
*Fix misdirection.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r--src/game/Unit.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index 6582b4c1dec..ba88a341f94 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -234,6 +234,8 @@ Unit::Unit()
m_charmInfo = NULL;
m_unit_movement_flags = 0;
m_isPossessed = false;
+ m_reducedThreatPercent = 0;
+ m_misdirectionTargetGUID = 0;
// remove aurastates allowing special moves
for(int i=0; i < MAX_REACTIVE; ++i)