pub fn add_spell(pid: u16, spell_id: &str)
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.
pid
spell_id
Returns void