mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-21 02:20:00 +01:00
Fix bots not able to invite nearby players to existing guild
This commit is contained in:
parent
a89058e3d1
commit
afd2151769
@ -158,9 +158,6 @@ bool GuildManageNearbyAction::Execute(Event event)
|
||||
if (!player || bot == player)
|
||||
continue;
|
||||
|
||||
if (player->GetGuildId() != bot->GetGuildId())
|
||||
continue;
|
||||
|
||||
if (player->GetGuildId()) //Promote or demote nearby members based on chance.
|
||||
{
|
||||
Guild::Member* member = guild->GetMember(player->GetGUID());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user