chore(DB): import pending files

Referenced commit(s): c93fb05515
This commit is contained in:
AzerothCoreBot
2022-07-06 01:57:47 +00:00
parent c93fb05515
commit 7814ac68cc

View File

@@ -0,0 +1,5 @@
-- DB update 2022_07_05_02 -> 2022_07_06_00
--
DELETE FROM `command` WHERE `name` = 'debug play visual';
INSERT INTO `command` (`name`, `security`, `help`) VALUES
('debug play visual', 3, 'Syntax: .debug play visual #visualid\r\nPlay spell visual with #visualid.\n#visualid refers to the ID from SpellVisualKit.dbc');