aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2019-07-13 18:15:39 +0200
committerjackpoz <giacomopoz@gmail.com>2019-07-13 18:15:39 +0200
commit7421ccaf7eb134f549ad3734a815397216d020ed (patch)
treee0b2a7ac832867d81be52ed05931d2006a1e4ff9 /sql
parentd1dc0e2dc1fbd692eeda90ae2ab82ae07e2cae0e (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
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2019_07_13_01_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_13_01_world.sql b/sql/updates/world/3.3.5/2019_07_13_01_world.sql
new file mode 100644
index 00000000000..235fdd27d7a
--- /dev/null
+++ b/sql/updates/world/3.3.5/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
+');