diff options
Diffstat (limited to 'src/net/eathena/beingrecv.h')
-rw-r--r-- | src/net/eathena/beingrecv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/beingrecv.h b/src/net/eathena/beingrecv.h index ea3e0bc2e..f84895a7d 100644 --- a/src/net/eathena/beingrecv.h +++ b/src/net/eathena/beingrecv.h @@ -114,7 +114,7 @@ namespace EAthena void processSkillDamage(Net::MessageIn &msg); Being *createBeing2(Net::MessageIn &msg, const BeingId id, - const int16_t job, + const int32_t job, const BeingType::BeingType beingType); void applyPlayerAction(Net::MessageIn &msg, Being *const being, |