diff options
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index d61d5731835..5effacc14a3 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -3203,7 +3203,7 @@ void Unit::_DeleteAuras() Totem* statue = NULL; if(Aur->GetAuraDuration() && !Aur->IsPersistent() && IsChanneledSpell(Aur->GetSpellProto())) { - Unit* caster = Aur->GetCaster(); + Unit* caster = Aur->GetFormalCaster(); if(caster && caster->isAlive()) { // stop caster chanelling state |