diff options
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index cc956453b..1483d8915 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -438,6 +438,10 @@ extern struct Battle_Config int homunculus_show_growth ; //[orn] int homunculus_friendly_rate; int quest_exp_rate; + int homunculus_autoloot; + int idle_no_autoloot; + int max_guild_alliance; + int ksprotection; } battle_config; void do_init_battle(void); |