Fix build errors after previous commit

This commit is contained in:
Antz 2016-03-24 20:19:27 +00:00 committed by Antz
parent c1150219d4
commit 35415eb738
5 changed files with 280 additions and 86 deletions

View file

@ -1061,16 +1061,6 @@ void WorldSession::HandleSetActionBarTogglesOpcode(WorldPacket& recv_data)
GetPlayer()->SetByteValue(PLAYER_FIELD_BYTES, 2, ActionBar);
}
void WorldSession::HandleWardenDataOpcode(WorldPacket& recv_data)
{
recv_data.read_skip<uint8>();
/*
uint8 tmp;
recv_data >> tmp;
DEBUG_LOG("Received opcode CMSG_WARDEN_DATA, not resolve.uint8 = %u", tmp);
*/
}
void WorldSession::HandlePlayedTime(WorldPacket& recv_data)
{
uint8 unk1;