From 30a8ec57bb01a17f27a25ed9e4d8ec036039ae33 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 15 Sep 2014 23:00:00 +0300 Subject: eathena: add packet CMSG_PLAYER_VIEW_EQUIPMENT 0x02d6. --- src/net/eathena/beinghandler.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/net/eathena/beinghandler.cpp') diff --git a/src/net/eathena/beinghandler.cpp b/src/net/eathena/beinghandler.cpp index 02ceb0334..76debad6d 100644 --- a/src/net/eathena/beinghandler.cpp +++ b/src/net/eathena/beinghandler.cpp @@ -1674,6 +1674,15 @@ void BeingHandler::applyPlayerAction(Being *const being, const uint8_t type) } } +void BeingHandler::viewPlayerEquipment(const Being *const being) +{ + if (!being) + return; + + MessageOut outMsg(CMSG_PLAYER_VIEW_EQUIPMENT); + outMsg.writeInt32(being->getId(), "account id"); +} + void BeingHandler::processSkillGroundNoDamage(Net::MessageIn &msg) const { msg.readInt16("skill id"); -- cgit v1.2.3-60-g2f50