aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorBlaymoira <none@none>2009-01-05 21:12:35 +0100
committerBlaymoira <none@none>2009-01-05 21:12:35 +0100
commit7addfe0b00c0037d9aa5aedb9b66765f22526657 (patch)
tree226536e8adc9ea1e323e56a9387bf54c3f2a6146 /sql/updates
parent7921e2fd6bb6e398c25dc171f9d99dc5048336f3 (diff)
*New commands: .gobject addtemp/.npc addtemp - by XTZGZoReX
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-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