aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/884_world.sql
diff options
context:
space:
mode:
authorDrahy <none@none>2009-02-05 02:09:23 +0100
committerDrahy <none@none>2009-02-05 02:09:23 +0100
commit3c7c36729c37620f2629e52b71c0bf4d1af985d2 (patch)
tree0d7fe73a9b8dfc53b30052be524af677088caa33 /sql/updates/884_world.sql
parent83b89090981315cd4240d0dc75f8920834542151 (diff)
* Finally got all of the sql updates together and also changed their format
* Updated world_scripts_full.sql to rev 973 (complete 2.4.3) * Now I am starting 3.0.x sqls --HG-- branch : trunk
Diffstat (limited to 'sql/updates/884_world.sql')
-rw-r--r--sql/updates/884_world.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/updates/884_world.sql b/sql/updates/884_world.sql
index fd3ead62313..99fab2ac742 100644
--- a/sql/updates/884_world.sql
+++ b/sql/updates/884_world.sql
@@ -1,4 +1,4 @@
-delete from command where name in ('gobject tempadd','npc tempadd');
-insert into command (name, security, help) values
+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.');
+('npc addtemp','2','Adds temporary NPC, not saved to database.'); \ No newline at end of file