summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-26 14:44:38 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-26 14:44:38 +0000
commitbab077c56d3f89cc65bb0b00e10046ae8bdaa83a (patch)
treedd50254304bbbb538ae0f38e477e4591a8e0a9f1 /src/map/battle.h
parent0fcfb97f9aab16e782440a9f785dba45e89213d4 (diff)
downloadhercules-bab077c56d3f89cc65bb0b00e10046ae8bdaa83a.tar.gz
hercules-bab077c56d3f89cc65bb0b00e10046ae8bdaa83a.tar.bz2
hercules-bab077c56d3f89cc65bb0b00e10046ae8bdaa83a.tar.xz
hercules-bab077c56d3f89cc65bb0b00e10046ae8bdaa83a.zip
- Merged Mitternacht's max_heal/max_heal_lv config settings.
- Removed support of packet 0xc3 on the new packet versions. Thanks to Meruru for pointing out they aren't being used anymore. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7343 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 0d1669deb..6f59f2204 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -189,6 +189,8 @@ extern struct Battle_Config {
unsigned short skill_min_damage;
unsigned short finger_offensive_type;
unsigned short heal_exp;
+ unsigned short max_heal_lv;
+ int max_heal; //Mitternacht
unsigned short resurrection_exp;
unsigned short shop_exp;
unsigned short combo_delay_rate;