* Trinity sql coding style - fixed 2131_world

--HG--
branch : trunk
This commit is contained in:
Drahy
2009-03-23 20:08:39 +01:00
parent 2c17957627
commit 060eb91ec9
5 changed files with 31 additions and 29 deletions

View File

@@ -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, '');