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

@@ -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) {