Added packetver 6 flag to makefile.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@105 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
valaris 2004-11-10 21:59:25 +00:00
parent 881676e924
commit 168f52a42a
2 changed files with 5 additions and 1 deletions

View File

@ -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]

View File

@ -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