diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_12_16_00_world_2019_07_13_01_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_16_00_world_2019_07_13_01_world.sql b/sql/updates/world/master/2021_12_16_00_world_2019_07_13_01_world.sql new file mode 100644 index 00000000000..235fdd27d7a --- /dev/null +++ b/sql/updates/world/master/2021_12_16_00_world_2019_07_13_01_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `command` WHERE `name`='debug guidlimits'; +INSERT INTO `command` (`name`,`permission`,`help`) VALUES +('debug guidlimits',300,'Syntax: .debug guidlimits <optional map id> +Shows the current Creature and GameObject highest Guid for the specified map id or for all maps if none is specified +'); |
