summaryrefslogtreecommitdiff
path: root/src/net/tmwa/charserverhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-17 14:51:23 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-17 14:51:23 +0300
commitc4802097dec05ca39e395e7dba3a55dba70edbe8 (patch)
treeb78e4d197a6e88dd646bc46b1c00286f97c63011 /src/net/tmwa/charserverhandler.h
parente0bd37fd01e8c14bf6d044382ac12cc11f5eaa43 (diff)
downloadplus-c4802097dec05ca39e395e7dba3a55dba70edbe8.tar.gz
plus-c4802097dec05ca39e395e7dba3a55dba70edbe8.tar.bz2
plus-c4802097dec05ca39e395e7dba3a55dba70edbe8.tar.xz
plus-c4802097dec05ca39e395e7dba3a55dba70edbe8.zip
Add static in chatserverhandler.
Diffstat (limited to 'src/net/tmwa/charserverhandler.h')
-rw-r--r--src/net/tmwa/charserverhandler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/tmwa/charserverhandler.h b/src/net/tmwa/charserverhandler.h
index 38f8ce83b..54ce65c46 100644
--- a/src/net/tmwa/charserverhandler.h
+++ b/src/net/tmwa/charserverhandler.h
@@ -82,14 +82,14 @@ class CharServerHandler final : public MessageHandler,
void changeSlot(const int oldSlot, const int newSlot) override final;
- protected:
void readPlayerData(Net::MessageIn &msg,
Net::Character *const character,
const bool withColors) const override final;
- void processCharCreate(Net::MessageIn &msg);
+ protected:
+ static void processCharCreate(Net::MessageIn &msg);
- void processCharCreate2(Net::MessageIn &msg);
+ static void processCharCreate2(Net::MessageIn &msg);
};
} // namespace TmwAthena