diff options
| author | QAston <none@none> | 2009-04-06 23:27:13 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-04-06 23:27:13 +0200 |
| commit | 6375f8fc8ce0113edbb3a8798bc6cf0a9b9ff014 (patch) | |
| tree | 559bd341d2021e699bf277a472faaf4b02aec5ce /src/game/Unit.h | |
| parent | 81ef5e632fcfe9a565eebfea9556bde78c0a22e3 (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.h | 1 |
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, |
