summaryrefslogtreecommitdiff
path: root/src/net/eathena/pethandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-23 00:51:02 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-23 00:51:02 +0300
commit3c0d5ff41079e9ffa2853f1f44b1512a5949926a (patch)
tree6037ef3a6b1837ade45fb02bec6d91a19729463f /src/net/eathena/pethandler.cpp
parent003b61e91476ef9cf7275a7a77cdf8a755be6d60 (diff)
downloadplus-3c0d5ff41079e9ffa2853f1f44b1512a5949926a.tar.gz
plus-3c0d5ff41079e9ffa2853f1f44b1512a5949926a.tar.bz2
plus-3c0d5ff41079e9ffa2853f1f44b1512a5949926a.tar.xz
plus-3c0d5ff41079e9ffa2853f1f44b1512a5949926a.zip
Impliment packet SMSG_PET_CATCH_PROCESS.
Diffstat (limited to 'src/net/eathena/pethandler.cpp')
-rw-r--r--src/net/eathena/pethandler.cpp2
1 files changed, 1 insertions, 1 deletions
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