chore(DB): import pending files

Referenced commit(s): d0f10a12c0
This commit is contained in:
github-actions[bot]
2023-12-03 01:58:31 +00:00
parent d0f10a12c0
commit 0e120c9492

View File

@@ -0,0 +1,7 @@
-- DB update 2023_12_02_00 -> 2023_12_03_00
--
DELETE FROM `command` WHERE `name`='go creature name';
INSERT INTO `command` (`name`, `security`, `help`) VALUES
('go creature name', 1, 'Syntax: .go creature name #name\r\nTeleports you to the first spawn for the given creature name.\r\n*If* more than one creature is found, then you are teleported to the first that is found inside the database.');
UPDATE `command` SET `help` = 'Syntax: .go creature id #creature_entry\r\nTeleports you to the given creature entry.\r\n*If* more than one creature is found, then you are teleported to the first that is found inside the database.' WHERE `name` = 'go creature id';