summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-05 20:58:27 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-05 20:58:27 +0000
commit30899d3e29a02162c8ece5e0fca0fd05fcd10be1 (patch)
treec0580c2101c51597bcfdbd546ff54cc52fc61fc4 /src/map/battle.h
parent7dca4f40ec19769deb05f315d4e35417cea06a19 (diff)
downloadhercules-30899d3e29a02162c8ece5e0fca0fd05fcd10be1.tar.gz
hercules-30899d3e29a02162c8ece5e0fca0fd05fcd10be1.tar.bz2
hercules-30899d3e29a02162c8ece5e0fca0fd05fcd10be1.tar.xz
hercules-30899d3e29a02162c8ece5e0fca0fd05fcd10be1.zip
- Removed setting mob_show_hp, it's been replaced now by mob_show_info, which can be used to specify what kind of info should be displayed from a mob. Current options are two different formats for Hp display, and current level.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8644 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index fec0a9025..f5eb6e666 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -302,8 +302,8 @@ extern struct Battle_Config {
unsigned short pk_mode;
unsigned short pk_level_range;
- unsigned short manner_system;
- unsigned short show_mob_hp; // end additions [Valaris]
+ unsigned short manner_system; // end additions [Valaris]
+ unsigned short show_mob_info;
unsigned short agi_penalty_count_lv;
unsigned short vit_penalty_count_lv;