From cdd6fa5fe9627780a281f420c1a3f5ba5248aa72 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 18 Apr 2009 13:39:34 -0600 Subject: Make sure every eAthena packet has a #define --- src/net/ea/chathandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/ea/chathandler.cpp') 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); -- cgit v1.2.3-70-g09d2