Fixed some typos.

Updated quest status enum.
This commit is contained in:
tomrus88 2010-03-31 05:43:14 +04:00
parent d19efbe1e4
commit 646b1a1ea4
3 changed files with 6 additions and 6 deletions

View file

@ -227,9 +227,9 @@ void WorldSession::HandleGroupUninviteGuidOpcode(WorldPacket & recv_data)
{
uint64 guid;
recv_data >> guid;
read_skip<uint8>();
recv_data.read_skip<uint8>();
//can't uninvite yourself
// can't uninvite yourself
if(guid == GetPlayer()->GetGUID())
{
sLog.outError("WorldSession::HandleGroupUninviteGuidOpcode: leader %s(%d) tried to uninvite himself from the group.", GetPlayer()->GetName(), GetPlayer()->GetGUIDLow());