summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-09-26 22:13:59 +0300
committerAndrei Karas <akaras@inbox.ru>2018-09-26 22:13:59 +0300
commit90ae388802f612863d2b76e4acd152f8899d4894 (patch)
tree79579486fe43ec447acfa8edcaa877f55e7a0b9b /src/net/eathena/packetsin.inc
parentd2d6db403a2702e7901f3132fdbdcaff0ffae0f5 (diff)
downloadplus-90ae388802f612863d2b76e4acd152f8899d4894.tar.gz
plus-90ae388802f612863d2b76e4acd152f8899d4894.tar.bz2
plus-90ae388802f612863d2b76e4acd152f8899d4894.tar.xz
plus-90ae388802f612863d2b76e4acd152f8899d4894.zip
Add packet SMSG_PLAYER_COMBINED_EQUIPMENT 0x0b0a.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r--src/net/eathena/packetsin.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index e8901a7b1..b631ed895 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -1311,6 +1311,7 @@ if (packetVersionRe >= 20180829)
packet(SMSG_INVENTORY_START1, 0x0b08, 26, &InventoryRecv::processInventoryStart1, 20180829);
packet(SMSG_INVENTORY_END1, 0x0b0b, 3, &InventoryRecv::processInventoryEnd1, 20180829);
packet(SMSG_PLAYER_COMBINED_INVENTORY1, 0x0b09, -1, &InventoryRecv::processPlayerCombinedInventory1, 20180829);
+ packet(SMSG_PLAYER_COMBINED_EQUIPMENT1, 0x0b0a, -1, &InventoryRecv::processPlayerCombinedEquipment1, 20180829);
}
// 20180912 re
@@ -1319,6 +1320,7 @@ if (packetVersionRe >= 20180912)
packet(SMSG_INVENTORY_START2, 0x0b08, 27, &InventoryRecv::processInventoryStart2, 20180912);
packet(SMSG_INVENTORY_END2, 0x0b0b, 4, &InventoryRecv::processInventoryEnd2, 20180912);
packet(SMSG_PLAYER_COMBINED_INVENTORY2, 0x0b09, -1, &InventoryRecv::processPlayerCombinedInventory2, 20180912);
+ packet(SMSG_PLAYER_COMBINED_EQUIPMENT2, 0x0b0a, -1, &InventoryRecv::processPlayerCombinedEquipment2, 20180912);
}
// 20180919 re
@@ -1333,6 +1335,7 @@ if (packetVersionZero >= 20180919)
packet(SMSG_INVENTORY_START3, 0x0b08, -1, &InventoryRecv::processInventoryStart3, 20180919);
packet(SMSG_INVENTORY_END2, 0x0b0b, 4, &InventoryRecv::processInventoryEnd2, 20180919);
packet(SMSG_PLAYER_COMBINED_INVENTORY2, 0x0b09, -1, &InventoryRecv::processPlayerCombinedInventory2, 20180919);
+ packet(SMSG_PLAYER_COMBINED_EQUIPMENT2, 0x0b0a, -1, &InventoryRecv::processPlayerCombinedEquipment2, 20180919);
}
// 0