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 d8a41165479..bb337ec9d7f 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -4746,7 +4746,7 @@ void Unit::RemoveAura(AuraMap::iterator &i, AuraRemoveMode mode) if (!stack) { // Remove all triggered by aura spells vs unlimited duration - CleanupTriggeredSpells(); + Aur->CleanupTriggeredSpells(); // Remove Linked Auras uint32 id = Aur->GetId(); |