aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorPeter Keresztes Schmidt <carbenium@outlook.com>2020-08-17 22:45:09 +0200
committerShauren <shauren.trinity@gmail.com>2022-02-02 22:13:50 +0100
commitec26736e30a769196673d6fe6331b2add782d4ee (patch)
tree312749de0db90bcbaa2fa4e3d9ddcf2917458070 /sql
parente0ddc676d6c24ce159c71c798069cc6d6ac72b6d (diff)
Scripts/Commands: Convert argument parsing of most debug commands to new system (PR #25260)
(cherry picked from commit 76f309b4e899d4f450a8448d49c1aa05f9d4e785)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_02_02_05_world_2020_08_17_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_02_05_world_2020_08_17_01_world.sql b/sql/updates/world/master/2022_02_02_05_world_2020_08_17_01_world.sql
new file mode 100644
index 00000000000..27672b109f5
--- /dev/null
+++ b/sql/updates/world/master/2022_02_02_05_world_2020_08_17_01_world.sql
@@ -0,0 +1,3 @@
+UPDATE `command` SET `help`='Syntax: .debug transport [start/stop]
+
+ Allows to stop the current transport at its nearest wait point and start movement of a stopped one. Not all transports can be started or stopped.' WHERE `name`='debug transport';