chore(DB): import pending files

Referenced commit(s): eb2c6a445c
This commit is contained in:
github-actions[bot]
2025-10-16 10:32:05 +00:00
parent eb2c6a445c
commit edfc494635

View File

@@ -0,0 +1,5 @@
-- DB update 2025_10_16_02 -> 2025_10_16_03
--
DELETE FROM `command` WHERE `name` = 'debug zonestats';
INSERT INTO `command` (`name`, `security`, `help`) VALUES
('debug zonestats', 1, '.debug zonestats [$playerName]\nDisplays the amount of players in the player\'s current zone.');