diff options
author | QAston <none@none> | 2009-02-26 18:24:00 +0100 |
---|---|---|
committer | QAston <none@none> | 2009-02-26 18:24:00 +0100 |
commit | 2afeac52cf1c09944e89f953b10a7b958322617d (patch) | |
tree | 8b998d0608367e3aa62df318f8e3f8d080e57086 /src | |
parent | 556e17ba230a4c897fd4b654f1d0f36b488cba00 (diff) |
*Fix bloodsurge proc.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/Unit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 4e24fa723c7..33192206232 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -253,7 +253,7 @@ void Unit::Update( uint32 p_time ) i_motionMaster.UpdateMotion(p_time); } -void UpdateAuras() +void Unit::UpdateAuras() { const uint64& auramask = GetAuraUpdateMask(); if (auramask) |