2009-02-04 22:55:27 +01:00
|
|
|
DELETE FROM `command` WHERE `name` IN ('gobject addtemp', 'npc addtemp');
|
2009-02-05 02:22:45 +01:00
|
|
|
INSERT INTO `command` (name, security, help) VALUES
|
2009-01-18 11:17:12 +01:00
|
|
|
('gobject addtemp','2','Adds a temporary gameobject that is not saved to DB.'),
|
|
|
|
|
('npc addtemp','2','Adds temporary NPC, not saved to database.');
|