mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
feat(Scripts/Commands): debug objectcount
This commit is contained in:
committed by
GitHub
parent
cc5f26db7f
commit
6e2e73d6ae
@@ -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');
|
||||
Reference in New Issue
Block a user