mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-13 23:43:44 +00:00
5
data/sql/updates/db_world/2022_07_06_00.sql
Normal file
5
data/sql/updates/db_world/2022_07_06_00.sql
Normal 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');
|
||||
Reference in New Issue
Block a user