Skip to main content

collect_spell_auras

Function collect_spell_auras 

Source
fn collect_spell_auras(
    rows: &mut Vec<LedgerRow>,
    owner: &str,
    path: &str,
    root: &str,
    spell: &ManifestSpellDef,
    auras: &IndexMap<String, ManifestAuraDef>,
)