aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/785_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/785_world.sql b/sql/updates/785_world.sql
new file mode 100644
index 00000000000..39b85c3871a
--- /dev/null
+++ b/sql/updates/785_world.sql
@@ -0,0 +1,4 @@
+delete from command where name in ('gobject tempadd', 'npc tempadd');
+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