mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-17 13:29:41 -04:00
*Correct check range for totem area auras.
--HG-- branch : trunk
This commit is contained in:
+1
-1
@@ -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