diff options
Diffstat (limited to 'src/net/tmwa/pethandler.cpp')
-rw-r--r-- | src/net/tmwa/pethandler.cpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/net/tmwa/pethandler.cpp b/src/net/tmwa/pethandler.cpp index a071d1289..ebbef5240 100644 --- a/src/net/tmwa/pethandler.cpp +++ b/src/net/tmwa/pethandler.cpp @@ -86,4 +86,24 @@ void PetHandler::setName(const std::string &name A_UNUSED) const { } +void PetHandler::requestStatus() const +{ +} + +void PetHandler::feed() const +{ +} + +void PetHandler::dropLoot() const +{ +} + +void PetHandler::returnToEgg() const +{ +} + +void PetHandler::unequip() const +{ +} + } // namespace TmwAthena |