From 311d0cf989b6d198d0188dcdeee395b61b818c62 Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Mon, 7 Mar 2011 20:20:22 +0100 Subject: Core/Commands: Make vehicle_accessory and vehicle_template_accessory reloadable with commands --- sql/base/world_database.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sql/base/world_database.sql') diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index e0b20e33b61..1bdfa3c6dbd 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -650,6 +650,8 @@ INSERT INTO `command` VALUES ('reload spell_target_position',3,'Syntax: .reload spell_target_position\nReload spell_target_position table.'), ('reload spell_threats',3,'Syntax: .reload spell_threats\nReload spell_threats table.'), ('reload trinity_string',3,'Syntax: .reload trinity_string\nReload trinity_string table.'), +('reload vehicle_accessory', 3, 'Syntax: .reload vehicle_accessory\n\nReloads GUID-based vehicle accessory definitions from the database.'), +('reload vehicle_template_accessory', 3, 'Syntax: .reload vehicle_template_accessory\n\nReloads entry-based vehicle accessory definitions from the database.'), ('reload waypoint_scripts',3,'Syntax: .reload waypoint_scripts\nReload waypoint_scripts table.'), ('repairitems',2,'Syntax: .repairitems\r\n\r\nRepair all selected player''s items.'), ('reset',3,'Syntax: .reset $subcommand\nType .reset to see the list of possible subcommands or .help reset $subcommand to see info on subcommands'), -- cgit v1.2.3