mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
fix some compiler warnings about unused variables, part 2
This commit is contained in:
@@ -3986,9 +3986,9 @@ namespace LuaPlayer
|
||||
if (player->GetGroup() || invited->GetGroup())
|
||||
return 0;
|
||||
|
||||
if (Group* invitedgroup = player->GetGroupInvite())
|
||||
if (player->GetGroupInvite())
|
||||
player->UninviteFromGroup();
|
||||
if (Group* invitedgroup = invited->GetGroupInvite())
|
||||
if (invited->GetGroupInvite())
|
||||
invited->UninviteFromGroup();
|
||||
|
||||
// Try create new group
|
||||
|
||||
Reference in New Issue
Block a user