Function clear_spellbook_changes

Source
pub fn clear_spellbook_changes(pid: u16)
Expand description

Clear the last recorded spellbook changes for a player.

This is used to initialize the sending of new PlayerSpellbook packets.

pid The player ID whose spellbook changes should be used.

Returns void