aboutsummaryrefslogtreecommitdiff
path: root/src/enums.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/enums.hh')
-rw-r--r--src/enums.hh10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/enums.hh b/src/enums.hh
index 21194dd..8257677 100644
--- a/src/enums.hh
+++ b/src/enums.hh
@@ -484,6 +484,16 @@ enum SpellImpactType: int {
IMPACT_SUMMON = 7,
};
+enum STATE: int {
+ SLEEPING = 0,
+ IDLE = 1,
+ UNDERATTACK = 2,
+ TALKING = 3,
+ LEAVING = 4,
+ ATTACKING = 5,
+ PANIC = 6,
+};
+
enum TALK_MODE: int {
TALK_SAY = 1,
TALK_WHISPER = 2,