From 7b2fbfb1f4384cb0e86d4c7cca81a526444d54b8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 27 Dec 2013 19:21:37 +0300 Subject: add pet emote command. New chat command: /emotepet emote --- src/net/tmwa/pethandler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/tmwa/pethandler.h') diff --git a/src/net/tmwa/pethandler.h b/src/net/tmwa/pethandler.h index 207e0add9..2d04d5c29 100644 --- a/src/net/tmwa/pethandler.h +++ b/src/net/tmwa/pethandler.h @@ -43,6 +43,8 @@ class PetHandler final : public MessageHandler, public Net::PetHandler void spawn(const Being *const being, const int x, const int y) const override final; + + void emote(const uint8_t emoteId) const override final; }; } // namespace TmwAthena -- cgit v1.2.3-70-g09d2