summaryrefslogtreecommitdiff
path: root/src/net/tmwa/charserverhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/charserverhandler.cpp')
-rw-r--r--src/net/tmwa/charserverhandler.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/tmwa/charserverhandler.cpp b/src/net/tmwa/charserverhandler.cpp
index 21857d45e..8bdd49a11 100644
--- a/src/net/tmwa/charserverhandler.cpp
+++ b/src/net/tmwa/charserverhandler.cpp
@@ -516,4 +516,9 @@ void CharServerHandler::renameCharacter(const int id A_UNUSED,
{
}
+void CharServerHandler::changeSlot(const int oldSlot A_UNUSED,
+ const int newSlot A_UNUSED)
+{
+}
+
} // namespace TmwAthena