summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r--src/common/mmo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index 5f6108b33..ad2800010 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -306,7 +306,8 @@ struct s_elemental {
int char_id;
short class_;
int mode;
- int hp, sp, max_hp, max_sp, str, agi, vit, int_, dex, luk;
+ int hp, sp, max_hp, max_sp, matk, atk, atk2;
+ short hit, flee, amotion, def, mdef;
int life_time;
};