Core/PacketIO: Fixed and enabled SMSG_ITEM_REFUND_RESULT

This commit is contained in:
Subv
2012-08-07 18:24:10 -05:00
parent c9fc56364b
commit 46cf08684d
4 changed files with 56 additions and 25 deletions

View File

@@ -1015,7 +1015,7 @@ void WorldSession::BuildPartyMemberStatsChangedPacket(Player* player, WorldPacke
}
/*this procedure handles clients CMSG_REQUEST_PARTY_MEMBER_STATS request*/
void WorldSession::HandleRequestPartyMemberStatsOpcode(WorldPacket &recvData)
void WorldSession::HandleRequestPartyMemberStatsOpcode(WorldPacket& recvData)
{
sLog->outDebug(LOG_FILTER_NETWORKIO, "WORLD: Received CMSG_REQUEST_PARTY_MEMBER_STATS");
uint64 Guid;