summaryrefslogtreecommitdiff
path: root/src/net/pethandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/pethandler.h')
-rw-r--r--src/net/pethandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/pethandler.h b/src/net/pethandler.h
index 750baf4dc..745d70195 100644
--- a/src/net/pethandler.h
+++ b/src/net/pethandler.h
@@ -44,6 +44,8 @@ class PetHandler notfinal
virtual void emote(const uint8_t emoteId, const int petId) = 0;
virtual void catchPet(const Being *const being) const = 0;
+
+ virtual void requestPetState(const int data) const = 0;
};
} // namespace Net