From 3aef47aa85587c5db978e2f17eb170912aab1a7b Mon Sep 17 00:00:00 2001 From: Yunfan Li Date: Wed, 9 Aug 2023 23:04:45 +0800 Subject: [PATCH] lfg action --- src/strategy/actions/LfgActions.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);