summaryrefslogtreecommitdiff
path: root/src/net/eathena/gamehandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-01 00:25:59 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-06 01:18:54 +0300
commit3a320dc5d0cff4e3583e6c5ebe72c84e47034c69 (patch)
tree1151aa48e518d5975c03e682afd5c353fc610e0f /src/net/eathena/gamehandler.h
parentcf302132a1a1b7a9a05710f51ac4cdf20afa3f6b (diff)
downloadManaVerse-3a320dc5d0cff4e3583e6c5ebe72c84e47034c69.tar.gz
ManaVerse-3a320dc5d0cff4e3583e6c5ebe72c84e47034c69.tar.bz2
ManaVerse-3a320dc5d0cff4e3583e6c5ebe72c84e47034c69.tar.xz
ManaVerse-3a320dc5d0cff4e3583e6c5ebe72c84e47034c69.zip
eathena: rename SMSG_MAP_CHAR_ID to SMSG_MAP_ACCOUNT_ID.
Diffstat (limited to 'src/net/eathena/gamehandler.h')
-rw-r--r--src/net/eathena/gamehandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/gamehandler.h b/src/net/eathena/gamehandler.h
index 075bc6f94..56af1979b 100644
--- a/src/net/eathena/gamehandler.h
+++ b/src/net/eathena/gamehandler.h
@@ -53,7 +53,7 @@ class GameHandler final : public MessageHandler, public Ea::GameHandler
void mapLoadedEvent() const override final;
- static void processMapCharId(Net::MessageIn &msg);
+ static void processMapAccountId(Net::MessageIn &msg);
bool mustPing() const override final A_WARN_UNUSED
{ return true; }