Eluna fix wrong opcode

This commit is contained in:
Rochet2
2014-04-07 16:25:06 +03:00
committed by Foereaper
parent 389ed8a80e
commit bcf7ed591f

View File

@@ -1338,7 +1338,7 @@ namespace LuaPlayer
uint64 guid = sEluna->CHECKVAL<uint64>(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