mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 11:34:07 -04: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)');
|