Files
TrinityCore/sql/updates/6557_mangos_command.sql
Neo2003 9b1c0e006f [svn] * Proper SVN structure
--HG--
branch : trunk
2008-10-02 16:23:55 -05:00

4 lines
204 B
SQL

DELETE FROM command WHERE name = 'npc delete';
INSERT INTO `command` VALUES
('npc delete',2,'Syntax: .npc delete [#guid]\r\n\r\nDelete creature with guid #guid (or the selected if no guid is provided)');