From 31a4e17565b91b62fec057c10d3903310526c824 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 28 Dec 2014 18:28:01 +0300 Subject: Impliment actual change direction actions from pet commands. --- src/net/tmwa/pethandler.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/tmwa/pethandler.cpp') diff --git a/src/net/tmwa/pethandler.cpp b/src/net/tmwa/pethandler.cpp index 079caae37..982f3a861 100644 --- a/src/net/tmwa/pethandler.cpp +++ b/src/net/tmwa/pethandler.cpp @@ -107,6 +107,8 @@ void PetHandler::unequip() const void PetHandler::setDirection(const BeingDirection::Type type) const { + chatHandler->talk(strprintf("\302\202\302d%d", + static_cast(type)), GENERAL_CHANNEL); } } // namespace TmwAthena -- cgit v1.2.3-60-g2f50