aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-04-05 17:10:59 -0500
committermegamage <none@none>2009-04-05 17:10:59 -0500
commit508a57313c1b99aaf4185390e55eeb4becdae940 (patch)
tree4492bdd07b5da9813293b5cda95a36ff58042b16 /src/game/Unit.cpp
parent2148e25362fe7140569caf860cc787e014cc39b1 (diff)
parentfef43ddbe7c498be7d154926a88f09c2534f8d48 (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r--src/game/Unit.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index 40f3272a905..7f0e2636d7a 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -4130,6 +4130,7 @@ void Unit::RemoveAura(AuraMap::iterator &i, AuraRemoveMode mode)
{
caster->m_currentSpells[CURRENT_CHANNELED_SPELL]->cancel();
caster->m_currentSpells[CURRENT_CHANNELED_SPELL]=NULL;
+
}
}