diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-25 22:52:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-25 22:52:16 +0300 |
commit | a9e0c2118c8329d545065d35b0854ba29edde429 (patch) | |
tree | 0e57176638f9565165a5125357b39f48c297353a /src/net/eathena/beingrecv.h | |
parent | 30f64ba7f1f7a1d76f2dbddc05fe1d123de9c86d (diff) | |
download | plus-a9e0c2118c8329d545065d35b0854ba29edde429.tar.gz plus-a9e0c2118c8329d545065d35b0854ba29edde429.tar.bz2 plus-a9e0c2118c8329d545065d35b0854ba29edde429.tar.xz plus-a9e0c2118c8329d545065d35b0854ba29edde429.zip |
Fix being states (hercules)
Diffstat (limited to 'src/net/eathena/beingrecv.h')
-rw-r--r-- | src/net/eathena/beingrecv.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/eathena/beingrecv.h b/src/net/eathena/beingrecv.h index ed51f1b4e..0c26d07b7 100644 --- a/src/net/eathena/beingrecv.h +++ b/src/net/eathena/beingrecv.h @@ -115,6 +115,10 @@ namespace EAthena const BeingId id, const int16_t job, const BeingType::BeingType beingType); + void applyPlayerAction(Net::MessageIn &msg, + Being *const being, + const uint8_t type); + } // namespace BeingRecv } // namespace EAthena |