diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-28 04:45:26 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-28 04:45:26 +0000 |
commit | 11cdf0d8533f6e27922f423ba645ddf0ff945c42 (patch) | |
tree | 93866f40c4d89590d9be4ae8fb5851030f374c99 /src/map/battle.c | |
parent | 27e211016b4dd484ac0a2ec8038ef60a59a07261 (diff) | |
download | hercules-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.c')
-rw-r--r-- | src/map/battle.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 765ce9443..ea80e803c 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -5308,6 +5308,7 @@ static const struct { { "motd_type", &battle_config.motd_type}, // [celest] { "allow_atcommand_when_mute", &battle_config.allow_atcommand_when_mute}, // [celest] { "finding_ore_rate", &battle_config.finding_ore_rate}, // [celest] + { "exp_calc_type", &battle_config.exp_calc_type}, // [celest] //SQL-only options start #ifndef TXT_ONLY @@ -5567,6 +5568,7 @@ void battle_set_defaults() { battle_config.finding_ore_rate = 100; battle_config.castrate_dex_scale = 150; battle_config.area_size = 14; + battle_config.exp_calc_type = 1; //SQL-only options start #ifndef TXT_ONLY |