From a204d2b11e6a4b620877ab6c5b80a818eaa7d476 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 28 Dec 2014 18:14:58 +0300 Subject: Add fake commands to change pet direction. --- src/net/pethandler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/pethandler.h') diff --git a/src/net/pethandler.h b/src/net/pethandler.h index 1eaf011d8..20e4b945e 100644 --- a/src/net/pethandler.h +++ b/src/net/pethandler.h @@ -56,6 +56,8 @@ class PetHandler notfinal virtual void returnToEgg() const = 0; virtual void unequip() const = 0; + + virtual void setDirection(const BeingDirection::Type type) const = 0; }; } // namespace Net -- cgit v1.2.3-70-g09d2