Files
TrinityCore/sql/updates/785_world.sql
Drahy be5acfb39c * Removed file 741_world.sql => Moved to original 725_world.sql for better orientation
* Added some missing querries to full script file
* Updated a lot of another sql files from sql/updates folder - still in progress

--HG--
branch : trunk
2009-02-04 22:55:27 +01:00

5 lines
272 B
SQL

DELETE FROM `command` WHERE `name` IN ('gobject addtemp', 'npc addtemp');
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.');