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/pethandler.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/net/pethandler.h') diff --git a/src/net/pethandler.h b/src/net/pethandler.h index 3116d7ba9..ba1502631 100644 --- a/src/net/pethandler.h +++ b/src/net/pethandler.h @@ -23,6 +23,8 @@ #include "being/being.h" +class Item; + namespace Net { @@ -59,6 +61,8 @@ class PetHandler notfinal virtual void unequip() const = 0; virtual void setDirection(const unsigned char type) const = 0; + + virtual void evolution(const Item *item) const = 0; }; } // namespace Net -- cgit v1.2.3-70-g09d2