mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-16 16:56:07 +00:00
5
data/sql/updates/db_world/2025_05_30_05.sql
Normal file
5
data/sql/updates/db_world/2025_05_30_05.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2025_05_30_04 -> 2025_05_30_05
|
||||
--
|
||||
DELETE FROM `command` WHERE `name`IN('debug boundary');
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('debug boundary', 3, 'Syntax: .debug boundary [duration] [fill] [z]\nOptional arguments:\n- duration: Duration in ms (default: 5000, max: 180000).\n- fill: Fills the boundary with markers.\n- z: Includes z-axis in visualization.');
|
||||
Reference in New Issue
Block a user