summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-12-06 01:12:38 +0300
committerAndrei Karas <akaras@inbox.ru>2018-12-06 01:12:38 +0300
commit6f0b72f56d6ca3078e2a61b07046d797bb64a755 (patch)
tree0bd2389041161df976014e7cbf3e1fbba5f7e8c8 /tools
parent6cf162853caa324cd8fb3b27296bc20ee17a04f6 (diff)
downloadevol-hercules-6f0b72f56d6ca3078e2a61b07046d797bb64a755.tar.gz
evol-hercules-6f0b72f56d6ca3078e2a61b07046d797bb64a755.tar.bz2
evol-hercules-6f0b72f56d6ca3078e2a61b07046d797bb64a755.tar.xz
evol-hercules-6f0b72f56d6ca3078e2a61b07046d797bb64a755.zip
Register all evol server to client packets in hercules.
Also change hercules packets limit to allow all custom packets.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/vars.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vars.sh b/tools/vars.sh
index 42655aa..dd417ca 100755
--- a/tools/vars.sh
+++ b/tools/vars.sh
@@ -10,5 +10,5 @@
# can be used for custom skill id: 10016 - 10036
-export VARS=" -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971"
+export VARS=" -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -DMIN_PACKET_DB=0x63 -DMAX_PACKET_DB=0x7531"
export CPPFLAGS="${VARS}"