From a5e3d86efb85bb2a65e160972cc56e89cd764453 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 28 Dec 2014 19:36:50 +0300 Subject: Add chat command for stop and start pet ai. --- 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 20e4b945e..50a844df6 100644 --- a/src/net/pethandler.h +++ b/src/net/pethandler.h @@ -58,6 +58,8 @@ class PetHandler notfinal virtual void unequip() const = 0; virtual void setDirection(const BeingDirection::Type type) const = 0; + + virtual void startAi(const bool start) const = 0; }; } // namespace Net -- cgit v1.2.3-70-g09d2