summaryrefslogtreecommitdiff
path: root/src/map/battle.h
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.h
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.h')
-rw-r--r--src/map/battle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 4b272c85f..93ead772d 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -451,6 +451,7 @@ extern struct Battle_Config
int ksprotection;
int auction_feeperhour;
int auction_maximumprice;
+ int gm_viewequip_min_lv;
} battle_config;
void do_init_battle(void);