summaryrefslogtreecommitdiff
path: root/src/net/eathena/pethandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-28 18:14:58 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-28 18:14:58 +0300
commita204d2b11e6a4b620877ab6c5b80a818eaa7d476 (patch)
treeee2112216168624403769a1fdeab120dafab4100 /src/net/eathena/pethandler.cpp
parentd82cd00f86cf5f902a47ef19fd24c7745e4104d4 (diff)
downloadManaVerse-a204d2b11e6a4b620877ab6c5b80a818eaa7d476.tar.gz
ManaVerse-a204d2b11e6a4b620877ab6c5b80a818eaa7d476.tar.bz2
ManaVerse-a204d2b11e6a4b620877ab6c5b80a818eaa7d476.tar.xz
ManaVerse-a204d2b11e6a4b620877ab6c5b80a818eaa7d476.zip
Add fake commands to change pet direction.
Diffstat (limited to 'src/net/eathena/pethandler.cpp')
-rw-r--r--src/net/eathena/pethandler.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/eathena/pethandler.cpp b/src/net/eathena/pethandler.cpp
index 9c78787cf..b18cc83d0 100644
--- a/src/net/eathena/pethandler.cpp
+++ b/src/net/eathena/pethandler.cpp
@@ -319,4 +319,8 @@ void PetHandler::unequip() const
outMsg.writeInt8(4, "action");
}
+void PetHandler::setDirection(const BeingDirection::Type type A_UNUSED) const
+{
+}
+
} // namespace EAthena