From 007926f449df5385122279348361d4b8bc680ad9 Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Fri, 2 May 2008 20:21:25 +0000 Subject: * Added backward compatible handling of PACKETVER 8 and 9. (followup to r12539) (more missing changelog messages from ultramage) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12685 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src') diff --git a/src/map/clif.h b/src/map/clif.h index ee75f1a94..d9672d624 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -42,6 +42,15 @@ struct quest; #ifndef PACKETVER #define PACKETVER 20071106 #endif +// backward compatible PACKETVER 8 and 9 +#if PACKETVER == 8 +#undef PACKETVER +#define PACKETVER 20070521 +#endif +#if PACKETVER == 9 +#undef PACKETVER +#define PACKETVER 20071106 +#endif // packet DB #define MAX_PACKET_DB 0x300 -- cgit v1.2.3-70-g09d2