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 --- src/common/mmo.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/common/mmo.h') diff --git a/src/common/mmo.h b/src/common/mmo.h index f946b46cb..ea997aa5a 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -9,7 +9,9 @@ #include "utils.h" // _WIN32 // server protocol version -#define PACKETVER 8 +#ifndef PACKETVER + #define PACKETVER 8 +#endif #define FIFOSIZE_SERVERLINK 256*1024 -- cgit v1.2.3-60-g2f50