summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-01 08:14:47 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-01 08:14:47 +0000
commit6b1e40e08d0d42abad80cc8bad1b848091bf0b30 (patch)
tree73066f776fe1da7ffd7d967fed365e342f54c763 /src/map/battle.c
parent243405af6a72368e732566b2d9f50b7d5214251c (diff)
downloadhercules-6b1e40e08d0d42abad80cc8bad1b848091bf0b30.tar.gz
hercules-6b1e40e08d0d42abad80cc8bad1b848091bf0b30.tar.bz2
hercules-6b1e40e08d0d42abad80cc8bad1b848091bf0b30.tar.xz
hercules-6b1e40e08d0d42abad80cc8bad1b848091bf0b30.zip
Added Ai4rei's "gm can view all players' equips" feature (topic:186519).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12751 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 cb6d95b2a..c767891a0 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -3698,6 +3698,7 @@ static const struct _battle_data {
{ "ksprotection", &battle_config.ksprotection, 5000, 0, INT_MAX, },
{ "auction_feeperhour", &battle_config.auction_feeperhour, 12000, 0, INT_MAX, },
{ "auction_maximumprice", &battle_config.auction_maximumprice, 500000000, 0, MAX_ZENY, },
+ { "gm_viewequip_min_lv", &battle_config.gm_viewequip_min_lv, 0, 0, 99, },
};