You need to correct the query where you add the "autoloot" to the database during character creation.Hello, last I added some querry with autoloot and occurs error when I want to create character, anyone know how to solve it?View attachment 95678
help ;p
PS: I dont have backup
CREATE TABLE `player_autoloot` (
`player_id` int NOT NULL,
`autoloot_list` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
--
-- Dumping data for table `player_autoloot`
--
INSERT INTO `player_autoloot` (`player_id`, `autoloot_list`) VALUES
(2192, 'dhpó&'),
(2193, 'dhpó&'),
(2194, 'dhpó&'),
(2195, 'dhpó&'),
(2196, 'dhpó&'),
(2197, 'dhpó&'),
(2198, 'dhpó&');