From df82ebcbfe2e3b4e577d08404ffed8967a7a3c17 Mon Sep 17 00:00:00 2001 From: Drahy Date: Tue, 24 Mar 2009 22:21:16 +0100 Subject: * Partly revered 14f8e0828c0f 2131_world was ok and changes are in 2160 already * Clean up the rest of sqls --HG-- branch : trunk --- sql/updates/2160_world.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sql/updates/2160_world.sql') diff --git a/sql/updates/2160_world.sql b/sql/updates/2160_world.sql index a4b308d60cb..40d2c9d1bb6 100644 --- a/sql/updates/2160_world.sql +++ b/sql/updates/2160_world.sql @@ -1,3 +1,3 @@ -DELETE FROM command WHERE name LIKE "ahbotoption %"; -DELETE FROM command WHERE name LIKE "ahbotoptions %"; -DELETE FROM command WHERE name IN ('gobject addtemp','npc addtemp'); \ No newline at end of file +DELETE FROM `command` WHERE `name` LIKE "ahbotoption %"; +DELETE FROM `command` WHERE `name` LIKE "ahbotoptions %"; +DELETE FROM `command` WHERE `name` IN ('gobject addtemp','npc addtemp'); \ No newline at end of file -- cgit v1.2.3