diff options
author | Haruna <haru@dotalux.com> | 2015-08-17 01:04:04 +0200 |
---|---|---|
committer | Haruna <haru@dotalux.com> | 2015-08-17 01:04:04 +0200 |
commit | edecaa3d4d5084b40f229c19706545e1fde7919c (patch) | |
tree | f5aa977893aca5229b4b6fdd788566bdc7b67a63 /src/map/packets.h | |
parent | 94df0300da69e3dde9bc05f32137dd90c43040e8 (diff) | |
parent | 509df4d77031fdd5bbc1364ea4c99516589c018d (diff) | |
download | hercules-edecaa3d4d5084b40f229c19706545e1fde7919c.tar.gz hercules-edecaa3d4d5084b40f229c19706545e1fde7919c.tar.bz2 hercules-edecaa3d4d5084b40f229c19706545e1fde7919c.tar.xz hercules-edecaa3d4d5084b40f229c19706545e1fde7919c.zip |
Merge pull request #619 from dastgir/2015-3ceam
New EquipPackets Support
Diffstat (limited to 'src/map/packets.h')
-rw-r--r-- | src/map/packets.h | 10 |
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); |