From bcf7ed591ffdb00ce24adfe393716a9faa9b2ed6 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Mon, 7 Apr 2014 16:25:06 +0300 Subject: [PATCH] Eluna fix wrong opcode --- PlayerMethods.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlayerMethods.h b/PlayerMethods.h index b79f5d8..2a2d7c7 100644 --- a/PlayerMethods.h +++ b/PlayerMethods.h @@ -1338,7 +1338,7 @@ namespace LuaPlayer uint64 guid = sEluna->CHECKVAL(L, 2, player->GET_GUID()); #if (defined(CLASSIC) || defined(TBC)) - WorldPacket data(SMSG_SHOW_MAILBOX, 8); + WorldPacket data(CMSG_GET_MAIL_LIST, 8); data << uint64(guid); player->GetSession()->HandleGetMailList(data); #else