Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.8 / 4599_command.sql
blobe55d12c13d6a35dccebf4e911841bbae2db087f2
1 DELETE FROM command WHERE name IN ('cast','castback');
2 INSERT INTO `command` VALUES
3 ('cast',3,'Syntax: .cast #spellid\r\n  Cast #spellid to selected target. If no target selected cast to self.'),
4 ('castback',3,'Syntax: .castback #spellid\r\n  Selected target cast #spellid to your character.');