* Partly revered 14f8e0828c0f 2131_world was ok and changes are in 2160 already

* Clean up the rest of sqls

--HG--
branch : trunk
This commit is contained in:
Drahy
2009-03-24 22:21:16 +01:00
parent f6b78fe39d
commit df82ebcbfe
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
DELETE FROM `command` WHERE `name` IN ('server difftime', 'npc addtemp', 'gobject addtemp', '');
DELETE FROM `command` WHERE `name` IN ('server difftime', 'npc tempadd', 'gobject tempadd', '');
INSERT INTO `command` VALUES
('gobject tempadd','2','Adds a temporary gameobject that is not saved to DB.'),
('npc tempadd','2','Adds temporary NPC, not saved to database.');