mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-01 22:56:39 +01:00
[svn] * Proper SVN structure
--HG-- branch : trunk
This commit is contained in:
5
sql/updates/0.8/4599_command.sql
Normal file
5
sql/updates/0.8/4599_command.sql
Normal file
@@ -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.');
|
||||
|
||||
Reference in New Issue
Block a user