From e7b94603f256386eae8a9724c830d37593c0f0e1 Mon Sep 17 00:00:00 2001 From: jackpoz Date: Sat, 13 Jul 2019 18:15:39 +0200 Subject: Core/Commands: Add .debug guidlimits chat command Add .debug guidlimits chat command to show the highest low guid counter for Creature and GameObject, useful when reaching Respawn.GuidWarnLevel (cherry picked from commit 7421ccaf7eb134f549ad3734a815397216d020ed) --- .../world/master/2021_12_16_00_world_2019_07_13_01_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/master/2021_12_16_00_world_2019_07_13_01_world.sql (limited to 'sql') 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 +Shows the current Creature and GameObject highest Guid for the specified map id or for all maps if none is specified +'); -- cgit v1.2.3