From ef7589f28dc8519dd49c16769e56f12005e637c1 Mon Sep 17 00:00:00 2001 From: valaris Date: Wed, 10 Nov 2004 21:59:25 +0000 Subject: Added packetver 6 flag to makefile. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@105 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog.txt | 3 +++ Makefile | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.txt b/Changelog.txt index 6f559c8d0..cbcab926d 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,7 @@ Date Added +11/10 + * Added packetver 6 flag to makefile. [Valaris] + 11/09 * chat.c: Fixed multiple joins in a single chat - thanks to Alex14 and CHaNGeTe. [Codemaster] * clif.c: Fixed sitting. [spira] diff --git a/Makefile b/Makefile index 0e421b27b..1480d8015 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ # $Id: Makefile 158 2004-10-01 03:45:15Z PoW $ CC = gcc -pipe -PACKETDEF = -DPACKETVER=5 -DNEW_006b -DSO_REUSEPORT +PACKETDEF = -DPACKETVER=6 -DNEW_006b -DSO_REUSEPORT +#PACKETDEF = -DPACKETVER=5 -DNEW_006b #PACKETDEF = -DPACKETVER=4 -DNEW_006b #PACKETDEF = -DPACKETVER=3 -DNEW_006b #PACKETDEF = -DPACKETVER=2 -DNEW_006b -- cgit v1.2.3-70-g09d2