mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
3 lines
204 B
SQL
3 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)');
|