From c8c04113ea360bdf542393001e45eb1ea9f317d1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 22 Feb 2015 15:43:42 +0300 Subject: eathena: add packet CMSG_PET_DIRECTION 0x0b12. --- src/net/pethandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/pethandler.h') diff --git a/src/net/pethandler.h b/src/net/pethandler.h index bba766f24..5caddf068 100644 --- a/src/net/pethandler.h +++ b/src/net/pethandler.h @@ -57,7 +57,7 @@ class PetHandler notfinal virtual void unequip() const = 0; - virtual void setDirection(const BeingDirection::Type type) const = 0; + virtual void setDirection(const unsigned char type) const = 0; virtual void startAi(const bool start) const = 0; }; -- cgit v1.2.3-70-g09d2