Files
TrinityCore2/sql/updates/7509_world_command.sql
Spp 25b0be95aa Typo in server shutdown command.
Original author VladimirMangos
Closes issue #57

--HG--
branch : trunk
2010-03-09 13:13:20 +01:00

4 lines
275 B
SQL

DELETE FROM `command` WHERE `name`='server shutdown';
INSERT INTO `command` (`name`,`security`,`help`) VALUES ('server shutdown','3','Syntax: .server shutdown #delay [#exit_code]\r\n\r\nShut the server down after #delay seconds. Use #exit_code or 0 as program exit code.');