Core/Spells: Add PROC_ATTR_CANT_PROC_FROM_ITEM_CAST to list of valid proc attributes

This commit is contained in:
Shauren
2026-01-04 00:26:14 +01:00
parent 43267a24c3
commit 5415c433a6

View File

@@ -272,7 +272,8 @@ DEFINE_ENUM_FLAG(ProcAttributes);
PROC_ATTR_REQ_POWER_COST | \
PROC_ATTR_REQ_SPELLMOD | \
PROC_ATTR_USE_STACKS_FOR_CHARGES | \
PROC_ATTR_REDUCE_PROC_60)
PROC_ATTR_REDUCE_PROC_60 | \
PROC_ATTR_CANT_PROC_FROM_ITEM_CAST)
struct SpellProcEntry
{