aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.h
diff options
context:
space:
mode:
authorQAston <none@none>2009-04-06 23:27:13 +0200
committerQAston <none@none>2009-04-06 23:27:13 +0200
commit6375f8fc8ce0113edbb3a8798bc6cf0a9b9ff014 (patch)
tree559bd341d2021e699bf277a472faaf4b02aec5ce /src/game/Unit.h
parent81ef5e632fcfe9a565eebfea9556bde78c0a22e3 (diff)
*Set aura remove by expire only for expired auras
--HG-- branch : trunk
Diffstat (limited to 'src/game/Unit.h')
-rw-r--r--src/game/Unit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Unit.h b/src/game/Unit.h
index b218bf54afe..79ed215110d 100644
--- a/src/game/Unit.h
+++ b/src/game/Unit.h
@@ -328,6 +328,7 @@ enum DamageTypeToSchool
enum AuraRemoveMode
{
+ AURA_NO_REMOVE_MODE = 0,
AURA_REMOVE_BY_DEFAULT,
AURA_REMOVE_BY_STACK, // change stack, single aura remove,
AURA_REMOVE_BY_CANCEL,