修改 物品数量 触发逻辑bug

This commit is contained in:
997146918 2025-09-04 17:56:25 +08:00
parent dd36f731d9
commit 28d90a63bc

View File

@ -263,6 +263,7 @@ void USkillTrigger::InitAuraConditionTriggers()
{
OnTrigger();
}
break;
}
case EAuraTriggerCondition::EquipmentCountNotLessThan:
{
@ -274,6 +275,7 @@ void USkillTrigger::InitAuraConditionTriggers()
{
OnTrigger();
}
break;
}
default:
break;