diff options
Diffstat (limited to 'src/net/tmwa/pethandler.h')
-rw-r--r-- | src/net/tmwa/pethandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |