summaryrefslogtreecommitdiff
path: root/src/net/ea/chathandler.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-04-18 13:39:34 -0600
committerJared Adams <jaxad0127@gmail.com>2009-04-18 14:34:12 -0600
commitcdd6fa5fe9627780a281f420c1a3f5ba5248aa72 (patch)
treed3b0ea1f1edf37bae205fbcdc7e3a1ee5a06e08e /src/net/ea/chathandler.cpp
parent1032dcdc6cb7084db493cb5f88bd5cade17e2fdf (diff)
downloadmana-client-cdd6fa5fe9627780a281f420c1a3f5ba5248aa72.tar.gz
mana-client-cdd6fa5fe9627780a281f420c1a3f5ba5248aa72.tar.bz2
mana-client-cdd6fa5fe9627780a281f420c1a3f5ba5248aa72.tar.xz
mana-client-cdd6fa5fe9627780a281f420c1a3f5ba5248aa72.zip
Make sure every eAthena packet has a #define
Diffstat (limited to 'src/net/ea/chathandler.cpp')
-rw-r--r--src/net/ea/chathandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/ea/chathandler.cpp b/src/net/ea/chathandler.cpp
index 626f1048..2e8df374 100644
--- a/src/net/ea/chathandler.cpp
+++ b/src/net/ea/chathandler.cpp
@@ -54,7 +54,7 @@ ChatHandler::ChatHandler()
SMSG_WHISPER,
SMSG_WHISPER_RESPONSE,
SMSG_GM_CHAT,
- 0x10c, // MVP
+ SMSG_MVP, // MVP
0
};
handledMessages = _messages;
@@ -164,7 +164,7 @@ void ChatHandler::handleMessage(MessageIn &msg)
break;
}
- case 0x010c:
+ case SMSG_MVP:
// Display MVP player
msg.readInt32(); // id
localChatTab->chatLog("MVP player", BY_SERVER);