Function resurrect

Source
pub fn resurrect(pid: u16, _type: u16)
Expand description

Send a PlayerResurrect packet about a player.

This sends the packet to all players connected to the server.

pid The player ID.
_type The type of resurrection (0 for REGULAR, 1 for IMPERIAL_SHRINE,
2 for TRIBUNAL_TEMPLE).

Returns void