Removed trailing whitespaces and CRLFs
[auctionmangos.git] / sql / updates / 0.11 / 5764_mangos_command.sql
blob23b94bb593051f1e6246d1fa65bd3bcf111cf8f1
1 DELETE FROM `command` WHERE `name` IN ('modify arena','modify honor');
2 INSERT INTO `command` VALUES
3 ('modify arena',3,'Syntax: .modify arena #value\r\nAdd $amount arena points to the selected player.'),
4 ('modify honor',1,'Syntax: .modify honor $amount\r\n\r\nAdd $amount honor points to the selected player.');