feat(Scripts/Commands): debug objectcount
This commit is contained in:
parent
cc5f26db7f
commit
6e2e73d6ae
3 changed files with 89 additions and 0 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue