From 1c61274f48a4b355f87caf46186e2f74ee51f375 Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Sun, 18 Jan 2009 11:17:12 +0100 Subject: *Fixed incorrect commands - by Zor --HG-- branch : trunk --- sql/updates/785_world.sql | 6 +++--- sql/updates/884_world.sql | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 sql/updates/884_world.sql (limited to 'sql') diff --git a/sql/updates/785_world.sql b/sql/updates/785_world.sql index 39b85c3871a..747b179f02b 100644 --- a/sql/updates/785_world.sql +++ b/sql/updates/785_world.sql @@ -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.'); \ No newline at end of file +('gobject addtemp','2','Adds a temporary gameobject that is not saved to DB.'), +('npc addtemp','2','Adds temporary NPC, not saved to database.'); diff --git a/sql/updates/884_world.sql b/sql/updates/884_world.sql new file mode 100644 index 00000000000..fd3ead62313 --- /dev/null +++ b/sql/updates/884_world.sql @@ -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.'); -- cgit v1.2.3