From 10e1a4858db10445f4c9b3f7b5574612e28a57a5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 12 Aug 2015 19:47:30 +0300 Subject: Send equipped cards to function processBeingChangeLookContinue. --- src/net/eathena/beinghandler.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/net/eathena/beinghandler.h') diff --git a/src/net/eathena/beinghandler.h b/src/net/eathena/beinghandler.h index 19a3bd2dc..bc77924b9 100644 --- a/src/net/eathena/beinghandler.h +++ b/src/net/eathena/beinghandler.h @@ -88,7 +88,9 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler Being *const dstBeing, const uint8_t type, const int id, - const int id2) A_NONNULL(2); + const int id2, + const uint16_t *cards) + A_NONNULL(2); static void processBeingSpecialEffect(Net::MessageIn &msg); -- cgit v1.2.3-60-g2f50