diff options
Diffstat (limited to 'src/net/tmwa/charserverhandler.h')
-rw-r--r-- | src/net/tmwa/charserverhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/charserverhandler.h b/src/net/tmwa/charserverhandler.h index 22e616003..38f8ce83b 100644 --- a/src/net/tmwa/charserverhandler.h +++ b/src/net/tmwa/charserverhandler.h @@ -80,6 +80,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, |