aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorPeter Keresztes Schmidt <carbenium@outlook.com>2020-08-17 22:45:09 +0200
committerGitHub <noreply@github.com>2020-08-17 22:45:09 +0200
commit76f309b4e899d4f450a8448d49c1aa05f9d4e785 (patch)
tree2a3a4fe74a02aaa6fabcf87f2dc502972420e100 /sql
parente18f7aaa4d1bc9f6ad4b524c25fd3f111493b774 (diff)
Scripts/Commands: Convert argument parsing of most debug commands to new system (PR #25260)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2020_08_17_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_08_17_01_world.sql b/sql/updates/world/3.3.5/2020_08_17_01_world.sql
new file mode 100644
index 00000000000..27672b109f5
--- /dev/null
+++ b/sql/updates/world/3.3.5/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';