Fix typo in Znote AAC schema

This commit is contained in:
Znote 2019-11-11 06:49:04 +01:00
parent e96cf7f2b7
commit da58e68d83

View File

@ -294,7 +294,7 @@ SELECT
UNIX_TIMESTAMP(CURDATE()) AS `created`,
0 AS `hide_char`,
'' AS `comment`
FROM `accounts` AS `p`
FROM `players` AS `p`
LEFT JOIN `znote_players` AS `z`
ON `p`.`id` = `z`.`player_id`
WHERE `z`.`created` IS NULL;