server/sql/updates/0.8/4599_command.sql
freghar 95840fd2c3 Removed trailing whitespaces and CRLFs
With /contrib/ and /dep/ excluded.

Signed-off-by: freghar <compmancz@gmail.com>
2008-10-22 11:52:03 +02:00

5 lines
296 B
SQL

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.');