diff options
| author | jackpoz <giacomopoz@gmail.com> | 2019-07-13 18:15:39 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-16 00:53:58 +0100 |
| commit | e7b94603f256386eae8a9724c830d37593c0f0e1 (patch) | |
| tree | c9c2cc2f85dfdab782e1c5349186e8744ccca9c0 /sql | |
| parent | 1e84edde3946ce001168e03468668789c735ed37 (diff) | |
Core/Commands: Add .debug guidlimits <optional map id> chat command
Add .debug guidlimits <optional map id> chat command to show the highest low guid counter for Creature and GameObject, useful when reaching Respawn.GuidWarnLevel
(cherry picked from commit 7421ccaf7eb134f549ad3734a815397216d020ed)
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 +'); |
