summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-12 19:47:30 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-12 20:06:32 +0300
commit10e1a4858db10445f4c9b3f7b5574612e28a57a5 (patch)
treeedee24516f9310fb6ffeb5df2ef64874215830d9 /src/net/eathena/beinghandler.h
parent650ed453901c51b75234523fd70bd3d07d2244bc (diff)
downloadplus-10e1a4858db10445f4c9b3f7b5574612e28a57a5.tar.gz
plus-10e1a4858db10445f4c9b3f7b5574612e28a57a5.tar.bz2
plus-10e1a4858db10445f4c9b3f7b5574612e28a57a5.tar.xz
plus-10e1a4858db10445f4c9b3f7b5574612e28a57a5.zip
Send equipped cards to function processBeingChangeLookContinue.
Diffstat (limited to 'src/net/eathena/beinghandler.h')
-rw-r--r--src/net/eathena/beinghandler.h4
1 files changed, 3 insertions, 1 deletions
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);