mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
Fixed some typos.
Updated quest status enum.
This commit is contained in:
parent
d19efbe1e4
commit
646b1a1ea4
3 changed files with 6 additions and 6 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue