Hey. Can anyone tell me how can i change all player skills to 10?
I got error that can't display characters.php because skills does not exist. I tried to use this:
INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(3, 0, 10, 0),
(3, 1, 10, 0),
(3, 2, 10, 0),
(3, 3...