diff options
Diffstat (limited to 'src/net/eathena/beinghandler.h')
-rw-r--r-- | src/net/eathena/beinghandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/beinghandler.h b/src/net/eathena/beinghandler.h index bc77924b9..7dda4f2cb 100644 --- a/src/net/eathena/beinghandler.h +++ b/src/net/eathena/beinghandler.h @@ -89,7 +89,7 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler const uint8_t type, const int id, const int id2, - const uint16_t *cards) + const int *cards) A_NONNULL(2); static void processBeingSpecialEffect(Net::MessageIn &msg); |