diff options
Diffstat (limited to 'src/net/eathena/refinerecv.cpp')
-rw-r--r-- | src/net/eathena/refinerecv.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/net/eathena/refinerecv.cpp b/src/net/eathena/refinerecv.cpp index 5a66435a1..e63e2ae42 100644 --- a/src/net/eathena/refinerecv.cpp +++ b/src/net/eathena/refinerecv.cpp @@ -54,4 +54,13 @@ void RefineRecv::processRefineAddItem(Net::MessageIn &msg) } } +void RefineRecv::processRefineAnnounce(Net::MessageIn &msg) +{ + UNIMPLEMENTEDPACKET; + msg.readString(24, "char name"); + msg.readItemId("item id"); + msg.readInt8("refine level"); + msg.readInt8("status"); +} + } // namespace EAthena |