From 2822bd9efe74131a6f0614f8092db9c990a0e708 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 14 Jul 2018 01:32:24 +0300 Subject: Add packet CMSG_PET_EVOLUTION 0x09fb. --- src/net/tmwa/pethandler.cpp | 5 +++++ src/net/tmwa/pethandler.h | 2 ++ 2 files changed, 7 insertions(+) (limited to 'src/net/tmwa') diff --git a/src/net/tmwa/pethandler.cpp b/src/net/tmwa/pethandler.cpp index 4e7577bf9..63a82df9a 100644 --- a/src/net/tmwa/pethandler.cpp +++ b/src/net/tmwa/pethandler.cpp @@ -81,4 +81,9 @@ void PetHandler::setDirection(const unsigned char type A_UNUSED) const { } +void PetHandler::evolution(const Item *item A_UNUSED) const +{ +} + + } // namespace TmwAthena diff --git a/src/net/tmwa/pethandler.h b/src/net/tmwa/pethandler.h index 884110932..87d16c023 100644 --- a/src/net/tmwa/pethandler.h +++ b/src/net/tmwa/pethandler.h @@ -58,6 +58,8 @@ class PetHandler final : public Net::PetHandler void setDirection(const unsigned char type) const override final; + void evolution(const Item *const item) const override final; + protected: int mRandCounter; }; -- cgit v1.2.3-60-g2f50