[7146] Trailing whitespace code cleanup
[getmangos.git] / sql / updates / 6960_01_mangos_command.sql
bloba67862f9af08a638881aaed49e9f8639009194e2
1 ALTER TABLE db_version CHANGE COLUMN required_6958_01_mangos_spell_proc_event required_6960_01_mangos_command bit;
3 DELETE FROM `command` WHERE `name` = 'modify runicpower';
4 INSERT INTO `command` VALUES
5 ('modify runicpower',1,'Syntax: .modify runicpower #newrunicpower\r\n\r\nModify the runic power of the selected player. If no player is selected, modify your runic power.');