diff --git a/src/strategy/actions/LfgActions.cpp b/src/strategy/actions/LfgActions.cpp index a5f5eaec..86f9cd47 100644 --- a/src/strategy/actions/LfgActions.cpp +++ b/src/strategy/actions/LfgActions.cpp @@ -250,8 +250,8 @@ bool LfgRoleCheckAction::Execute(Event event) { uint32 currentRoles = sLFGMgr->GetRoles(bot->GetGUID()); uint32 newRoles = GetRoles(); - if (currentRoles == newRoles) - return false; + // if (currentRoles == newRoles) + // return false; sLFGMgr->SetRoles(bot->GetGUID(), newRoles);