From 21ff910b7b30b1a515db24e890d3a7b443b2d859 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 14 Jul 2018 01:41:41 +0300 Subject: Add packet SMSG_PET_EVOLUTION_RESULT 0x09fc --- src/net/eathena/petrecv.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/net/eathena/petrecv.cpp') diff --git a/src/net/eathena/petrecv.cpp b/src/net/eathena/petrecv.cpp index 6516186f1..344b388ac 100644 --- a/src/net/eathena/petrecv.cpp +++ b/src/net/eathena/petrecv.cpp @@ -180,4 +180,10 @@ void PetRecv::processPetCatchProcess(Net::MessageIn &msg A_UNUSED) NotifyManager::notify(NotifyTypes::PET_CATCH_PROCESS); } +void PetRecv::processPetEvolution(Net::MessageIn &msg) +{ + UNIMPLEMENTEDPACKET; + msg.readUInt8("result"); +} + } // namespace EAthena -- cgit v1.2.3-60-g2f50