Function set_default_class

Source
pub fn set_default_class(pid: u16, id: &str)
Expand description

Set the default class used by a player.

If this is left blank, the custom class data set for the player will be used instead.

pid The player ID.
id The ID of the default class.

Returns void