From 1a43a25be73ab9ed464903edef65486e54699437 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 11 Aug 2017 17:21:30 +0300 Subject: Add packet CMSG_MAIL2_REMOVE_ITEM_MAIL 0x0a06. --- src/net/eathena/mail2handler.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/net/eathena/mail2handler.h') diff --git a/src/net/eathena/mail2handler.h b/src/net/eathena/mail2handler.h index f239eff86..b71b8a59b 100644 --- a/src/net/eathena/mail2handler.h +++ b/src/net/eathena/mail2handler.h @@ -39,6 +39,9 @@ class Mail2Handler final : public Net::Mail2Handler void addItem(const Item *const item, const int amount) const override final; + + void removeItem(const Item *const item, + const int amount) const override final; }; } // namespace EAthena -- cgit v1.2.3-70-g09d2