diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-01-24 02:40:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-01-25 02:39:13 +0300 |
commit | b8d7c1f17c3c4f2ce951652c0763fccf44b2f1c4 (patch) | |
tree | 8a81d672687313007d4bcec20465c416d6fab005 /src/net/eathena/homunculusrecv.h | |
parent | a9d0898037feff6d3dce507ff0194fe8582a80a8 (diff) | |
download | plus-b8d7c1f17c3c4f2ce951652c0763fccf44b2f1c4.tar.gz plus-b8d7c1f17c3c4f2ce951652c0763fccf44b2f1c4.tar.bz2 plus-b8d7c1f17c3c4f2ce951652c0763fccf44b2f1c4.tar.xz plus-b8d7c1f17c3c4f2ce951652c0763fccf44b2f1c4.zip |
Update packet versions for packet SMSG_HOMUNCULUS_INFO
Diffstat (limited to 'src/net/eathena/homunculusrecv.h')
-rw-r--r-- | src/net/eathena/homunculusrecv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/homunculusrecv.h b/src/net/eathena/homunculusrecv.h index e4c42c7ea..8183db1f9 100644 --- a/src/net/eathena/homunculusrecv.h +++ b/src/net/eathena/homunculusrecv.h @@ -32,7 +32,8 @@ namespace EAthena { void processHomunculusSkills(Net::MessageIn &msg); void processHomunculusData(Net::MessageIn &msg); - void processHomunculusInfo(Net::MessageIn &msg); + void processHomunculusInfo1(Net::MessageIn &msg); + void processHomunculusInfo2(Net::MessageIn &msg); void processHomunculusSkillUp(Net::MessageIn &msg); void processHomunculusFood(Net::MessageIn &msg); void processHomunculusExp(Net::MessageIn &msg); |