aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorQAston <none@none>2009-04-11 00:05:45 +0200
committerQAston <none@none>2009-04-11 00:05:45 +0200
commit05dcc56288a6fc7de354d38fe7a5cf95c59e5127 (patch)
treea9ba68dfbf79e2586471545c9d63a8f60029c8c4 /src
parent8f3a1ec5463ad61c41ca89060a4c1c1e14214983 (diff)
*Add forgotten line to Unit::Update
--HG-- branch : trunk
Diffstat (limited to 'src')
-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 0056866bcdd..63cb8ac39f5 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -3292,6 +3292,8 @@ void Unit::_UpdateSpells( uint32 time )
++i;
}
+ _DeleteAuras();
+
if(!m_gameObj.empty())
{
std::list<GameObject*>::iterator ite1, dnext1;