diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-10 18:11:10 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-10 18:11:10 +0000 |
commit | c44e355943ad24235aceb6bd2157544bdf46ba64 (patch) | |
tree | 03da679cfae3127a81928033b127886fde9b6d9d /src/map/battle.h | |
parent | e6d726f486b00d443320269a96a0e6d9a12d8d38 (diff) | |
download | hercules-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.h')
-rw-r--r-- | src/map/battle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index ca9563ce6..a4bab9b54 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -433,6 +433,7 @@ extern struct Battle_Config int hom_rename; int homunculus_show_growth ; //[orn] int homunculus_friendly_rate; + int quest_exp_rate; } battle_config; void do_init_battle(void); |