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:
parent
8854117a28
commit
c93fb05515
2 changed files with 28 additions and 1 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue