summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-28 04:45:26 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-28 04:45:26 +0000
commit11cdf0d8533f6e27922f423ba645ddf0ff945c42 (patch)
tree93866f40c4d89590d9be4ae8fb5851030f374c99 /src/map/battle.h
parent27e211016b4dd484ac0a2ec8038ef60a59a07261 (diff)
downloadhercules-11cdf0d8533f6e27922f423ba645ddf0ff945c42.tar.gz
hercules-11cdf0d8533f6e27922f423ba645ddf0ff945c42.tar.bz2
hercules-11cdf0d8533f6e27922f423ba645ddf0ff945c42.tar.xz
hercules-11cdf0d8533f6e27922f423ba645ddf0ff945c42.zip
* Updated description for player_check_cloak_type
* Increased skill range limitations in pc_no_footset * Added exp_calc_type git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@831 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index bd22b9341..021346294 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -356,6 +356,7 @@ extern struct Battle_Config {
int motd_type; // [celest]
int allow_atcommand_when_mute; // [celest]
int finding_ore_rate; // orn
+ int exp_calc_type;
#ifndef TXT_ONLY /* SQL-only options */
int mail_system; // [Valaris]