feat(Core/Commands): Debug Spell Visuals Command (#12216)

* feat(Core/Commands): Debug Spell Visuals Command

* feat(DB/Commands): Debug Visual Help

* Add missing eol at eof
This commit is contained in:
Kempec Halk
2022-07-06 03:55:37 +02:00
committed by GitHub
parent 8854117a28
commit c93fb05515
2 changed files with 28 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
--
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');