aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Unit.cpp')
-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 4ab2f05dc49..067d953e381 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -217,7 +217,7 @@ void Unit::Update( uint32 p_time )
{
m_AurasCheck = 2000;
_UpdateAura();
- }else
+ } else
m_AurasCheck -= p_time;*/
// WARNING! Order of execution here is important, do not change.