From f4e33de65bca782f34061cd9610792dbffad8b08 Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 28 Feb 2007 16:42:34 +0000 Subject: - Made it possible to modify the server packet version from the Makefile. - Merged packet 2b22 (from my server) to handle quick fame updates whenever someone's fame in the ranking changes, but no position swaps take place (prevents having to resend the whole fame list in such events, you lazy Draco <.<) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9936 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0dff88c72..0d95c0f86 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,8 @@ OPT += -ffast-math OPT += -Wall -Wno-sign-compare # Uncomment this one if you are using GCC 4.X # OPT += -Wno-unused-parameter -Wno-pointer-sign +# Server Packet Protocol version (also defined in src/common/mmo.h) +# OPT += -DPACKETVER=8 # Makes map-wide script variables be saved to SQL instead of TXT files. # OPT += -DMAPREGSQL # Turbo is an alternate socket access implementation which should be faster. -- cgit v1.2.3-60-g2f50