summaryrefslogtreecommitdiff
path: root/src/net/eathena/homunculusrecv.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-01-24 02:40:09 +0300
committerAndrei Karas <akaras@inbox.ru>2019-01-25 02:39:13 +0300
commitb8d7c1f17c3c4f2ce951652c0763fccf44b2f1c4 (patch)
tree8a81d672687313007d4bcec20465c416d6fab005 /src/net/eathena/homunculusrecv.h
parenta9d0898037feff6d3dce507ff0194fe8582a80a8 (diff)
downloadManaVerse-b8d7c1f17c3c4f2ce951652c0763fccf44b2f1c4.tar.gz
ManaVerse-b8d7c1f17c3c4f2ce951652c0763fccf44b2f1c4.tar.bz2
ManaVerse-b8d7c1f17c3c4f2ce951652c0763fccf44b2f1c4.tar.xz
ManaVerse-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.h3
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);