summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-11 19:30:23 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-11 19:30:23 +0300
commitb4024f971a41efebff9bbe53f71e78be6eda46af (patch)
tree0bd54c4c3e10ac63f316bc8b4f24510895b08203 /src/net/eathena/inventoryhandler.h
parentb7f3032a97ab619df3f03f7c5828575a884ba635 (diff)
downloadplus-b4024f971a41efebff9bbe53f71e78be6eda46af.tar.gz
plus-b4024f971a41efebff9bbe53f71e78be6eda46af.tar.bz2
plus-b4024f971a41efebff9bbe53f71e78be6eda46af.tar.xz
plus-b4024f971a41efebff9bbe53f71e78be6eda46af.zip
eathena: add partial support for packet SMSG_PLAYER_REPAIR_LIST 0x01fc.
Diffstat (limited to 'src/net/eathena/inventoryhandler.h')
-rw-r--r--src/net/eathena/inventoryhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/inventoryhandler.h b/src/net/eathena/inventoryhandler.h
index b9ee79912..e151ecaae 100644
--- a/src/net/eathena/inventoryhandler.h
+++ b/src/net/eathena/inventoryhandler.h
@@ -121,6 +121,8 @@ class InventoryHandler final : public MessageHandler,
static void processPlayerRefine(Net::MessageIn &msg);
+ static void processPlayerRepairList(Net::MessageIn &msg);
+
static Ea::InventoryItems mCartItems;
};