chore(DB/Commands): Add missing command to the database (#12924)
This commit is contained in:
@@ -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.');
|
||||||
Reference in New Issue
Block a user