fix (DB/Commands): Add Syntax to Command .achievement checkall (#4506)

This commit is contained in:
Vox
2021-02-08 16:27:39 -05:00
committed by GitHub
parent 71b40ed8bc
commit eb7b8a531e

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1612796984747044500');
UPDATE `command` SET `help`='Syntax: .achievement checkall\r\nCheck all achievement criteria of the selected player.' WHERE `name`='achievement checkall';