summaryrefslogtreecommitdiff
path: root/db/packet_db.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-10-15 12:31:16 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-10-15 12:31:16 +0000
commit0bd634fd221fc351c14bcb4138034eff641f92f3 (patch)
treec6b3158719c9c65b58352113d8234a51be7516ec /db/packet_db.txt
parent07bde8db7bd90940be387e9337088d4640b9cb91 (diff)
downloadhercules-0bd634fd221fc351c14bcb4138034eff641f92f3.tar.gz
hercules-0bd634fd221fc351c14bcb4138034eff641f92f3.tar.bz2
hercules-0bd634fd221fc351c14bcb4138034eff641f92f3.tar.xz
hercules-0bd634fd221fc351c14bcb4138034eff641f92f3.zip
- Added the required changes to support the 2008-09-10+ clients
- Cleaned around the char set offline function to properly avoid setting offline a character that had relogged faster than the map server's packet arrival to the char-server (I presume this was the bugfix that Kevin attempted a long time ago, but the current code for that causes a dangling pointer problem). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13293 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/packet_db.txt')
-rw-r--r--db/packet_db.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/db/packet_db.txt b/db/packet_db.txt
index 0910cbc79..389ae6a6a 100644
--- a/db/packet_db.txt
+++ b/db/packet_db.txt
@@ -1202,6 +1202,12 @@ packet_ver: 22
0x035f,-1
0x0389,-1
+//2008-09-10aSakexe
+packet_ver: 23
+0x0436,19,wanttoconnection,2:6:10:14:18
+0x0437,7,actionrequest,2:6
+0x0438,10,useskilltoid,2:4:6
+0x0439,8,useitem,2:4
//Add new packets here
-//packet_ver: 23
+//packet_ver: 24