pub fn add_book(pid: u16, book_id: &str)
Add a new book to the book changes for a player.
pid The player ID whose book changes should be used. book_id The bookId of the book.
pid
book_id
Returns void