From 2afeac52cf1c09944e89f953b10a7b958322617d Mon Sep 17 00:00:00 2001 From: QAston Date: Thu, 26 Feb 2009 18:24:00 +0100 Subject: *Fix bloodsurge proc. --HG-- branch : trunk --- src/game/Unit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3