From 316a8ca8d37cf9c9f7e21455d52fd59dc60e7ca8 Mon Sep 17 00:00:00 2001 From: megamage Date: Sat, 21 Feb 2009 11:38:59 -0600 Subject: *Fix a typo. By QAston. --HG-- branch : trunk --- src/game/Unit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Unit.cpp') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 61339c2062c..9227fe47c66 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -4119,7 +4119,7 @@ void Unit::RemoveAura(AuraMap::iterator &i, AuraRemoveMode mode) // Statue unsummoned at aura remove Totem* statue = NULL; bool channeled = false; - if(!Aur->GetAuraDuration() && IsChanneledSpell(AurSpellInfo)) + if(Aur->GetAuraDuration() && IsChanneledSpell(AurSpellInfo)) { if(!caster) // can be already located for IsSingleTargetSpell case caster = Aur->GetCaster(); -- cgit v1.2.3