pub fn set_spellbook_changes_action(pid: u16, action: u8)Expand description
Set the action type in a player’s spellbook changes.
pid The player ID whose spellbook changes should be used.
action The action (0 for SET, 1 for ADD, 2 for REMOVE).
Returns void