mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-17 00:54:35 +00:00
PremadeSpecGlyph config (unimplemented)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -36,7 +36,7 @@ bool LootRollAction::Execute(Event event)
|
||||
{
|
||||
case ITEM_CLASS_WEAPON:
|
||||
case ITEM_CLASS_ARMOR:
|
||||
if (usage == ITEM_USAGE_EQUIP || usage == ITEM_USAGE_REPLACE) {
|
||||
if (usage == ITEM_USAGE_EQUIP || usage == ITEM_USAGE_REPLACE || usage == ITEM_USAGE_BAD_EQUIP) {
|
||||
vote = NEED;
|
||||
}
|
||||
else if (usage != ITEM_USAGE_NONE) {
|
||||
|
||||
Reference in New Issue
Block a user