summaryrefslogtreecommitdiff
path: root/src/map/battle.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/battle.hpp')
-rw-r--r--src/map/battle.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.hpp b/src/map/battle.hpp
index 8e2335b..04ca656 100644
--- a/src/map/battle.hpp
+++ b/src/map/battle.hpp
@@ -68,7 +68,7 @@ int battle_get_element(struct block_list *bl);
#define battle_get_elem_type(bl) (battle_get_element(bl)%10)
int battle_get_party_id(struct block_list *bl);
int battle_get_race(struct block_list *bl);
-int battle_get_mode(struct block_list *bl);
+MobMode battle_get_mode(struct block_list *bl);
int battle_get_mexp(struct block_list *bl);
int battle_get_stat(SP stat_id, struct block_list *bl);