summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-03 21:47:04 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-03 21:47:04 +0300
commitcb7857484a05fe6a27511ea0d61f87463c031da0 (patch)
tree74520657afd9b393cdae54a182b8d8a3151c41f5
parent5b11c8f97101146f115b699bc411933cbef0f927 (diff)
downloadplus-cb7857484a05fe6a27511ea0d61f87463c031da0.tar.gz
plus-cb7857484a05fe6a27511ea0d61f87463c031da0.tar.bz2
plus-cb7857484a05fe6a27511ea0d61f87463c031da0.tar.xz
plus-cb7857484a05fe6a27511ea0d61f87463c031da0.zip
Add packet SMSG_PLAYER_STORAGE_ITEMS 0x00a5.
-rw-r--r--src/net/eathena/packetsin.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index 22c53c850..d48213f27 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -32,6 +32,7 @@ packet(SMSG_ITEM_DROPPED, 0x009e, 17, &ItemRecv::processItemDr
packet(SMSG_PLAYER_INVENTORY_ADD, 0x00a0, 23, &InventoryRecv::processPlayerInventoryAdd, 1);
packet(SMSG_PLAYER_INVENTORY, 0x00a3, -1, &InventoryRecv::processPlayerInventory, 1);
packet(SMSG_PLAYER_EQUIPMENT, 0x00a4, -1, &InventoryRecv::processPlayerEquipment, 1);
+packet(SMSG_PLAYER_STORAGE_ITEMS, 0x00a5, -1, &InventoryRecv::processPlayerStorage, 1);
packet(SMSG_PLAYER_STORAGE_EQUIP, 0x00a6, -1, &InventoryRecv::processPlayerStorageEquip, 1);
packet(SMSG_BEING_CHANGE_LOOKS_OUTDATED, 0x00c3, 8, nullptr, 1);
packet(SMSG_TRADE_REQUEST, 0x00e5, 26, &TradeRecv::processTradeRequest, 1);