Files
TrinityCore/sql/updates/884_world.sql
Blaymoira 1c61274f48 *Fixed incorrect commands - by Zor
--HG--
branch : trunk
2009-01-18 11:17:12 +01:00

5 lines
265 B
SQL

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