Skip to main content

collect_spell

Function collect_spell 

Source
pub(super) fn collect_spell(
    rows: &mut Vec<LedgerRow>,
    owner: &str,
    path: &str,
    name: &str,
    spell: &ManifestSpellDef,
    auras: &IndexMap<String, ManifestAuraDef>,
)