diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-24 01:09:43 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-24 01:09:43 +0000 |
commit | 6efb781ea3ddffb95d092d2b6eb8acc89d8321a7 (patch) | |
tree | 1f91c102966751e5344786c92ab95f2bf75c8d98 /src/map/battle.h | |
parent | 1f0bc37cc36905aee233498c16500e038d8224e8 (diff) | |
download | hercules-6efb781ea3ddffb95d092d2b6eb8acc89d8321a7.tar.gz hercules-6efb781ea3ddffb95d092d2b6eb8acc89d8321a7.tar.bz2 hercules-6efb781ea3ddffb95d092d2b6eb8acc89d8321a7.tar.xz hercules-6efb781ea3ddffb95d092d2b6eb8acc89d8321a7.zip |
Fixed bugreport:5295 Added a config so each server owner may decide whether their users are to view the actual data or not, requires RENEWAL_DROP
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16337 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 22ae1c13a..5cacdf0ef 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -474,6 +474,7 @@ extern struct Battle_Config int atcommand_suggestions_enabled; int min_npc_vending_distance; + int atcommand_mobinfo_type; } battle_config; void do_init_battle(void); |