mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
4 lines
204 B
SQL
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)');
|