summaryrefslogtreecommitdiff
path: root/src/net/pethandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-22 15:43:42 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-22 15:43:42 +0300
commitc8c04113ea360bdf542393001e45eb1ea9f317d1 (patch)
treea77df61da3e3fdc1b4e66b292f5545cdd92dd224 /src/net/pethandler.h
parent752c00b3e14478ebfc243938ed0bfd3af0a05f58 (diff)
downloadplus-c8c04113ea360bdf542393001e45eb1ea9f317d1.tar.gz
plus-c8c04113ea360bdf542393001e45eb1ea9f317d1.tar.bz2
plus-c8c04113ea360bdf542393001e45eb1ea9f317d1.tar.xz
plus-c8c04113ea360bdf542393001e45eb1ea9f317d1.zip
eathena: add packet CMSG_PET_DIRECTION 0x0b12.
Diffstat (limited to 'src/net/pethandler.h')
-rw-r--r--src/net/pethandler.h2
1 files changed, 1 insertions, 1 deletions
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;
};