From 3c0d5ff41079e9ffa2853f1f44b1512a5949926a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 23 Aug 2015 00:51:02 +0300 Subject: Impliment packet SMSG_PET_CATCH_PROCESS. --- src/net/eathena/pethandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net') diff --git a/src/net/eathena/pethandler.cpp b/src/net/eathena/pethandler.cpp index 8b0103bab..c6a68b04e 100644 --- a/src/net/eathena/pethandler.cpp +++ b/src/net/eathena/pethandler.cpp @@ -349,7 +349,7 @@ void PetHandler::startAi(const bool start A_UNUSED) const void PetHandler::processPetCatchProcess(Net::MessageIn &msg) { - UNIMPLIMENTEDPACKET; + NotifyManager::notify(NotifyTypes::PET_CATCH_PROCESS); } } // namespace EAthena -- cgit v1.2.3-70-g09d2