aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/Unit.cpp2
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)