diff options
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); |