From 7addfe0b00c0037d9aa5aedb9b66765f22526657 Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Mon, 5 Jan 2009 21:12:35 +0100 Subject: *New commands: .gobject addtemp/.npc addtemp - by XTZGZoReX --HG-- branch : trunk --- sql/updates/785_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/785_world.sql (limited to 'sql') 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 -- cgit v1.2.3