diff options
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index 738f1c388..042b83cda 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -444,6 +444,8 @@ extern struct Battle_Config int idle_no_autoloot; int max_guild_alliance; int ksprotection; + int auction_feeperhour; + int auction_maximumprice; } battle_config; void do_init_battle(void); |