diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-28 09:05:36 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-28 09:05:36 +0000 |
commit | 56f3c515d8d537df42c8598e685ee8c87682fbc0 (patch) | |
tree | 12641c693eef330805dd4abfbe1c13288babf521 /conf | |
parent | 6cf5cea8ac4f20d331ffb066bdb99f8e605e3865 (diff) | |
download | hercules-56f3c515d8d537df42c8598e685ee8c87682fbc0.tar.gz hercules-56f3c515d8d537df42c8598e685ee8c87682fbc0.tar.bz2 hercules-56f3c515d8d537df42c8598e685ee8c87682fbc0.tar.xz hercules-56f3c515d8d537df42c8598e685ee8c87682fbc0.zip |
Fixed typo that made this thing on by default while it should be off.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16352 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/gm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/battle/gm.conf b/conf/battle/gm.conf index 6d43d4e73..e02efa9a8 100644 --- a/conf/battle/gm.conf +++ b/conf/battle/gm.conf @@ -29,4 +29,4 @@ ban_hack_trade: 5 // requires RENEWAL_DROP to be enabled (src/map/config/renewal.h) // modifies @mobinfo to display the users' real drop rate as per renewal_drop formula // modifies @iteminfo to not display the minimum item drop rate (since it can't tell the mob level) -atcommand_mobinfo_type: 1
\ No newline at end of file +atcommand_mobinfo_type: 0
\ No newline at end of file |