mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
*Correct check range for totem area auras.
--HG-- branch : trunk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user