From 905b59d85b790ea57198c47e249690094b296bda Mon Sep 17 00:00:00 2001 From: Haru Date: Sun, 28 Feb 2016 22:18:29 +0100 Subject: Changed mob mode field to 32 bit, for future expansion Signed-off-by: Haru --- src/common/mmo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/mmo.h') diff --git a/src/common/mmo.h b/src/common/mmo.h index 91eccb8cd..77b9abab6 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -475,7 +475,7 @@ struct s_elemental { int elemental_id; int char_id; short class_; - int mode; + uint32 mode; int hp, sp, max_hp, max_sp, matk, atk, atk2; short hit, flee, amotion, def, mdef; int life_time; -- cgit v1.2.3-60-g2f50