mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
lfg action
This commit is contained in:
@@ -250,8 +250,8 @@ bool LfgRoleCheckAction::Execute(Event event)
|
|||||||
{
|
{
|
||||||
uint32 currentRoles = sLFGMgr->GetRoles(bot->GetGUID());
|
uint32 currentRoles = sLFGMgr->GetRoles(bot->GetGUID());
|
||||||
uint32 newRoles = GetRoles();
|
uint32 newRoles = GetRoles();
|
||||||
if (currentRoles == newRoles)
|
// if (currentRoles == newRoles)
|
||||||
return false;
|
// return false;
|
||||||
|
|
||||||
sLFGMgr->SetRoles(bot->GetGUID(), newRoles);
|
sLFGMgr->SetRoles(bot->GetGUID(), newRoles);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user