aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorMachiavelli <machiavelli.trinity@gmail.com>2011-03-07 20:20:22 +0100
committerMachiavelli <machiavelli.trinity@gmail.com>2011-03-07 20:25:56 +0100
commit311d0cf989b6d198d0188dcdeee395b61b818c62 (patch)
tree06ca0ddb653ee2e038466910576361eca2b16144 /sql/updates
parent27680e420ff0a531e8132e7cecb27d71f5360b91 (diff)
Core/Commands: Make vehicle_accessory and vehicle_template_accessory reloadable with commands
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_03_07_4_world_command.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2011_03_07_4_world_command.sql b/sql/updates/world/2011_03_07_4_world_command.sql
new file mode 100644
index 00000000000..4e4ed529107
--- /dev/null
+++ b/sql/updates/world/2011_03_07_4_world_command.sql
@@ -0,0 +1,4 @@
+DELETE FROM `command` WHERE `name` IN('reload vehicle_accessory','reload vehicle_template_accessory');
+INSERT INTO `command` (`name`,`security`,`help`) VALUES
+('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.');