mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
Fixed console spam.
This commit is contained in:
parent
c02dcf45a0
commit
d19efbe1e4
1 changed files with 1 additions and 0 deletions
|
|
@ -227,6 +227,7 @@ void WorldSession::HandleGroupUninviteGuidOpcode(WorldPacket & recv_data)
|
||||||
{
|
{
|
||||||
uint64 guid;
|
uint64 guid;
|
||||||
recv_data >> guid;
|
recv_data >> guid;
|
||||||
|
read_skip<uint8>();
|
||||||
|
|
||||||
//can't uninvite yourself
|
//can't uninvite yourself
|
||||||
if(guid == GetPlayer()->GetGUID())
|
if(guid == GetPlayer()->GetGUID())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue