diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-28 18:14:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-28 18:14:58 +0300 |
commit | a204d2b11e6a4b620877ab6c5b80a818eaa7d476 (patch) | |
tree | ee2112216168624403769a1fdeab120dafab4100 /src/net/tmwa/pethandler.cpp | |
parent | d82cd00f86cf5f902a47ef19fd24c7745e4104d4 (diff) | |
download | plus-a204d2b11e6a4b620877ab6c5b80a818eaa7d476.tar.gz plus-a204d2b11e6a4b620877ab6c5b80a818eaa7d476.tar.bz2 plus-a204d2b11e6a4b620877ab6c5b80a818eaa7d476.tar.xz plus-a204d2b11e6a4b620877ab6c5b80a818eaa7d476.zip |
Add fake commands to change pet direction.
Diffstat (limited to 'src/net/tmwa/pethandler.cpp')
-rw-r--r-- | src/net/tmwa/pethandler.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/pethandler.cpp b/src/net/tmwa/pethandler.cpp index 0156ef7c2..079caae37 100644 --- a/src/net/tmwa/pethandler.cpp +++ b/src/net/tmwa/pethandler.cpp @@ -105,4 +105,8 @@ void PetHandler::unequip() const { } +void PetHandler::setDirection(const BeingDirection::Type type) const +{ +} + } // namespace TmwAthena |