mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
feat(Scripts/Commands): Implement debug zonestats command (#23249)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
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.');
|
||||
Reference in New Issue
Block a user