summaryrefslogtreecommitdiff
path: root/src/net/eathena/charserverhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/charserverhandler.h')
-rw-r--r--src/net/eathena/charserverhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/charserverhandler.h b/src/net/eathena/charserverhandler.h
index 7f03e3093..ed27534bf 100644
--- a/src/net/eathena/charserverhandler.h
+++ b/src/net/eathena/charserverhandler.h
@@ -79,6 +79,8 @@ class CharServerHandler final : public MessageHandler,
void setCharCreateDialog(CharCreateDialog *const window)
override final;
+ void changeSlot(const int oldSlot, const int newSlot) override final;
+
protected:
void readPlayerData(Net::MessageIn &msg,
Net::Character *const character,