aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/0.8/4595_command.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates/0.8/4595_command.sql')
-rw-r--r--sql/updates/0.8/4595_command.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/0.8/4595_command.sql b/sql/updates/0.8/4595_command.sql
new file mode 100644
index 00000000000..50eac0de3b8
--- /dev/null
+++ b/sql/updates/0.8/4595_command.sql
@@ -0,0 +1,5 @@
+DELETE FROM command WHERE name IN ('cast','castback');
+INSERT INTO `command` VALUES
+('cast',3,'Syntax: .cast #spellid\r\n Cast #spellid to selected target. If no target selected cast to self.'),
+('castback',3,'Syntax: .castback #spellid\r\n Selected target cast #spellid to your character.');
+