mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
6 lines
267 B
SQL
6 lines
267 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.');
|
|
|