diff options
author | shennetsind <ind@henn.et> | 2013-11-26 16:25:08 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-11-26 16:25:08 -0200 |
commit | 7ac467bea614f81f1c4cb1050233fe46c2a748aa (patch) | |
tree | 2d118ff2d6ac9a066c4523c78cc5b85f5a2dd8c5 /conf | |
parent | ff89200ae548ecbcfb11e406fc2ab70b3fb24bb0 (diff) | |
download | hercules-7ac467bea614f81f1c4cb1050233fe46c2a748aa.tar.gz hercules-7ac467bea614f81f1c4cb1050233fe46c2a748aa.tar.bz2 hercules-7ac467bea614f81f1c4cb1050233fe46c2a748aa.tar.xz hercules-7ac467bea614f81f1c4cb1050233fe46c2a748aa.zip |
Fixed Bug 7740
Updated conf/battle/misc.conf manner_system to reflect latest official server behavior.
Special Thanks to kyeme.
http://hercules.ws/board/tracker/issue-7740-mute/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/misc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/battle/misc.conf b/conf/battle/misc.conf index d2fc61430..41866056a 100644 --- a/conf/battle/misc.conf +++ b/conf/battle/misc.conf @@ -26,7 +26,7 @@ pk_mode: 0 // 4: Disables commands usage // 8: Disables item usage/picking/dropping // 16: Disables room creation (chatrooms and vending shops) -manner_system: 15 +manner_system: 31 // For PK Server Mode. Change this to define the minimum level players can start PK-ing pk_min_level: 55 |