fix(Core/Command): cheat explore (#2862)

Co-authored-by: P-Kito <p-kito@users.noreply.github.com>
This commit is contained in:
Kitzunu
2020-05-15 01:03:27 +02:00
committed by GitHub
parent 6e70b96213
commit 807005ae25
3 changed files with 40 additions and 41 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1586480454432011500');
DELETE FROM `command` WHERE `name`='cheat explore';
INSERT INTO `command` (`name`, `security`, `help`) VALUES
('cheat explore', 2, 'Syntax: .cheat explore #flag\r\nReveal or hide all maps for the selected player. If no player is selected, hide or reveal maps to you.\r\nUse a #flag of value 1 to reveal, use a #flag value of 0 to hide all maps.');