diff options
Diffstat (limited to 'sql/updates/5865_mangos_command.sql')
-rw-r--r-- | sql/updates/5865_mangos_command.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/5865_mangos_command.sql b/sql/updates/5865_mangos_command.sql new file mode 100644 index 00000000000..d9004433a22 --- /dev/null +++ b/sql/updates/5865_mangos_command.sql @@ -0,0 +1,4 @@ +DELETE FROM `command` WHERE `name` = 'cast self'; + +INSERT INTO `command` (`name`,`security`,`help`) VALUES +('cast self',3,'Syntax: .cast self #spellid\r\nCast #spellid by target at target itself.'); |