aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-04-05 17:11:43 -0500
committermegamage <none@none>2009-04-05 17:11:43 -0500
commit0fd28a68b71fc86dad3661dadc241b84f8d2809f (patch)
tree9046a296732d14fa20710a76faa6158ba3808823 /src/game/SpellAuras.h
parent508a57313c1b99aaf4185390e55eeb4becdae940 (diff)
parent6375f8fc8ce0113edbb3a8798bc6cf0a9b9ff014 (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellAuras.h')
-rw-r--r--src/game/SpellAuras.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuras.h b/src/game/SpellAuras.h
index 39d537bbd5b..ef2a92c6a9b 100644
--- a/src/game/SpellAuras.h
+++ b/src/game/SpellAuras.h
@@ -92,7 +92,7 @@ class TRINITY_DLL_SPEC Aura
void SetNegative() { m_positive = false; }
void SetPositive() { m_positive = true; }
bool IsPermanent() const { return m_permanent; }
- void RemoveAura() { m_permanent = false; m_duration=0; }
+ void RemoveAura() { m_permanent = false; m_duration=0; m_removeMode = AURA_REMOVE_BY_DEFAULT; }
bool IsPassive() const { return m_isPassive; }
bool IsDeathPersistent() const { return m_isDeathPersist; }