mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 05:43:12 +01:00
*Fixed incorrect commands - by Zor
--HG-- branch : trunk
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
delete from command where name in ('gobject tempadd', 'npc tempadd');
|
||||
delete from command where name in ('gobject addtemp', 'npc addtemp');
|
||||
insert into command (name, security, help) values
|
||||
('gobject tempadd','2','Adds a temporary gameobject that is not saved to DB.'),
|
||||
('npc tempadd','2','Adds temporary NPC, not saved to database.');
|
||||
('gobject addtemp','2','Adds a temporary gameobject that is not saved to DB.'),
|
||||
('npc addtemp','2','Adds temporary NPC, not saved to database.');
|
||||
|
||||
4
sql/updates/884_world.sql
Normal file
4
sql/updates/884_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
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.');
|
||||
Reference in New Issue
Block a user