diff options
Diffstat (limited to 'src/net/eathena/pethandler.h')
-rw-r--r-- | src/net/eathena/pethandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/pethandler.h b/src/net/eathena/pethandler.h index 42a03452b..b397d98d4 100644 --- a/src/net/eathena/pethandler.h +++ b/src/net/eathena/pethandler.h @@ -65,6 +65,9 @@ class PetHandler final : public MessageHandler, public Net::PetHandler void unequip() const override final; + void setDirection(const BeingDirection::Type type) const + override final; + protected: static void processPetRoulette(Net::MessageIn &msg); |