From 060eb91ec916b19e0c9d2a284e2bdb027327c360 Mon Sep 17 00:00:00 2001 From: Drahy Date: Mon, 23 Mar 2009 20:08:39 +0100 Subject: * Trinity sql coding style - fixed 2131_world --HG-- branch : trunk --- sql/updates/2139_script_waypoint.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sql/updates/2139_script_waypoint.sql') diff --git a/sql/updates/2139_script_waypoint.sql b/sql/updates/2139_script_waypoint.sql index 765c6b7cc46..430366eafdb 100644 --- a/sql/updates/2139_script_waypoint.sql +++ b/sql/updates/2139_script_waypoint.sql @@ -10,8 +10,8 @@ CREATE TABLE script_waypoint ( PRIMARY KEY (entry, pointid) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Script Creature waypoints'; -DELETE FROM script_waypoint WHERE entry=16295; -INSERT INTO script_waypoint VALUES +DELETE FROM `script_waypoint` WHERE `entry`=16295; +INSERT INTO `script_waypoint` VALUES (16295, 0, 7545.070000, -7359.870000, 162.354000, 4000, 'SAY_START'), (16295, 1, 7550.048340, -7362.237793, 162.235657, 0, ''), (16295, 2, 7566.976074, -7364.315430, 161.738770, 0, ''), @@ -46,4 +46,4 @@ INSERT INTO script_waypoint VALUES (16295, 31, 7603.768066, -7667.000488, 153.997726, 0, ''), (16295, 32, 7603.768066, -7667.000488, 153.997726, 4000, 'SAY_END_1'), (16295, 33, 7603.768066, -7667.000488, 153.997726, 8000, 'SAY_END_2'), -(16295, 34, 7603.768066, -7667.000488, 153.997726, 0, ''); +(16295, 34, 7603.768066, -7667.000488, 153.997726, 0, ''); \ No newline at end of file -- cgit v1.2.3