summaryrefslogtreecommitdiff
path: root/src/net/eathena
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena')
-rw-r--r--src/net/eathena/pethandler.cpp4
-rw-r--r--src/net/eathena/pethandler.h3
2 files changed, 7 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
diff --git a/src/net/eathena/pethandler.h b/src/net/eathena/pethandler.h
index 42a03452b..b397d98d4 100644
--- a/src/net/eathena/pethandler.h
+++ b/src/net/eathena/pethandler.h
@@ -65,6 +65,9 @@ class PetHandler final : public MessageHandler, public Net::PetHandler
void unequip() const override final;
+ void setDirection(const BeingDirection::Type type) const
+ override final;
+
protected:
static void processPetRoulette(Net::MessageIn &msg);