Skip to main content

audit_spell_attributes

Function audit_spell_attributes 

Source
pub(super) fn audit_spell_attributes(
    spell_id: i32,
    spell_name: &str,
    attributes: &[i32],
    rows: &mut Vec<AttributeAuditRow>,
    counts: &mut EffectAuditCounts,
)