release: DB squash & begin AC 4.0.0 development (#4341)
This commit is contained in:
parent
2d609e9e48
commit
49712bd12f
1014 changed files with 601786 additions and 462701 deletions
|
|
@ -9,17 +9,17 @@ DROP TABLE IF EXISTS `waypoint_scripts`;
|
|||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `waypoint_scripts`
|
||||
(
|
||||
`id` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
`delay` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
`command` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
`datalong` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
`datalong2` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
`dataint` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
`x` float NOT NULL DEFAULT '0',
|
||||
`y` float NOT NULL DEFAULT '0',
|
||||
`z` float NOT NULL DEFAULT '0',
|
||||
`o` float NOT NULL DEFAULT '0',
|
||||
`guid` int(11) NOT NULL DEFAULT '0',
|
||||
`id` int(11) unsigned NOT NULL DEFAULT 0,
|
||||
`delay` int(11) unsigned NOT NULL DEFAULT 0,
|
||||
`command` int(11) unsigned NOT NULL DEFAULT 0,
|
||||
`datalong` int(11) unsigned NOT NULL DEFAULT 0,
|
||||
`datalong2` int(11) unsigned NOT NULL DEFAULT 0,
|
||||
`dataint` int(11) unsigned NOT NULL DEFAULT 0,
|
||||
`x` float NOT NULL DEFAULT 0,
|
||||
`y` float NOT NULL DEFAULT 0,
|
||||
`z` float NOT NULL DEFAULT 0,
|
||||
`o` float NOT NULL DEFAULT 0,
|
||||
`guid` int(11) NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (`guid`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
|
@ -450,8 +450,6 @@ INSERT INTO `waypoint_scripts` VALUES
|
|||
(1043,0,1,69,0,0,0,0,0,0,576),
|
||||
(1044,0,1,69,0,0,0,0,0,0,577),
|
||||
(1045,0,1,69,0,0,0,0,0,0,578),
|
||||
(1046,0,15,746,0,0,0,0,0,0,579),
|
||||
(1047,0,15,746,0,0,0,0,0,0,580),
|
||||
(1065,0,1,69,0,0,0,0,0,0,598),
|
||||
(1070,0,1,69,0,0,0,0,0,0,603),
|
||||
(1071,0,1,381,0,0,0,0,0,0,604),
|
||||
|
|
@ -534,7 +532,8 @@ INSERT INTO `waypoint_scripts` VALUES
|
|||
(2026270,1,1,234,1,0,0,0,0,0,693),
|
||||
(2026271,0,30,0,0,0,0,0,0,4.79965,694),
|
||||
(2026271,1,1,234,1,0,0,0,0,0,695),
|
||||
(1134,0,30,0,0,0,0,0,0,0.104771,696),
|
||||
(1133,0,30,0,0,0,0,0,0,4.08361,696),
|
||||
(1134,0,30,0,0,0,0,0,0,0.104771,697),
|
||||
(1135,0,1,1,0,0,0,0,0,0,698),
|
||||
(1136,0,15,36804,4,21404,30,0,0,0,699),
|
||||
(1137,1,1,1,0,0,0,0,0,0,700),
|
||||
|
|
@ -562,22 +561,6 @@ INSERT INTO `waypoint_scripts` VALUES
|
|||
(1157,1,6,571,1,0,3521.14,-5462.94,168.445,0.93554,722),
|
||||
(1158,1,6,571,1,0,3632.08,-5536.6,12.9124,1.18737,723),
|
||||
(1159,0,1,66,0,0,0,0,0,0,724),
|
||||
(1160,0,14,44385,1,1,0,0,0,0,725),
|
||||
(1160,0,30,0,0,0,0,0,0,1.26624,726),
|
||||
(1160,17,30,0,0,0,0,0,0,2.31755,727),
|
||||
(1160,35,30,0,0,0,0,0,0,1.33832,728),
|
||||
(1160,66,30,0,0,0,0,0,0,2.41372,729),
|
||||
(1160,83,30,0,0,0,0,0,0,2.52903,730),
|
||||
(1160,96,30,0,0,0,0,0,0,4.18812,731),
|
||||
(1160,112,30,0,0,0,0,0,0,3.9892,732),
|
||||
(1160,126,30,0,0,0,0,0,0,2.95678,733),
|
||||
(1160,146,30,0,0,0,0,0,0,0.742216,734),
|
||||
(1161,0,15,44385,2,0,0,0,0,0,735),
|
||||
(1162,0,14,44385,1,1,0,0,0,0,736),
|
||||
(1162,17,30,0,0,0,0,0,0,1.21163,737),
|
||||
(1162,34,30,0,0,0,0,0,0,1.55871,738),
|
||||
(1163,0,14,44385,1,1,0,0,0,0,739),
|
||||
(1163,6,30,0,0,0,0,0,0,1.13962,740),
|
||||
(1164,0,30,0,0,0,0,0,0,5.18363,741),
|
||||
(1165,0,30,0,0,0,0,0,0,4.10152,742),
|
||||
(1166,0,1,69,1,0,0,0,0,0,743),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue