From 6375f8fc8ce0113edbb3a8798bc6cf0a9b9ff014 Mon Sep 17 00:00:00 2001 From: QAston Date: Mon, 6 Apr 2009 23:27:13 +0200 Subject: *Set aura remove by expire only for expired auras --HG-- branch : trunk --- src/game/Unit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/Unit.h') 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, -- cgit v1.2.3