Fixed client crash at raid target icon update.

Some other updates.
This commit is contained in:
tomrus88 2010-02-07 00:27:18 +03:00
parent ceca56cf69
commit 0ef8305ebb
5 changed files with 13 additions and 9 deletions

View file

@ -469,7 +469,7 @@ void WorldSession::HandleRaidTargetUpdateOpcode( WorldPacket & recv_data )
uint64 guid;
recv_data >> guid;
group->SetTargetIcon(x, guid);
group->SetTargetIcon(x, _player->GetGUID(), guid);
}
}