diff options
author | Haru <haru@dotalux.com> | 2020-07-26 23:50:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 23:50:02 +0200 |
commit | e90730312b92edc237088d601b1047ceff3402eb (patch) | |
tree | 3e0cfe76678f7d0f42e6ffbaff616dd5ac6c77c2 /conf/map/battle | |
parent | b91bd29b37c63c9818d5b28d1a3c4b9d7614d792 (diff) | |
parent | b35f52c08cdfb8770caf53a02ea09d76a6f94eb2 (diff) | |
download | hercules-e90730312b92edc237088d601b1047ceff3402eb.tar.gz hercules-e90730312b92edc237088d601b1047ceff3402eb.tar.bz2 hercules-e90730312b92edc237088d601b1047ceff3402eb.tar.xz hercules-e90730312b92edc237088d601b1047ceff3402eb.zip |
Merge pull request #2769 from Zopokx/stable
Correction of few typo errors (conf/)
Diffstat (limited to 'conf/map/battle')
-rw-r--r-- | conf/map/battle/gm.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/map/battle/gm.conf b/conf/map/battle/gm.conf index bd5cfbef7..f0e9083d7 100644 --- a/conf/map/battle/gm.conf +++ b/conf/map/battle/gm.conf @@ -50,10 +50,11 @@ atcommand_max_stat_bypass: false // Duration of the ban, in minutes (default: 5). To disable the ban, set 0. 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 @mobinfo to display the users' real drop rate as per renewal_drop formula (Note 1) // modifies @iteminfo to not display the minimum item drop rate (since it can't tell the mob level) -atcommand_mobinfo_type: 0 +// NOTE: requires RENEWAL_DROP to be enabled (src/map/config/renewal.h) +// Default: false +atcommand_mobinfo_type: false // Ignore warpable area configuration. // Set the minimum group id to ignore invalid cells when warping. |