mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
* Trinity sql coding style - fixed 2131_world
--HG-- branch : trunk
This commit is contained in:
@@ -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, '');
|
||||
Reference in New Issue
Block a user