diff options
Diffstat (limited to 'src/net/tmwa/beingrecv.h')
-rw-r--r-- | src/net/tmwa/beingrecv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/tmwa/beingrecv.h b/src/net/tmwa/beingrecv.h index 437035562..dce980da5 100644 --- a/src/net/tmwa/beingrecv.h +++ b/src/net/tmwa/beingrecv.h @@ -70,6 +70,7 @@ namespace TmwAthena void processSkillCastCancel(Net::MessageIn &msg); void processIpResponse(Net::MessageIn &msg); void processPvpSet(Net::MessageIn &msg); + void processSkillDamage(Net::MessageIn &msg); void applyPlayerAction(Net::MessageIn &msg, Being *const being, const uint8_t type); |