[9074] Fix typo in 'server shutdown' description.
[getmangos.git] / sql / updates / 9074_01_mangos_command.sql
bloba3c8477bb7afd9017ea5d8cd3146747bb8ac2fb3
1 ALTER TABLE db_version CHANGE COLUMN required_9070_01_mangos_spell_proc_event required_9074_01_mangos_command bit;
3 DELETE FROM command where name IN ('server shutdown');
5 INSERT INTO `command` VALUES
6 ('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.');