chore(DB/Commands): Add missing command to the database (#12924)

This commit is contained in:
Skjalf
2022-09-02 09:29:25 -03:00
committed by GitHub
parent 1a20c2daa0
commit 4790717117

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `command` WHERE `name` = 'go creature id';
INSERT INTO `command` (`name`, `security`, `help`) VALUES
('go creature id', 1, 'Syntax: .go creature id #creature_entry\nTeleports you to the given creature entry.');