aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/0.6/3020_command.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates/0.6/3020_command.sql')
-rw-r--r--sql/updates/0.6/3020_command.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/0.6/3020_command.sql b/sql/updates/0.6/3020_command.sql
new file mode 100644
index 00000000000..5e27a86d4ff
--- /dev/null
+++ b/sql/updates/0.6/3020_command.sql
@@ -0,0 +1,2 @@
+DELETE FROM `command` WHERE `name` = 'cooldown';
+INSERT INTO command (name, security, help) VALUES ('cooldown', 3,'Syntax: .cooldown [#spell_id]\r\n\r\nRemove all (if spell_id not provided) or #spel_id spell cooldown from selected character or you (if no selection).');