aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/884_world.sql
blob: 9924bf86f61b62a0a40a6a79208f0b464e1846e6 (plain)
1
2
3
4
DELETE FROM `command` WHERE `name` IN ('gobject tempadd','npc tempadd');
INSERT INTO `command` (name, security, help) VALUES
('gobject addtemp','2','Adds a temporary gameobject that is not saved to DB.'),
('npc addtemp','2','Adds temporary NPC, not saved to database.');