summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-03-30 10:02:41 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-03-30 10:02:41 +0000
commitbd856899e58039684d6220c6f17dd9a9fec4a7a2 (patch)
tree609fff365c7c6f9d103b79c24c38ee36cce06440 /src/map/clif.h
parent2eb1feda73d19275c2fb24611769c6fc4c5d5233 (diff)
downloadhercules-bd856899e58039684d6220c6f17dd9a9fec4a7a2.tar.gz
hercules-bd856899e58039684d6220c6f17dd9a9fec4a7a2.tar.bz2
hercules-bd856899e58039684d6220c6f17dd9a9fec4a7a2.tar.xz
hercules-bd856899e58039684d6220c6f17dd9a9fec4a7a2.zip
Defined new server-side PACKETVER 20081126 to add support for the modified pet information packet (topic:197874).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13641 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index bc0855b7e..f529b8779 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -40,8 +40,9 @@ struct quest;
// 20070821 - 2007-08-21aSakexe+ - 0x2c5
// 20070918 - 2007-09-18aSakexe+ - 0x2d7, 0x2d9, 0x2da
// 20071106 - 2007-11-06aSakexe+ - 0x78, 0x7c, 0x22c
+// 20081126 - 2008-11-26aSakexe+ - 0x1a2
#ifndef PACKETVER
- #define PACKETVER 20071106
+ #define PACKETVER 20081126
#endif
// backward compatible PACKETVER 8 and 9
#if PACKETVER == 8