From ec26736e30a769196673d6fe6331b2add782d4ee Mon Sep 17 00:00:00 2001 From: Peter Keresztes Schmidt Date: Mon, 17 Aug 2020 22:45:09 +0200 Subject: Scripts/Commands: Convert argument parsing of most debug commands to new system (PR #25260) (cherry picked from commit 76f309b4e899d4f450a8448d49c1aa05f9d4e785) --- sql/updates/world/master/2022_02_02_05_world_2020_08_17_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2022_02_02_05_world_2020_08_17_01_world.sql (limited to 'sql') 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'; -- cgit v1.2.3