Hello, does anyone know how to fix this?
Attachments
-
Untitled.png4.6 KB · Views: 9 · VirusTotal
Because you don't tell the system whats to update, you only write 0...Yes, I know, but I have the following and the error is still there
UPDATE `player_storage` SET `value` = 0 WHERE `key` = 74645
UPDATE `player_storage`
UPDATE `player_storage
LUA:CREATE TABLE `player_storage` ( `player_id` int(11) NOT NULL DEFAULT 0, `key` int(10) UNSIGNED NOT NULL DEFAULT 0, `value` int(11) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Because you don't tell the system whats to update, you only write 0...Yes, I know, but I have the following and the error is still there
UPDATE `player_storage` SET `value` = 0 WHERE `key` = 74645