diff options
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 2 |
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) |