aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/2139_script_waypoint.sql
diff options
context:
space:
mode:
authorDrahy <none@none>2009-03-23 20:08:39 +0100
committerDrahy <none@none>2009-03-23 20:08:39 +0100
commit060eb91ec916b19e0c9d2a284e2bdb027327c360 (patch)
tree98d64831a72a0f96c1349d62dad18c2dbb593270 /sql/updates/2139_script_waypoint.sql
parent2c17957627f0cb308a8865e288cb8ec281d53465 (diff)
* Trinity sql coding style - fixed 2131_world
--HG-- branch : trunk
Diffstat (limited to 'sql/updates/2139_script_waypoint.sql')
-rw-r--r--sql/updates/2139_script_waypoint.sql6
1 files changed, 3 insertions, 3 deletions
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