*Fix a typo. By QAston.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-02-21 11:38:59 -06:00
parent d92a3b3c5b
commit 316a8ca8d3

View File

@@ -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();