summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-09-10 18:11:10 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-09-10 18:11:10 +0000
commitc44e355943ad24235aceb6bd2157544bdf46ba64 (patch)
tree03da679cfae3127a81928033b127886fde9b6d9d /src/map/battle.c
parente6d726f486b00d443320269a96a0e6d9a12d8d38 (diff)
downloadhercules-c44e355943ad24235aceb6bd2157544bdf46ba64.tar.gz
hercules-c44e355943ad24235aceb6bd2157544bdf46ba64.tar.bz2
hercules-c44e355943ad24235aceb6bd2157544bdf46ba64.tar.xz
hercules-c44e355943ad24235aceb6bd2157544bdf46ba64.zip
Added config option 'quest_exp_rate' to adjust exp gained by the 'getexp' script command (followup to r11165).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11171 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index 93bc5e1d0..3ff567b90 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -3691,6 +3691,7 @@ static const struct _battle_data {
{ "mob_remove_delay", &battle_config.mob_remove_delay, 60000, 15000, INT_MAX, },
{ "sg_miracle_skill_duration", &battle_config.sg_miracle_skill_duration, 3600000, 0, INT_MAX, },
{ "hvan_explosion_intimate", &battle_config.hvan_explosion_intimate, 45000, 0, 100000, },
+ { "quest_exp_rate", &battle_config.quest_exp_rate, 100, 0, INT_MAX, },
};