feat(Scripts/Commands): debug objectcount

This commit is contained in:
IntelligentQuantum
2022-04-01 14:27:26 +04:30
committed by GitHub
parent cc5f26db7f
commit 6e2e73d6ae
3 changed files with 89 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1646287552186744609');
DELETE FROM `command` WHERE `name`='debug objectcount';
INSERT INTO `command` (`name`,`security`,`help`) VALUES
('debug objectcount',3,'Syntax: .debug objectcount <optional map id> Shows the number of Creatures and GameObjects for the specified map id or for all maps if none is specified');