Function add_spell

Source
pub fn add_spell(pid: u16, spell_id: &str)
Expand description

Add a new spell to the spellbook changes for a player.

pid The player ID whose spellbook changes should be used.
spell_id The spellId of the spell.

Returns void