feat(Scripts/Commands): .debug boundary to visualize CreatureBoundary (#22099)

Co-authored-by: avarishd <46330494+avarishd@users.noreply.github.com>
Co-authored-by: treeston <treeston.mmoc@gmail.com>
This commit is contained in:
Jelle Meeus
2025-05-30 16:42:11 +02:00
committed by GitHub
parent 4ad3df7210
commit b15507eb06
4 changed files with 141 additions and 1 deletions

View File

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