Files
TCPlayerbotCore/sql/old/2.4.3/00785_world.sql
T

5 lines
272 B
SQL
Raw Normal View History

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.');