Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 06557_mangos_command.sql
blob6881466792cd5e53ae691df3c51af32fff0ee021
1 DELETE FROM command WHERE name = 'npc delete';
2 INSERT INTO `command` VALUES
3 ('npc delete',2,'Syntax: .npc delete [#guid]\r\n\r\nDelete creature with guid #guid (or the selected if no guid is provided)');