aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/785_world.sql6
-rw-r--r--sql/updates/884_world.sql4
2 files changed, 7 insertions, 3 deletions
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.');