mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 14:17:28 +01:00
[svn] * Proper SVN structure
--HG-- branch : trunk
This commit is contained in:
6
sql/updates/0.8/4133_command.sql
Normal file
6
sql/updates/0.8/4133_command.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
DELETE FROM `command` WHERE `name` = 'reload';
|
||||
DELETE FROM `command` WHERE `name` = 'reload all';
|
||||
DELETE FROM `command` WHERE `name` = 'reload all_spell';
|
||||
INSERT INTO `command` VALUES('reload',3,'Syntax: .reload table_name\r\n\r\nReload table `table_name` if reload support added for this table and this table can be _safe_ reloaded.');
|
||||
INSERT INTO `command` VALUES('reload all',3,'Syntax: .reload all\r\n\r\nReload all tables with reload support added and that can be _safe_ reloaded.');
|
||||
INSERT INTO `command` VALUES('reload all_spell',3,'Syntax: .reload all\r\n\r\nReload all `spell_*` tables with reload support added and that can be _safe_ reloaded.');
|
||||
Reference in New Issue
Block a user