summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2015-08-03 17:08:19 +0530
committerDastgir <dastgirpojee@rocketmail.com>2015-08-16 18:42:35 +0530
commit509df4d77031fdd5bbc1364ea4c99516589c018d (patch)
treea5f58c1cbc3af5f9a43004ac023b9aef919a0a07 /src/map/packets.h
parentd1f1c93fb7167c2c830e3ceb497feac39fce950b (diff)
downloadhercules-509df4d77031fdd5bbc1364ea4c99516589c018d.tar.gz
hercules-509df4d77031fdd5bbc1364ea4c99516589c018d.tar.bz2
hercules-509df4d77031fdd5bbc1364ea4c99516589c018d.tar.xz
hercules-509df4d77031fdd5bbc1364ea4c99516589c018d.zip
New EquipPackets Support
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 6623c091c..e84607aaf 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -2852,6 +2852,16 @@ packet(0x96e,-1,clif->ackmergeitems);
packet(0x0438,36,clif->pStoragePassword,0);
#endif
+#if PACKETVER >= 20150226
+ packet(0x0A09,45);
+ packet(0x0A0A,47);
+ packet(0x0A0B,47);
+ packet(0x0A0C,56);
+ packet(0x0A0D,-1);
+ packet(0x0A0F,-1);
+ packet(0x0A10,-1);
+#endif
+
// 2015-05-13aRagexe
#if PACKETVER >= 20150513
packet(0x0369,7,clif->pActionRequest,2,6);