diff options
Diffstat (limited to 'src/net/eathena/beingrecv.h')
-rw-r--r-- | src/net/eathena/beingrecv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/beingrecv.h b/src/net/eathena/beingrecv.h index 597cd9544..95f7b50eb 100644 --- a/src/net/eathena/beingrecv.h +++ b/src/net/eathena/beingrecv.h @@ -109,6 +109,7 @@ namespace EAthena void processBeingViewEquipment(Net::MessageIn &msg); void processPvpSet(Net::MessageIn &msg); void processNameResponse2(Net::MessageIn &msg); + void processSkillCancel(Net::MessageIn &msg); Being *createBeing2(Net::MessageIn &msg, const BeingId id, const int16_t job, |