diff options
Diffstat (limited to 'src/net/pethandler.h')
-rw-r--r-- | src/net/pethandler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/pethandler.h b/src/net/pethandler.h index 0df7f257d..5c9099afa 100644 --- a/src/net/pethandler.h +++ b/src/net/pethandler.h @@ -39,7 +39,8 @@ class PetHandler notfinal const int petId, const int x, const int y) const = 0; - virtual void emote(const uint8_t emoteId, const int petId) = 0; + virtual void emote(const uint8_t emoteId, + const int petId) = 0; virtual void catchPet(const Being *const being) const = 0; |