PremadeSpecGlyph config (unimplemented)

This commit is contained in:
Yunfan Li
2024-03-05 00:11:53 +08:00
parent d99e6d9fbb
commit b7b334af99
6 changed files with 30 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ uint32 LfgJoinAction::GetRoles()
case CLASS_DRUID:
if (spec == 2)
return PLAYER_ROLE_HEALER;
else if (spec == 1 && bot->getLevel() >= 20)
else if (spec == 1)
return (PLAYER_ROLE_TANK | PLAYER_ROLE_DAMAGE);
else
return PLAYER_ROLE_DAMAGE;