From 6d6a089520a3582d9d7351f7b9aef2c3d5e36278 Mon Sep 17 00:00:00 2001 From: maximius Date: Fri, 21 Aug 2009 21:37:43 -0700 Subject: *Typo fix in world_script_waypoints.sql by Darkshines --HG-- branch : trunk --- sql/FULL/world_script_waypoints.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/FULL/world_script_waypoints.sql b/sql/FULL/world_script_waypoints.sql index 3ba9b421059..cfeeb27feee 100644 --- a/sql/FULL/world_script_waypoints.sql +++ b/sql/FULL/world_script_waypoints.sql @@ -13,7 +13,7 @@ CREATE TABLE script_waypoint ( PRIMARY KEY (entry, pointid) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Script Creature waypoints'; -DELETE FROM script_waypoint entry = 24156; +DELETE FROM script_waypoint WHERE entry = 24156; INSERT INTO script_waypoint VALUES (24156,1,1859.74, -6178.15, 24.3033, 0, ''), (24156,2,1866.06, -6172.81, 23.9216, 0, ''), -- cgit v1.2.3