diff options
Diffstat (limited to 'src/net/eathena/beinghandler.h')
-rw-r--r-- | src/net/eathena/beinghandler.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/net/eathena/beinghandler.h b/src/net/eathena/beinghandler.h index ba8cf5ce7..cb8707218 100644 --- a/src/net/eathena/beinghandler.h +++ b/src/net/eathena/beinghandler.h @@ -86,7 +86,7 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler Being *const dstBeing, const uint8_t type, const int id, - const int id2); + const int id2) A_NONNULL(2); static void processBeingSpecialEffect(Net::MessageIn &msg); @@ -94,10 +94,6 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler static void processBeingSoundEffect(Net::MessageIn &msg); - static void applyPlayerAction(Net::MessageIn &msg, - Being *const being, - const uint8_t type); - void viewPlayerEquipment(const Being *const being); static void processSkillGroundNoDamage(Net::MessageIn &msg); |