diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-27 20:49:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-27 20:49:31 +0300 |
commit | 4b02d01243eeb6b31c57e5220914b9e5e7c7bfe8 (patch) | |
tree | 371dac23117eb986c841b424afe5870b18604a7b /src/net/eathena/homunculusrecv.h | |
parent | 19125da4c29f4475aafa4bf9bf2d9400bceff657 (diff) | |
download | ManaVerse-4b02d01243eeb6b31c57e5220914b9e5e7c7bfe8.tar.gz ManaVerse-4b02d01243eeb6b31c57e5220914b9e5e7c7bfe8.tar.bz2 ManaVerse-4b02d01243eeb6b31c57e5220914b9e5e7c7bfe8.tar.xz ManaVerse-4b02d01243eeb6b31c57e5220914b9e5e7c7bfe8.zip |
Impliment packet SMSG_HOMUNCULUS_EXP 0x0b22.
For now it show homunculus exp over player ovner.
But probably need show it over homunculus.
Diffstat (limited to 'src/net/eathena/homunculusrecv.h')
-rw-r--r-- | src/net/eathena/homunculusrecv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/homunculusrecv.h b/src/net/eathena/homunculusrecv.h index a7b9c4ea6..76ddcf544 100644 --- a/src/net/eathena/homunculusrecv.h +++ b/src/net/eathena/homunculusrecv.h @@ -37,6 +37,7 @@ namespace EAthena void processHomunculusInfo(Net::MessageIn &msg); void processHomunculusSkillUp(Net::MessageIn &msg); void processHomunculusFood(Net::MessageIn &msg); + void processHomunculusExp(Net::MessageIn &msg); } // namespace HomunculusRecv } // namespace EAthena |