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