mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
Scripts/Commands: Convert argument parsing of most debug commands to new system (PR #25260)
This commit is contained in:
committed by
GitHub
parent
e18f7aaa4d
commit
76f309b4e8
3
sql/updates/world/3.3.5/2020_08_17_01_world.sql
Normal file
3
sql/updates/world/3.3.5/2020_08_17_01_world.sql
Normal file
@@ -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';
|
||||
Reference in New Issue
Block a user