summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-15 04:50:51 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-15 04:50:51 +0000
commitc9a0b6b049054a60d0d43af1505e873c5b26a5a8 (patch)
tree003bf273706178d539ffe8375d14d1cf6b954a6e /conf
parent1d02588929b3d2e8a28de5f57a4cb748f157a4ed (diff)
downloadhercules-c9a0b6b049054a60d0d43af1505e873c5b26a5a8.tar.gz
hercules-c9a0b6b049054a60d0d43af1505e873c5b26a5a8.tar.bz2
hercules-c9a0b6b049054a60d0d43af1505e873c5b26a5a8.tar.xz
hercules-c9a0b6b049054a60d0d43af1505e873c5b26a5a8.zip
Fixed gm_all_skill, bugreport:5239
Removed broken skills from skill tree, so @allskill doesn't give resource errors when gm_all_skill is enabled. Increased maximum client packet size drop limit (was limiting gm_all_skill unnecessarily since the client doesn't crash with it) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15462 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r--conf/packet_athena.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/packet_athena.conf b/conf/packet_athena.conf
index 84711139a..0741ac013 100644
--- a/conf/packet_athena.conf
+++ b/conf/packet_athena.conf
@@ -8,12 +8,12 @@ debug: no
// How long can a socket stall before closing the connection (in seconds)
stall_time: 60
-// Maximum allowed size for clients packets in bytes (default: 20480).
+// Maximum allowed size for clients packets in bytes (default: 24576).
// NOTE: To reduce the size of reported packets, lower the values of defines, which
// have been customized, such as MAX_STORAGE, MAX_GUILD_STORAGE or MAX_CART.
// NOTE: Do not modify this setting, unless the client has been modified to support
// larger packets. The client will crash, when it receives larger packets.
-socket_max_client_packet: 20480
+socket_max_client_packet: 24576
//----- IP Rules Settings -----