pub fn set_selected_spell_id(pid: u16, spell_id: &str)Expand description
Set the ID of a player’s selected spell.
This changes the spell ID recorded for that player in the server memory, but does not by itself
send a packet.
pid The player ID.
spell_id The spell ID.
Returns void