TDB 830.20061 - 2020/06/17
Port From (https://github.com/TrinityCore/TrinityCore/commit/6e62bf5a1eebb8e8fc9f59eab7ee590025fc3f31)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- TDB 820.19071 auth
|
||||
UPDATE `updates` SET `state`='ARCHIVED';
|
||||
@@ -0,0 +1,3 @@
|
||||
UPDATE `realmlist` SET `gamebuild`=31229 WHERE `gamebuild`=30993;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '31229';
|
||||
@@ -0,0 +1,3 @@
|
||||
UPDATE `realmlist` SET `gamebuild`=31429 WHERE `gamebuild`=31229;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '31429';
|
||||
@@ -0,0 +1,3 @@
|
||||
UPDATE `realmlist` SET `gamebuild`=31478 WHERE `gamebuild`=31429;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '31478';
|
||||
@@ -0,0 +1,3 @@
|
||||
UPDATE `realmlist` SET `gamebuild`=32305 WHERE `gamebuild`=31478;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '32305';
|
||||
@@ -0,0 +1,3 @@
|
||||
UPDATE `realmlist` SET `gamebuild`=32494 WHERE `gamebuild`=32305;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '32494';
|
||||
@@ -0,0 +1,3 @@
|
||||
UPDATE `realmlist` SET `gamebuild`=32580 WHERE `gamebuild`=32494;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '32580';
|
||||
@@ -0,0 +1,3 @@
|
||||
UPDATE `realmlist` SET `gamebuild`=32638 WHERE `gamebuild`=32580;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '32638';
|
||||
@@ -0,0 +1,3 @@
|
||||
UPDATE `realmlist` SET `gamebuild`=32722 WHERE `gamebuild`=32638;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '32722';
|
||||
@@ -0,0 +1,106 @@
|
||||
--
|
||||
-- Table structure for table `build_info`
|
||||
--
|
||||
DROP TABLE IF EXISTS `build_info`;
|
||||
CREATE TABLE `build_info` (
|
||||
`build` int(11) NOT NULL,
|
||||
`majorVersion` int(11) DEFAULT NULL,
|
||||
`minorVersion` int(11) DEFAULT NULL,
|
||||
`bugfixVersion` int(11) DEFAULT NULL,
|
||||
`hotfixVersion` char(3) DEFAULT NULL,
|
||||
`winAuthSeed` varchar(32) DEFAULT NULL,
|
||||
`win64AuthSeed` varchar(32) DEFAULT NULL,
|
||||
`mac64AuthSeed` varchar(32) DEFAULT NULL,
|
||||
`winChecksumSeed` varchar(40) DEFAULT NULL,
|
||||
`macChecksumSeed` varchar(40) DEFAULT NULL,
|
||||
PRIMARY KEY (`build`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
|
||||
--
|
||||
-- Dumping data for table `build_info`
|
||||
--
|
||||
INSERT INTO `build_info` VALUES
|
||||
(5875,1,12,1,NULL,NULL,NULL,NULL,'95EDB27C7823B363CBDDAB56A392E7CB73FCCA20','8D173CC381961EEBABF336F5E6675B101BB513E5'),
|
||||
(6005,1,12,2,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(6141,1,12,3,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(8606,2,4,3,NULL,NULL,NULL,NULL,'319AFAA3F2559682F9FF658BE01456255F456FB1','D8B0ECFE534BC1131E19BAD1D4C0E813EEE4994F'),
|
||||
(9947,3,1,3,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(10505,3,2,2,'a',NULL,NULL,NULL,NULL,NULL),
|
||||
(11159,3,3,0,'a',NULL,NULL,NULL,NULL,NULL),
|
||||
(11403,3,3,2,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(11723,3,3,3,'a',NULL,NULL,NULL,NULL,NULL),
|
||||
(12340,3,3,5,'a',NULL,NULL,NULL,'CDCBBD5188315E6B4D19449D492DBCFAF156A347','B706D13FF2F4018839729461E3F8A0E2B5FDC034'),
|
||||
(13623,4,0,6,'a',NULL,NULL,NULL,NULL,NULL),
|
||||
(13930,3,3,5,'a',NULL,NULL,NULL,NULL,NULL),
|
||||
(14545,4,2,2,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(15595,4,3,4,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(19116,6,0,3,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(19243,6,0,3,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(19342,6,0,3,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(19702,6,1,0,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(19802,6,1,2,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(19831,6,1,2,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(19865,6,1,2,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(20182,6,2,0,'a',NULL,NULL,NULL,NULL,NULL),
|
||||
(20201,6,2,0,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(20216,6,2,0,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(20253,6,2,0,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(20338,6,2,0,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(20444,6,2,2,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(20490,6,2,2,'a',NULL,NULL,NULL,NULL,NULL),
|
||||
(20574,6,2,2,'a',NULL,NULL,NULL,NULL,NULL),
|
||||
(20726,6,2,3,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(20779,6,2,3,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(20886,6,2,3,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(21355,6,2,4,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(21463,6,2,4,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(21742,6,2,4,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(22248,7,0,3,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(22293,7,0,3,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(22345,7,0,3,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(22410,7,0,3,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(22423,7,0,3,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(22498,7,0,3,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(22522,7,0,3,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(22566,7,0,3,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(22594,7,0,3,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(22624,7,0,3,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(22747,7,0,3,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(22810,7,0,3,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(22900,7,1,0,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(22908,7,1,0,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(22950,7,1,0,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(22995,7,1,0,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(22996,7,1,0,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(23171,7,1,0,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(23222,7,1,0,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(23360,7,1,5,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(23420,7,1,5,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(23911,7,2,0,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(23937,7,2,0,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(24015,7,2,0,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(24330,7,2,5,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(24367,7,2,5,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(24415,7,2,5,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(24430,7,2,5,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(24461,7,2,5,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(24742,7,2,5,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(25549,7,3,2,NULL,'FE594FC35E7F9AFF86D99D8A364AB297','1252624ED8CBD6FAC7D33F5D67A535F3','66FC5E09B8706126795F140308C8C1D8',NULL,NULL),
|
||||
(25996,7,3,5,NULL,'23C59C5963CBEF5B728D13A50878DFCB','C7FF932D6A2174A3D538CA7212136D2B','210B970149D6F56CAC9BADF2AAC91E8E',NULL,NULL),
|
||||
(26124,7,3,5,NULL,'F8C05AE372DECA1D6C81DA7A8D1C5C39','46DF06D0147BA67BA49AF553435E093F','C9CA997AB8EDE1C65465CB2920869C4E',NULL,NULL),
|
||||
(26365,7,3,5,NULL,'2AAC82C80E829E2CA902D70CFA1A833A','59A53F307288454B419B13E694DF503C','DBE7F860276D6B400AAA86B35D51A417',NULL,NULL),
|
||||
(26654,7,3,5,NULL,'FAC2D693E702B9EC9F750F17245696D8','A752640E8B99FE5B57C1320BC492895A','9234C1BD5E9687ADBD19F764F2E0E811',NULL,NULL),
|
||||
(26822,7,3,5,NULL,'283E8D77ECF7060BE6347BE4EB99C7C7','2B05F6D746C0C6CC7EF79450B309E595','91003668C245D14ECD8DF094E065E06B',NULL,NULL),
|
||||
(26899,7,3,5,NULL,'F462CD2FE4EA3EADF875308FDBB18C99','3551EF0028B51E92170559BD25644B03','8368EFC2021329110A16339D298200D4',NULL,NULL),
|
||||
(26972,7,3,5,NULL,'797ECC19662DCBD5090A4481173F1D26','6E212DEF6A0124A3D9AD07F5E322F7AE','341CFEFE3D72ACA9A4407DC535DED66A',NULL,NULL),
|
||||
(28153,8,0,1,NULL,NULL,'DD626517CC6D31932B479934CCDC0ABF',NULL,NULL,NULL),
|
||||
(30706,8,1,5,NULL,NULL,'BB6D9866FE4A19A568015198783003FC',NULL,NULL,NULL),
|
||||
(30993,8,2,0,NULL,NULL,'2BAD61655ABC2FC3D04893B536403A91',NULL,NULL,NULL),
|
||||
(31229,8,2,0,NULL,NULL,'8A46F23670309F2AAE85C9A47276382B',NULL,NULL,NULL),
|
||||
(31429,8,2,0,NULL,NULL,'7795A507AF9DC3525EFF724FEE17E70C',NULL,NULL,NULL),
|
||||
(31478,8,2,0,NULL,NULL,'7973A8D54BDB8B798D9297B096E771EF',NULL,NULL,NULL),
|
||||
(32305,8,2,5,NULL,NULL,'21F5A6FC7AD89FBF411FDA8B8738186A',NULL,NULL,NULL),
|
||||
(32494,8,2,5,NULL,NULL,'58984ACE04919401835C61309A848F8A',NULL,NULL,NULL),
|
||||
(32580,8,2,5,NULL,NULL,'87C2FAA0D7931BF016299025C0DDCA14',NULL,NULL,NULL),
|
||||
(32638,8,2,5,NULL,NULL,'5D07ECE7D4A867DDDE615DAD22B76D4E',NULL,NULL,NULL),
|
||||
(32722,8,2,5,NULL,NULL,'1A09BE1D38A122586B4931BECCEAD4AA',NULL,NULL,NULL);
|
||||
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `build_info` WHERE `build`=32750;
|
||||
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
|
||||
(32750,8,2,5,NULL,NULL,'C5CB669F5A5B237D1355430877173207',NULL,NULL,NULL);
|
||||
|
||||
UPDATE `realmlist` SET `gamebuild`=32750 WHERE `gamebuild`=32722;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '32750';
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `build_info` SET `mac64AuthSeed`='EF1F4E4D099EA2A81FD4C0DEBC1E7086' WHERE `build`=32750;
|
||||
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `build_info` WHERE `build`=32978;
|
||||
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
|
||||
(32978,8,2,5,NULL,NULL,'76AE2EA03E525D97F5688843F5489000',NULL,NULL,NULL);
|
||||
|
||||
UPDATE `realmlist` SET `gamebuild`=32978 WHERE `gamebuild`=32750;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '32978';
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `build_info` SET `mac64AuthSeed`='1852C1F847E795D6EB45278CD433F339' WHERE `build`=32978;
|
||||
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `build_info` WHERE `build`=33369;
|
||||
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
|
||||
(33369,8,3,0,NULL,NULL,'5986AC18B04D3C403F56A0CF8C4F0A14',NULL,NULL,NULL);
|
||||
|
||||
UPDATE `realmlist` SET `gamebuild`=33369 WHERE `gamebuild`=32978;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '33369';
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `build_info` SET `mac64AuthSeed`='F5A849C70A1054F07EA3AB833EBF6671' WHERE `build`=33369;
|
||||
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `build_info` WHERE `build`=33528;
|
||||
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
|
||||
(33528,8,3,0,NULL,NULL,'0ECE033CA9B11D92F7D2792C785B47DF',NULL,NULL,NULL);
|
||||
|
||||
UPDATE `realmlist` SET `gamebuild`=33528 WHERE `gamebuild`=33369;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '33528';
|
||||
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `build_info` WHERE `build`=33724;
|
||||
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
|
||||
(33724,8,3,0,NULL,NULL,'38F7BBCF284939DD20E8C64CDBF9FE77',NULL,NULL,NULL);
|
||||
|
||||
UPDATE `realmlist` SET `gamebuild`=33724 WHERE `gamebuild`=33528;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '33724';
|
||||
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `build_info` WHERE `build`=33775;
|
||||
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
|
||||
(33775,8,3,0,NULL,NULL,'B826300A8449ED0F6EF16EA747FA2D2E',NULL,NULL,NULL);
|
||||
|
||||
UPDATE `realmlist` SET `gamebuild`=33775 WHERE `gamebuild`=33724;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '33775';
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `build_info` SET `mac64AuthSeed`='354D2DE619D124EE1398F76B0436FCFC' WHERE `build`=33775;
|
||||
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `build_info` WHERE `build`=33941;
|
||||
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
|
||||
(33941,8,3,0,NULL,NULL,'88AF1A36D2770D0A6CA086497096A889',NULL,NULL,NULL);
|
||||
|
||||
UPDATE `realmlist` SET `gamebuild`=33941 WHERE `gamebuild`=33775;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '33941';
|
||||
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `build_info` WHERE `build`=34220;
|
||||
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
|
||||
(34220,8,3,0,NULL,NULL,'B5E35B976C6BAF82505700E7D9666A2C',NULL,NULL,NULL);
|
||||
|
||||
UPDATE `realmlist` SET `gamebuild`=34220 WHERE `gamebuild`=33941;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '34220';
|
||||
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `rbac_permissions` WHERE `id` = 855;
|
||||
INSERT INTO `rbac_permissions` (`id`,`name`) VALUES
|
||||
(855, 'Command: debug play music');
|
||||
|
||||
DELETE FROM `rbac_linked_permissions` WHERE `id` = 855;
|
||||
INSERT INTO `rbac_linked_permissions` (`id`,`linkedId`) VALUES
|
||||
(198, 855);
|
||||
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `build_info` WHERE `build`=34601;
|
||||
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
|
||||
(34601,8,3,0,NULL,NULL,'0D7DF38F725FABA4F009257799A10563',NULL,NULL,NULL);
|
||||
|
||||
UPDATE `realmlist` SET `gamebuild`=34601 WHERE `gamebuild`=34220;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '34601';
|
||||
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `build_info` WHERE `build`=34769;
|
||||
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
|
||||
(34769,8,3,0,NULL,NULL,'93F9B9AF6397E3E4EED94D36D16907D2',NULL,NULL,NULL);
|
||||
|
||||
UPDATE `realmlist` SET `gamebuild`=34769 WHERE `gamebuild`=34601;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '34769';
|
||||
@@ -0,0 +1,2 @@
|
||||
-- TDB 820.19071 characters
|
||||
UPDATE `updates` SET `state`='ARCHIVED';
|
||||
@@ -0,0 +1,25 @@
|
||||
UPDATE `characters` SET `equipmentCache`=CONCAT(
|
||||
CONCAT(SUBSTRING_INDEX(SUBSTRING_INDEX(`equipmentCache`, ' ', -70), ' ', 2), ' 0 0 '),
|
||||
CONCAT(SUBSTRING_INDEX(SUBSTRING_INDEX(`equipmentCache`, ' ', -67), ' ', 2), ' 0 0 '),
|
||||
CONCAT(SUBSTRING_INDEX(SUBSTRING_INDEX(`equipmentCache`, ' ', -64), ' ', 2), ' 0 0 '),
|
||||
CONCAT(SUBSTRING_INDEX(SUBSTRING_INDEX(`equipmentCache`, ' ', -61), ' ', 2), ' 0 0 '),
|
||||
CONCAT(SUBSTRING_INDEX(SUBSTRING_INDEX(`equipmentCache`, ' ', -58), ' ', 2), ' 0 0 '),
|
||||
CONCAT(SUBSTRING_INDEX(SUBSTRING_INDEX(`equipmentCache`, ' ', -55), ' ', 2), ' 0 0 '),
|
||||
CONCAT(SUBSTRING_INDEX(SUBSTRING_INDEX(`equipmentCache`, ' ', -52), ' ', 2), ' 0 0 '),
|
||||
CONCAT(SUBSTRING_INDEX(SUBSTRING_INDEX(`equipmentCache`, ' ', -49), ' ', 2), ' 0 0 '),
|
||||
CONCAT(SUBSTRING_INDEX(SUBSTRING_INDEX(`equipmentCache`, ' ', -46), ' ', 2), ' 0 0 '),
|
||||
CONCAT(SUBSTRING_INDEX(SUBSTRING_INDEX(`equipmentCache`, ' ', -43), ' ', 2), ' 0 0 '),
|
||||
CONCAT(SUBSTRING_INDEX(SUBSTRING_INDEX(`equipmentCache`, ' ', -40), ' ', 2), ' 0 0 '),
|
||||
CONCAT(SUBSTRING_INDEX(SUBSTRING_INDEX(`equipmentCache`, ' ', -37), ' ', 2), ' 0 0 '),
|
||||
CONCAT(SUBSTRING_INDEX(SUBSTRING_INDEX(`equipmentCache`, ' ', -34), ' ', 2), ' 0 0 '),
|
||||
CONCAT(SUBSTRING_INDEX(SUBSTRING_INDEX(`equipmentCache`, ' ', -31), ' ', 2), ' 0 0 '),
|
||||
CONCAT(SUBSTRING_INDEX(SUBSTRING_INDEX(`equipmentCache`, ' ', -28), ' ', 2), ' 0 0 '),
|
||||
CONCAT(SUBSTRING_INDEX(SUBSTRING_INDEX(`equipmentCache`, ' ', -25), ' ', 2), ' 0 0 '),
|
||||
CONCAT(SUBSTRING_INDEX(SUBSTRING_INDEX(`equipmentCache`, ' ', -22), ' ', 2), ' 0 0 '),
|
||||
CONCAT(SUBSTRING_INDEX(SUBSTRING_INDEX(`equipmentCache`, ' ', -19), ' ', 2), ' 0 0 '),
|
||||
CONCAT(SUBSTRING_INDEX(SUBSTRING_INDEX(`equipmentCache`, ' ', -16), ' ', 2), ' 0 0 '),
|
||||
CONCAT(SUBSTRING_INDEX(SUBSTRING_INDEX(`equipmentCache`, ' ', -13), ' ', 2), ' 0 0 '),
|
||||
CONCAT(SUBSTRING_INDEX(SUBSTRING_INDEX(`equipmentCache`, ' ', -10), ' ', 2), ' 0 0 '),
|
||||
CONCAT(SUBSTRING_INDEX(SUBSTRING_INDEX(`equipmentCache`, ' ', -7), ' ', 2), ' 0 0 '),
|
||||
CONCAT(SUBSTRING_INDEX(SUBSTRING_INDEX(`equipmentCache`, ' ', -4), ' ', 2), ' 0 0 ')
|
||||
) WHERE LENGTH(`equipmentCache`) > 0;
|
||||
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `character_void_storage` DROP `upgradeId`;
|
||||
ALTER TABLE `item_instance` DROP `upgradeId`;
|
||||
@@ -0,0 +1 @@
|
||||
ALTER TABLE `characters` DROP `grantableLevels`;
|
||||
@@ -0,0 +1,11 @@
|
||||
--
|
||||
-- Table structure for table `item_instance_azerite`
|
||||
--
|
||||
DROP TABLE IF EXISTS `item_instance_azerite`;
|
||||
CREATE TABLE `item_instance_azerite` (
|
||||
`itemGuid` bigint(20) unsigned NOT NULL,
|
||||
`xp` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||||
`level` int(10) unsigned NOT NULL DEFAULT '1',
|
||||
`knowledgeLevel` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`itemGuid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
@@ -0,0 +1,38 @@
|
||||
ALTER TABLE `item_instance_azerite`
|
||||
ADD `selectedAzeriteEssences1specId` int(10) unsigned NULL DEFAULT '0',
|
||||
ADD `selectedAzeriteEssences1azeriteEssenceId1` int(10) unsigned NULL DEFAULT '0',
|
||||
ADD `selectedAzeriteEssences1azeriteEssenceId2` int(10) unsigned NULL DEFAULT '0',
|
||||
ADD `selectedAzeriteEssences1azeriteEssenceId3` int(10) unsigned NULL DEFAULT '0',
|
||||
ADD `selectedAzeriteEssences2specId` int(10) unsigned NULL DEFAULT '0',
|
||||
ADD `selectedAzeriteEssences2azeriteEssenceId1` int(10) unsigned NULL DEFAULT '0',
|
||||
ADD `selectedAzeriteEssences2azeriteEssenceId2` int(10) unsigned NULL DEFAULT '0',
|
||||
ADD `selectedAzeriteEssences2azeriteEssenceId3` int(10) unsigned NULL DEFAULT '0',
|
||||
ADD `selectedAzeriteEssences3specId` int(10) unsigned NULL DEFAULT '0',
|
||||
ADD `selectedAzeriteEssences3azeriteEssenceId1` int(10) unsigned NULL DEFAULT '0',
|
||||
ADD `selectedAzeriteEssences3azeriteEssenceId2` int(10) unsigned NULL DEFAULT '0',
|
||||
ADD `selectedAzeriteEssences3azeriteEssenceId3` int(10) unsigned NULL DEFAULT '0',
|
||||
ADD `selectedAzeriteEssences4specId` int(10) unsigned NULL DEFAULT '0',
|
||||
ADD `selectedAzeriteEssences4azeriteEssenceId1` int(10) unsigned NULL DEFAULT '0',
|
||||
ADD `selectedAzeriteEssences4azeriteEssenceId2` int(10) unsigned NULL DEFAULT '0',
|
||||
ADD `selectedAzeriteEssences4azeriteEssenceId3` int(10) unsigned NULL DEFAULT '0';
|
||||
|
||||
--
|
||||
-- Table structure for table `item_instance_azerite_milestone_power`
|
||||
--
|
||||
DROP TABLE IF EXISTS `item_instance_azerite_milestone_power`;
|
||||
CREATE TABLE `item_instance_azerite_milestone_power` (
|
||||
`itemGuid` bigint(20) unsigned NOT NULL,
|
||||
`azeriteItemMilestonePowerId` int(10) unsigned NOT NULL,
|
||||
PRIMARY KEY (`itemGuid`,`azeriteItemMilestonePowerId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `item_instance_azerite_unlocked_essence`
|
||||
--
|
||||
DROP TABLE IF EXISTS `item_instance_azerite_unlocked_essence`;
|
||||
CREATE TABLE `item_instance_azerite_unlocked_essence` (
|
||||
`itemGuid` bigint(20) unsigned NOT NULL,
|
||||
`azeriteEssenceId` int(10) unsigned NOT NULL,
|
||||
`rank` int(10) unsigned NOT NULL,
|
||||
PRIMARY KEY (`itemGuid`,`azeriteEssenceId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
@@ -0,0 +1 @@
|
||||
ALTER TABLE `character_aura` ADD `castItemId` int(10) unsigned NOT NULL DEFAULT '0' AFTER `remainCharges`;
|
||||
@@ -0,0 +1,15 @@
|
||||
ALTER TABLE `characters` ADD `numRespecs` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `resettalents_time`;
|
||||
|
||||
--
|
||||
-- Table structure for table `item_instance_azerite_empowered`
|
||||
--
|
||||
DROP TABLE IF EXISTS `item_instance_azerite_empowered`;
|
||||
CREATE TABLE `item_instance_azerite_empowered` (
|
||||
`itemGuid` bigint(20) unsigned NOT NULL,
|
||||
`azeritePowerId1` int(11) NOT NULL,
|
||||
`azeritePowerId2` int(11) NOT NULL,
|
||||
`azeritePowerId3` int(11) NOT NULL,
|
||||
`azeritePowerId4` int(11) NOT NULL,
|
||||
`azeritePowerId5` int(11) NOT NULL,
|
||||
PRIMARY KEY (`itemGuid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
@@ -0,0 +1,7 @@
|
||||
UPDATE `character_inventory` SET `slot`=`slot`+4 WHERE `slot`>=47 AND `bag`=0;
|
||||
|
||||
ALTER TABLE `item_instance_azerite`
|
||||
ADD `selectedAzeriteEssences1azeriteEssenceId4` int(10) unsigned NULL DEFAULT '0' AFTER `selectedAzeriteEssences1azeriteEssenceId3`,
|
||||
ADD `selectedAzeriteEssences2azeriteEssenceId4` int(10) unsigned NULL DEFAULT '0' AFTER `selectedAzeriteEssences2azeriteEssenceId3`,
|
||||
ADD `selectedAzeriteEssences3azeriteEssenceId4` int(10) unsigned NULL DEFAULT '0' AFTER `selectedAzeriteEssences3azeriteEssenceId3`,
|
||||
ADD `selectedAzeriteEssences4azeriteEssenceId4` int(10) unsigned NULL DEFAULT '0' AFTER `selectedAzeriteEssences4azeriteEssenceId3`;
|
||||
@@ -0,0 +1,46 @@
|
||||
ALTER TABLE `auctionhouse` ADD `auctionHouseId` int(10) unsigned NOT NULL DEFAULT '0' AFTER `id`;
|
||||
ALTER TABLE `auctionhouse` DROP `auctioneerguid`;
|
||||
|
||||
-- temporarily mark all auctions as coming from neutral AH (not goblin one) and expired
|
||||
UPDATE `auctionhouse` SET `auctionHouseId`=1, `time`=UNIX_TIMESTAMP();
|
||||
|
||||
DROP TABLE IF EXISTS `auction_bidders`;
|
||||
CREATE TABLE `auction_bidders` (
|
||||
`auctionId` int unsigned NOT NULL,
|
||||
`playerGuid` bigint unsigned NOT NULL,
|
||||
PRIMARY KEY (`auctionId`,`playerGuid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
INSERT INTO `auction_bidders` SELECT `id`, `buyguid` FROM `auctionhouse`;
|
||||
|
||||
DROP TABLE IF EXISTS `auction_items`;
|
||||
CREATE TABLE `auction_items` (
|
||||
`auctionId` int unsigned NOT NULL,
|
||||
`itemGuid` bigint unsigned NOT NULL,
|
||||
PRIMARY KEY (`auctionId`,`itemGuid`),
|
||||
UNIQUE KEY `idx_itemGuid` (`itemGuid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
DROP TABLE IF EXISTS `character_favorite_auctions`;
|
||||
CREATE TABLE `character_favorite_auctions` (
|
||||
`guid` bigint(20) unsigned NOT NULL,
|
||||
`order` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`itemId` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`itemLevel` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`battlePetSpeciesId` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`suffixItemNameDescriptionId` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`guid`,`order`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
INSERT INTO `auction_items` SELECT `id`, `itemguid` FROM `auctionhouse`;
|
||||
|
||||
ALTER TABLE `auctionhouse` DROP INDEX `item_guid`;
|
||||
ALTER TABLE `auctionhouse` DROP `itemguid`;
|
||||
ALTER TABLE `auctionhouse` CHANGE `itemowner` `owner` bigint(20) unsigned NOT NULL DEFAULT '0' AFTER `auctionHouseId`;
|
||||
ALTER TABLE `auctionhouse` CHANGE `buyguid` `bidder` bigint(20) unsigned NOT NULL DEFAULT '0' AFTER `owner`;
|
||||
ALTER TABLE `auctionhouse` CHANGE `startbid` `minBid` bigint(20) unsigned NOT NULL DEFAULT '0' AFTER `bidder`;
|
||||
ALTER TABLE `auctionhouse` CHANGE `buyoutprice` `buyoutOrUnitPrice` bigint(20) unsigned NOT NULL DEFAULT '0' AFTER `lastbid`;
|
||||
ALTER TABLE `auctionhouse` MODIFY `deposit` bigint(20) unsigned NOT NULL DEFAULT '0' AFTER `buyoutOrUnitPrice`;
|
||||
ALTER TABLE `auctionhouse` CHANGE `lastbid` `bidAmount` bigint(20) unsigned NOT NULL DEFAULT '0' AFTER `deposit`;
|
||||
ALTER TABLE `auctionhouse` ADD `startTime` int(10) unsigned NOT NULL DEFAULT '0' AFTER `bidAmount`;
|
||||
ALTER TABLE `auctionhouse` CHANGE `time` `endTime` int(10) unsigned NOT NULL DEFAULT '0' AFTER `startTime`;
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `item_instance_azerite` SET `knowledgeLevel`=15;
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
ALTER TABLE `character_arena_stats`
|
||||
CHANGE `guid` `guid` BIGINT(20) unsigned NOT NULL DEFAULT '0',
|
||||
CHANGE `slot` `slot` TINYINT(3) unsigned NOT NULL DEFAULT '0',
|
||||
CHANGE `matchMakerRating` `matchMakerRating` SMALLINT(5) unsigned NOT NULL DEFAULT 0;
|
||||
|
||||
ALTER TABLE `character_equipmentsets`
|
||||
CHANGE `guid` `guid` BIGINT(20) unsigned NOT NULL DEFAULT '0',
|
||||
CHANGE `setguid` `setguid` BIGINT(20) unsigned NOT NULL AUTO_INCREMENT;
|
||||
|
||||
ALTER TABLE `item_loot_money`
|
||||
CHANGE `container_id` `container_id` BIGINT(20) unsigned NOT NULL DEFAULT '0' COMMENT 'guid of container (item_instance.guid)';
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `item_loot_money`
|
||||
CHANGE `money` `money` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'money loot (in copper)';
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE `creature_respawn` CHANGE `respawnTime` `respawnTime` bigint(20) unsigned NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `gameobject_respawn` CHANGE `respawnTime` `respawnTime` bigint(20) unsigned NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `instance` CHANGE `resettime` `resettime` bigint(20) unsigned NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `instance_reset` CHANGE `resettime` `resettime` bigint(20) unsigned NOT NULL DEFAULT '0';
|
||||
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `character_aura` ADD `difficulty` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `recalculateMask`;
|
||||
ALTER TABLE `pet_aura` ADD `difficulty` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `recalculateMask`;
|
||||
@@ -0,0 +1,2 @@
|
||||
-- TDB 820.19071 hotfixes
|
||||
UPDATE `updates` SET `state`='ARCHIVED';
|
||||
@@ -0,0 +1,11 @@
|
||||
--
|
||||
DELETE FROM `tact_key` WHERE `ID` IN (242, 243, 250, 257, 258, 260, 261, 262);
|
||||
INSERT INTO `tact_key` (`ID`, `Key1`, `Key2`, `Key3`, `Key4`, `Key5`, `Key6`, `Key7`, `Key8`, `Key9`, `Key10`, `Key11`, `Key12`, `Key13`, `Key14`, `Key15`, `Key16`, `VerifiedBuild`) VALUES
|
||||
(242, 6, 74, 151, 9, 244, 45, 80, 203, 95, 139, 148, 188, 26, 207, 221, 93, 30706),
|
||||
(243, 121, 210, 179, 209, 204, 176, 21, 71, 78, 113, 88, 129, 56, 100, 184, 230, 30706),
|
||||
(250, 171, 224, 197, 249, 193, 35, 230, 226, 78, 123, 234, 67, 194, 191, 0, 172, 30706),
|
||||
(257, 160, 168, 137, 151, 109, 2, 250, 141, 0, 247, 175, 0, 23, 173, 114, 31, 30993),
|
||||
(258, 109, 56, 134, 189, 185, 30, 113, 90, 231, 24, 45, 159, 58, 8, 242, 201, 30993),
|
||||
(260, 197, 82, 245, 208, 183, 34, 49, 80, 45, 37, 71, 49, 78, 96, 21, 247, 30993),
|
||||
(261, 225, 56, 79, 91, 6, 235, 188, 211, 51, 105, 90, 166, 255, 198, 131, 24, 30993),
|
||||
(262, 54, 173, 59, 49, 39, 63, 30, 188, 238, 133, 32, 170, 167, 75, 18, 242, 30993);
|
||||
@@ -0,0 +1,10 @@
|
||||
--
|
||||
-- Table structure for table `world_state_expression`
|
||||
--
|
||||
DROP TABLE IF EXISTS `world_state_expression`;
|
||||
CREATE TABLE `world_state_expression` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Expression` text,
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
@@ -0,0 +1,14 @@
|
||||
--
|
||||
-- Table structure for table `spell_visual_kit`
|
||||
--
|
||||
DROP TABLE IF EXISTS `spell_visual_kit`;
|
||||
CREATE TABLE `spell_visual_kit` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` int(11) NOT NULL DEFAULT '0',
|
||||
`FallbackPriority` tinyint(3) NOT NULL DEFAULT '0',
|
||||
`FallbackSpellVisualKitId` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
`DelayMin` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`DelayMax` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
@@ -0,0 +1,35 @@
|
||||
ALTER TABLE `item_appearance` ADD `SubclassID` int(11) NOT NULL DEFAULT 0 AFTER `DisplayType`;
|
||||
|
||||
ALTER TABLE `item_sparse` CHANGE `ZoneBound` `ZoneBound1` smallint(5) unsigned NOT NULL DEFAULT 0 AFTER `InstanceBound`;
|
||||
ALTER TABLE `item_sparse` ADD `ZoneBound2` smallint(5) unsigned NOT NULL DEFAULT 0 AFTER `ZoneBound1`;
|
||||
|
||||
ALTER TABLE `power_type` MODIFY `ID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `CostGlobalStringTag`;
|
||||
|
||||
ALTER TABLE `spell_effect` MODIFY `EffectAura` smallint(6) NOT NULL DEFAULT 0 AFTER `ID`;
|
||||
|
||||
ALTER TABLE `spell_misc` MODIFY `Attributes1` int(11) NOT NULL DEFAULT 0 AFTER `ID`;
|
||||
ALTER TABLE `spell_misc` MODIFY `Attributes2` int(11) NOT NULL DEFAULT 0 AFTER `Attributes1`;
|
||||
ALTER TABLE `spell_misc` MODIFY `Attributes3` int(11) NOT NULL DEFAULT 0 AFTER `Attributes2`;
|
||||
ALTER TABLE `spell_misc` MODIFY `Attributes4` int(11) NOT NULL DEFAULT 0 AFTER `Attributes3`;
|
||||
ALTER TABLE `spell_misc` MODIFY `Attributes5` int(11) NOT NULL DEFAULT 0 AFTER `Attributes4`;
|
||||
ALTER TABLE `spell_misc` MODIFY `Attributes6` int(11) NOT NULL DEFAULT 0 AFTER `Attributes5`;
|
||||
ALTER TABLE `spell_misc` MODIFY `Attributes7` int(11) NOT NULL DEFAULT 0 AFTER `Attributes6`;
|
||||
ALTER TABLE `spell_misc` MODIFY `Attributes8` int(11) NOT NULL DEFAULT 0 AFTER `Attributes7`;
|
||||
ALTER TABLE `spell_misc` MODIFY `Attributes9` int(11) NOT NULL DEFAULT 0 AFTER `Attributes8`;
|
||||
ALTER TABLE `spell_misc` MODIFY `Attributes10` int(11) NOT NULL DEFAULT 0 AFTER `Attributes9`;
|
||||
ALTER TABLE `spell_misc` MODIFY `Attributes11` int(11) NOT NULL DEFAULT 0 AFTER `Attributes10`;
|
||||
ALTER TABLE `spell_misc` MODIFY `Attributes12` int(11) NOT NULL DEFAULT 0 AFTER `Attributes11`;
|
||||
ALTER TABLE `spell_misc` MODIFY `Attributes13` int(11) NOT NULL DEFAULT 0 AFTER `Attributes12`;
|
||||
ALTER TABLE `spell_misc` MODIFY `Attributes14` int(11) NOT NULL DEFAULT 0 AFTER `Attributes13`;
|
||||
|
||||
ALTER TABLE `spell_visual_kit` MODIFY `FallbackPriority` tinyint(4) NOT NULL DEFAULT 0 AFTER `Flags`;
|
||||
ALTER TABLE `spell_visual_kit` MODIFY `FallbackSpellVisualKitId` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `FallbackPriority`;
|
||||
|
||||
ALTER TABLE `transmog_set` ADD `PlayerConditionID` int(11) NOT NULL DEFAULT 0 AFTER `UiOrder`;
|
||||
|
||||
ALTER TABLE `unit_power_bar` MODIFY `StartPower` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `MaxPower`;
|
||||
|
||||
DROP TABLE `item_upgrade`;
|
||||
DROP TABLE `ruleset_item_upgrade`;
|
||||
DROP TABLE `world_safe_locs`;
|
||||
DROP TABLE `world_safe_locs_locale`;
|
||||
@@ -0,0 +1,34 @@
|
||||
--
|
||||
-- Table structure for table `azerite_item`
|
||||
--
|
||||
DROP TABLE IF EXISTS `azerite_item`;
|
||||
CREATE TABLE `azerite_item` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemID` int(11) NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `azerite_knowledge_multiplier`
|
||||
--
|
||||
DROP TABLE IF EXISTS `azerite_knowledge_multiplier`;
|
||||
CREATE TABLE `azerite_knowledge_multiplier` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Multiplier` float NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `azerite_level_info`
|
||||
--
|
||||
DROP TABLE IF EXISTS `azerite_level_info`;
|
||||
CREATE TABLE `azerite_level_info` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`BaseExperienceToNextLevel` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||||
`MinimumExperienceToNextLevel` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemLevel` int(11) NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
@@ -0,0 +1,96 @@
|
||||
--
|
||||
-- Table structure for table `azerite_essence`
|
||||
--
|
||||
DROP TABLE IF EXISTS `azerite_essence`;
|
||||
CREATE TABLE `azerite_essence` (
|
||||
`Name` text,
|
||||
`Description` text,
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`SpecSetID` int(11) NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `azerite_essence_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `azerite_essence_locale`;
|
||||
CREATE TABLE `azerite_essence_locale` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`Name_lang` text,
|
||||
`Description_lang` text,
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `azerite_essence_power`
|
||||
--
|
||||
DROP TABLE IF EXISTS `azerite_essence_power`;
|
||||
CREATE TABLE `azerite_essence_power` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`SourceAlliance` text,
|
||||
`SourceHorde` text,
|
||||
`AzeriteEssenceID` int(11) NOT NULL DEFAULT '0',
|
||||
`Tier` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`MajorPowerDescription` int(11) NOT NULL DEFAULT '0',
|
||||
`MinorPowerDescription` int(11) NOT NULL DEFAULT '0',
|
||||
`MajorPowerActual` int(11) NOT NULL DEFAULT '0',
|
||||
`MinorPowerActual` int(11) NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `azerite_essence_power_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `azerite_essence_power_locale`;
|
||||
CREATE TABLE `azerite_essence_power_locale` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`SourceAlliance_lang` text,
|
||||
`SourceHorde_lang` text,
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `azerite_item_milestone_power`
|
||||
--
|
||||
DROP TABLE IF EXISTS `azerite_item_milestone_power`;
|
||||
CREATE TABLE `azerite_item_milestone_power` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`RequiredLevel` int(11) NOT NULL DEFAULT '0',
|
||||
`AzeritePowerID` int(11) NOT NULL DEFAULT '0',
|
||||
`Type` int(11) NOT NULL DEFAULT '0',
|
||||
`AutoUnlock` int(11) NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `azerite_power`
|
||||
--
|
||||
DROP TABLE IF EXISTS `azerite_power`;
|
||||
CREATE TABLE `azerite_power` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`SpellID` int(11) NOT NULL DEFAULT '0',
|
||||
`ItemBonusListID` int(11) NOT NULL DEFAULT '0',
|
||||
`SpecSetID` int(11) NOT NULL DEFAULT '0',
|
||||
`Flags` int(11) NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `spec_set_member`
|
||||
--
|
||||
DROP TABLE IF EXISTS `spec_set_member`;
|
||||
CREATE TABLE `spec_set_member` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ChrSpecializationID` int(11) NOT NULL DEFAULT '0',
|
||||
`SpecSetID` int(11) NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
@@ -0,0 +1,85 @@
|
||||
ALTER TABLE `area_group_member` MODIFY COLUMN `AreaGroupID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `AreaID`;
|
||||
|
||||
ALTER TABLE `artifact_appearance_set` MODIFY COLUMN `ArtifactID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `Flags`;
|
||||
|
||||
ALTER TABLE `artifact_power_rank` MODIFY COLUMN `ArtifactPowerID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `AuraPointsOverride`;
|
||||
|
||||
ALTER TABLE `artifact_unlock` MODIFY COLUMN `ArtifactID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `PlayerConditionID`;
|
||||
|
||||
ALTER TABLE `battle_pet_breed_state` MODIFY COLUMN `BattlePetBreedID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `Value`;
|
||||
|
||||
ALTER TABLE `battle_pet_species_state` MODIFY COLUMN `BattlePetSpeciesID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `Value`;
|
||||
|
||||
ALTER TABLE `char_start_outfit` MODIFY COLUMN `RaceID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ItemID24`;
|
||||
|
||||
ALTER TABLE `chr_classes_x_power_types` MODIFY COLUMN `ClassID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `PowerType`;
|
||||
|
||||
ALTER TABLE `content_tuning_x_expected` MODIFY COLUMN `ContentTuningID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ExpectedStatModID`;
|
||||
|
||||
ALTER TABLE `emotes_text_sound` MODIFY COLUMN `EmotesTextID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `SoundID`;
|
||||
|
||||
ALTER TABLE `expected_stat` MODIFY COLUMN `Lvl` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `CreatureSpellDamage`;
|
||||
|
||||
ALTER TABLE `garr_follower_x_ability` MODIFY COLUMN `GarrFollowerID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `GarrAbilityID`;
|
||||
|
||||
ALTER TABLE `glyph_bindable_spell` MODIFY COLUMN `GlyphPropertiesID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `SpellID`;
|
||||
|
||||
ALTER TABLE `glyph_required_spec` MODIFY COLUMN `GlyphPropertiesID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ChrSpecializationID`;
|
||||
|
||||
ALTER TABLE `item_bonus_tree_node` MODIFY COLUMN `ParentItemBonusTreeID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ChildItemLevelSelectorID`;
|
||||
|
||||
ALTER TABLE `item_disenchant_loot` MODIFY COLUMN `Class` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ExpansionID`;
|
||||
|
||||
ALTER TABLE `item_effect` MODIFY COLUMN `ParentItemID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ChrSpecializationID`;
|
||||
|
||||
ALTER TABLE `item_level_selector_quality` MODIFY COLUMN `ParentILSQualitySetID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `Quality`;
|
||||
|
||||
ALTER TABLE `item_limit_category_condition` MODIFY COLUMN `ParentItemLimitCategoryID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `PlayerConditionID`;
|
||||
|
||||
ALTER TABLE `item_set_spell` MODIFY COLUMN `ItemSetID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `Threshold`;
|
||||
|
||||
ALTER TABLE `item_spec_override` MODIFY COLUMN `ItemID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `SpecID`;
|
||||
|
||||
ALTER TABLE `item_x_bonus_tree` MODIFY COLUMN `ItemID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ItemBonusTreeID`;
|
||||
|
||||
ALTER TABLE `map_difficulty` MODIFY COLUMN `MapID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ContentTuningID`;
|
||||
|
||||
ALTER TABLE `mount_x_display` MODIFY COLUMN `MountID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `PlayerConditionID`;
|
||||
|
||||
ALTER TABLE `phase_x_phase_group` MODIFY COLUMN `PhaseGroupID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `PhaseID`;
|
||||
|
||||
ALTER TABLE `pvp_difficulty` MODIFY COLUMN `MapID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `MaxLevel`;
|
||||
|
||||
ALTER TABLE `reward_pack_x_item` MODIFY COLUMN `RewardPackID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ItemQuantity`;
|
||||
|
||||
ALTER TABLE `spec_set_member` MODIFY COLUMN `SpecSetID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ChrSpecializationID`;
|
||||
|
||||
ALTER TABLE `spell_aura_options` MODIFY COLUMN `SpellID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ProcTypeMask2`;
|
||||
|
||||
ALTER TABLE `spell_aura_restrictions` MODIFY COLUMN `SpellID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ExcludeTargetAuraSpell`;
|
||||
|
||||
ALTER TABLE `spell_categories` MODIFY COLUMN `SpellID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ChargeCategory`;
|
||||
|
||||
ALTER TABLE `spell_cooldowns` MODIFY COLUMN `SpellID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `StartRecoveryTime`;
|
||||
|
||||
ALTER TABLE `spell_effect` MODIFY COLUMN `SpellID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ImplicitTarget2`;
|
||||
|
||||
ALTER TABLE `spell_interrupts` MODIFY COLUMN `SpellID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ChannelInterruptFlags2`;
|
||||
|
||||
ALTER TABLE `spell_levels` MODIFY COLUMN `SpellID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `MaxPassiveAuraLevel`;
|
||||
|
||||
ALTER TABLE `spell_misc` MODIFY COLUMN `SpellID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ContentTuningID`;
|
||||
|
||||
ALTER TABLE `spell_power` MODIFY COLUMN `SpellID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `OptionalCost`;
|
||||
|
||||
ALTER TABLE `spell_procs_per_minute_mod` MODIFY COLUMN `SpellProcsPerMinuteID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `Coeff`;
|
||||
|
||||
ALTER TABLE `spell_target_restrictions` MODIFY COLUMN `SpellID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `Width`;
|
||||
|
||||
ALTER TABLE `spell_x_spell_visual` MODIFY COLUMN `SpellID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `CasterPlayerConditionID`;
|
||||
|
||||
ALTER TABLE `transport_animation` MODIFY COLUMN `TransportID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `TimeIndex`;
|
||||
|
||||
ALTER TABLE `transport_rotation` MODIFY COLUMN `GameObjectsID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `TimeIndex`;
|
||||
|
||||
ALTER TABLE `ui_map_x_map_art` MODIFY COLUMN `UiMapID` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `UiMapArtID`;
|
||||
+5786
File diff suppressed because one or more lines are too long
+5329
File diff suppressed because one or more lines are too long
+5834
File diff suppressed because one or more lines are too long
+5604
File diff suppressed because one or more lines are too long
+5922
File diff suppressed because one or more lines are too long
+6048
File diff suppressed because one or more lines are too long
+5957
File diff suppressed because one or more lines are too long
+5345
File diff suppressed because one or more lines are too long
+5963
File diff suppressed because one or more lines are too long
+5876
File diff suppressed because one or more lines are too long
+7011
File diff suppressed because one or more lines are too long
@@ -0,0 +1,67 @@
|
||||
--
|
||||
-- Table structure for table `azerite_empowered_item`
|
||||
--
|
||||
DROP TABLE IF EXISTS `azerite_empowered_item`;
|
||||
CREATE TABLE `azerite_empowered_item` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemID` int(11) NOT NULL DEFAULT '0',
|
||||
`AzeriteTierUnlockSetID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`AzeritePowerSetID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `azerite_power_set_member`
|
||||
--
|
||||
DROP TABLE IF EXISTS `azerite_power_set_member`;
|
||||
CREATE TABLE `azerite_power_set_member` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`AzeritePowerSetID` int(11) NOT NULL DEFAULT '0',
|
||||
`AzeritePowerID` int(11) NOT NULL DEFAULT '0',
|
||||
`Class` int(11) NOT NULL DEFAULT '0',
|
||||
`Tier` int(11) NOT NULL DEFAULT '0',
|
||||
`OrderIndex` int(11) NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `azerite_tier_unlock`
|
||||
--
|
||||
DROP TABLE IF EXISTS `azerite_tier_unlock`;
|
||||
CREATE TABLE `azerite_tier_unlock` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemCreationContext` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Tier` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`AzeriteLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`AzeriteTierUnlockSetID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `azerite_tier_unlock_set`
|
||||
--
|
||||
DROP TABLE IF EXISTS `azerite_tier_unlock_set`;
|
||||
CREATE TABLE `azerite_tier_unlock_set` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` int(11) NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `azerite_unlock_mapping`
|
||||
--
|
||||
DROP TABLE IF EXISTS `azerite_unlock_mapping`;
|
||||
CREATE TABLE `azerite_unlock_mapping` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemLevel` int(11) NOT NULL DEFAULT '0',
|
||||
`ItemBonusListHead` int(11) NOT NULL DEFAULT '0',
|
||||
`ItemBonusListShoulders` int(11) NOT NULL DEFAULT '0',
|
||||
`ItemBonusListChest` int(11) NOT NULL DEFAULT '0',
|
||||
`AzeriteUnlockMappingSetID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
@@ -0,0 +1,21 @@
|
||||
ALTER TABLE `chr_races` ADD `TransmogrifyDisabledSlotMask` int(11) NOT NULL DEFAULT '0' AFTER `HelmVisFallbackRaceID`;
|
||||
|
||||
ALTER TABLE `content_tuning_x_expected` ADD `MythicPlusSeasonID` int(11) NOT NULL DEFAULT '0' AFTER `ExpectedStatModID`;
|
||||
|
||||
ALTER TABLE `criteria_tree` MODIFY `Flags` int(11) NOT NULL DEFAULT '0' AFTER `OrderIndex`;
|
||||
|
||||
ALTER TABLE `currency_types`
|
||||
ADD `ConvertToPlayerExperience` int(11) NOT NULL DEFAULT '0' AFTER `ItemGroupSoundsID`,
|
||||
ADD `PlayerConditionID` int(11) NOT NULL DEFAULT '0' AFTER `ConvertToPlayerExperience`;
|
||||
|
||||
ALTER TABLE `item_appearance` DROP `SubclassID`;
|
||||
|
||||
ALTER TABLE `mount`
|
||||
ADD `MountSpecialRiderAnimKitID` int(11) NOT NULL DEFAULT '0' AFTER `UiModelSceneID`,
|
||||
ADD `MountSpecialSpellVisualKitID` int(11) NOT NULL DEFAULT '0' AFTER `MountSpecialRiderAnimKitID`;
|
||||
|
||||
ALTER TABLE `spell_visual_kit` CHANGE `Flags` `Flags1` int(11) NOT NULL DEFAULT '0' AFTER `DelayMax`;
|
||||
ALTER TABLE `spell_visual_kit` ADD `Flags2` int(11) NOT NULL DEFAULT '0' AFTER `Flags1`;
|
||||
ALTER TABLE `spell_visual_kit` MODIFY `FallbackSpellVisualKitId` int(11) NOT NULL DEFAULT '0' AFTER `FallbackPriority`;
|
||||
|
||||
ALTER TABLE `ui_map` ADD `AlternateUiMapGroup` int(11) NOT NULL DEFAULT '0' AFTER `BkgAtlasID`;
|
||||
@@ -0,0 +1,317 @@
|
||||
ALTER TABLE `achievement` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `achievement_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `anim_kit` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `animation_data` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `area_group_member` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `area_table` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `area_table_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `area_trigger` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `armor_location` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `artifact` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `artifact_appearance` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `artifact_appearance_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `artifact_appearance_set` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `artifact_appearance_set_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `artifact_category` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `artifact_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `artifact_power` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `artifact_power_link` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `artifact_power_picker` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `artifact_power_rank` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `artifact_quest_xp` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `artifact_tier` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `artifact_unlock` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `auction_house` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `auction_house_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `azerite_empowered_item` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `azerite_essence` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `azerite_essence_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `azerite_essence_power` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `azerite_essence_power_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `azerite_item` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `azerite_item_milestone_power` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `azerite_knowledge_multiplier` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `azerite_level_info` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `azerite_power` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `azerite_power_set_member` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `azerite_tier_unlock` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `azerite_tier_unlock_set` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `azerite_unlock_mapping` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `bank_bag_slot_prices` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `banned_addons` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `barber_shop_style` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `barber_shop_style_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `battle_pet_breed_quality` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `battle_pet_breed_state` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `battle_pet_species` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `battle_pet_species_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `battle_pet_species_state` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `battlemaster_list` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `battlemaster_list_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `broadcast_text` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `broadcast_text_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `cfg_regions` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `char_base_section` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `char_sections` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `char_start_outfit` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `char_titles` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `char_titles_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `character_facial_hair_styles` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `chat_channels` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `chat_channels_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `chr_classes` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `chr_classes_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `chr_classes_x_power_types` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `chr_races` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `chr_races_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `chr_specialization` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `chr_specialization_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `cinematic_camera` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `cinematic_sequences` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `content_tuning` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `content_tuning_x_expected` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `conversation_line` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `creature` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `creature_difficulty` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `creature_display_info` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `creature_display_info_extra` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `creature_family` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `creature_family_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `creature_model_data` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `creature_type` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `creature_type_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `criteria` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `criteria_tree` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `criteria_tree_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `currency_types` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `currency_types_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `curve` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `curve_point` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `destructible_model_data` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `difficulty` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `difficulty_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `dungeon_encounter` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `dungeon_encounter_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `durability_costs` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `durability_quality` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `emotes` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `emotes_text` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `emotes_text_sound` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `expected_stat` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `expected_stat_mod` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `faction` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `faction_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `faction_template` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `gameobject_display_info` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `gameobjects` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `gameobjects_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `garr_ability` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `garr_ability_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `garr_building` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `garr_building_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `garr_building_plot_inst` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `garr_class_spec` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `garr_class_spec_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `garr_follower` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `garr_follower_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `garr_follower_x_ability` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `garr_plot` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `garr_plot_building` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `garr_plot_instance` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `garr_site_level` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `garr_site_level_plot_inst` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `gem_properties` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `glyph_bindable_spell` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `glyph_properties` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `glyph_required_spec` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `guild_color_background` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `guild_color_border` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `guild_color_emblem` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `guild_perk_spells` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `heirloom` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `heirloom_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `holidays` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `import_price_armor` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `import_price_quality` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `import_price_shield` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `import_price_weapon` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_appearance` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_armor_quality` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_armor_shield` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_armor_total` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_bag_family` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_bag_family_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_bonus` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_bonus_list_level_delta` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_bonus_tree_node` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_child_equipment` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_class` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_class_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_currency_cost` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_damage_ammo` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_damage_one_hand` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_damage_one_hand_caster` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_damage_two_hand` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_damage_two_hand_caster` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_disenchant_loot` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_effect` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_extended_cost` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_level_selector` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_level_selector_quality` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_level_selector_quality_set` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_limit_category` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_limit_category_condition` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_limit_category_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_modified_appearance` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_price_base` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_search_name` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_search_name_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_set` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_set_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_set_spell` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_sparse` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_sparse_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_spec` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_spec_override` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `item_x_bonus_tree` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `keychain` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `lfg_dungeons` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `lfg_dungeons_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `light` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `liquid_type` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `lock` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `mail_template` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `mail_template_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `map` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `map_difficulty` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `map_difficulty_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `map_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `modifier_tree` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `mount` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `mount_capability` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `mount_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `mount_type_x_capability` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `mount_x_display` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `movie` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `name_gen` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `names_profanity` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `names_reserved` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `names_reserved_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `num_talents_at_level` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `override_spell_data` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `phase` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `phase_x_phase_group` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `player_condition` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `player_condition_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `power_display` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `power_type` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `prestige_level_info` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `prestige_level_info_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `pvp_difficulty` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `pvp_item` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `pvp_talent` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `pvp_talent_category` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `pvp_talent_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `pvp_talent_slot_unlock` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `quest_faction_reward` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `quest_money_reward` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `quest_package_item` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `quest_sort` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `quest_sort_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `quest_v2` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `quest_xp` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `rand_prop_points` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `reward_pack` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `reward_pack_x_currency_type` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `reward_pack_x_item` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `scaling_stat_distribution` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `scenario` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `scenario_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `scenario_step` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `scenario_step_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `scene_script` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `scene_script_global_text` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `scene_script_package` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `scene_script_text` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `skill_line` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `skill_line_ability` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `skill_line_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `skill_race_class_info` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `sound_kit` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spec_set_member` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `specialization_spells` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `specialization_spells_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_aura_options` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_aura_restrictions` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_cast_times` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_casting_requirements` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_categories` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_category` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_category_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_class_options` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_cooldowns` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_duration` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_effect` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_equipped_items` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_focus_object` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_focus_object_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_interrupts` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_item_enchantment` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_item_enchantment_condition` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_item_enchantment_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_learn_spell` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_levels` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_misc` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_name` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_name_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_power` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_power_difficulty` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_procs_per_minute` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_procs_per_minute_mod` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_radius` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_range` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_range_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_reagents` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_scaling` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_shapeshift` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_shapeshift_form` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_shapeshift_form_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_target_restrictions` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_totems` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_visual_kit` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spell_x_spell_visual` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `summon_properties` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `tact_key` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `talent` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `talent_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `taxi_nodes` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `taxi_nodes_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `taxi_path` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `taxi_path_node` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `totem_category` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `totem_category_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `toy` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `toy_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `transmog_holiday` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `transmog_set` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `transmog_set_group` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `transmog_set_group_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `transmog_set_item` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `transmog_set_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `transport_animation` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `transport_rotation` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `ui_map` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `ui_map_assignment` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `ui_map_link` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `ui_map_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `ui_map_x_map_art` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `unit_power_bar` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `unit_power_bar_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `vehicle` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `vehicle_seat` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `wmo_area_table` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `wmo_area_table_locale` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `world_effect` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `world_map_overlay` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `world_state_expression` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0';
|
||||
File diff suppressed because one or more lines are too long
+941
File diff suppressed because one or more lines are too long
+941
File diff suppressed because one or more lines are too long
+945
File diff suppressed because one or more lines are too long
+3545
File diff suppressed because one or more lines are too long
+1179
File diff suppressed because one or more lines are too long
+936
File diff suppressed because one or more lines are too long
+944
File diff suppressed because one or more lines are too long
+1324
File diff suppressed because one or more lines are too long
+952
File diff suppressed because one or more lines are too long
+958
File diff suppressed because one or more lines are too long
+4730
File diff suppressed because one or more lines are too long
+4731
File diff suppressed because one or more lines are too long
+4747
File diff suppressed because one or more lines are too long
+4745
File diff suppressed because one or more lines are too long
+4760
File diff suppressed because one or more lines are too long
+4721
File diff suppressed because one or more lines are too long
+5037
File diff suppressed because one or more lines are too long
+4746
File diff suppressed because one or more lines are too long
+4749
File diff suppressed because one or more lines are too long
+4737
File diff suppressed because one or more lines are too long
+4741
File diff suppressed because one or more lines are too long
@@ -0,0 +1,23 @@
|
||||
--
|
||||
-- Table structure for table `item_name_description`
|
||||
--
|
||||
DROP TABLE IF EXISTS `item_name_description`;
|
||||
CREATE TABLE `item_name_description` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Description` text,
|
||||
`Color` int(11) NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` int(11) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `item_name_description_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `item_name_description_locale`;
|
||||
CREATE TABLE `item_name_description_locale` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`Description_lang` text,
|
||||
`VerifiedBuild` int(11) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `hotfix_blob` ADD COLUMN `VerifiedBuild` INT(11) NOT NULL DEFAULT '0' AFTER `Blob`;
|
||||
ALTER TABLE `hotfix_data` ADD COLUMN `VerifiedBuild` INT(11) NOT NULL DEFAULT '0' AFTER `Deleted`;
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,13 @@
|
||||
--
|
||||
-- Table structure for table `corruption_effects`
|
||||
--
|
||||
DROP TABLE IF EXISTS `corruption_effects`;
|
||||
CREATE TABLE `corruption_effects` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`MinCorruption` float NOT NULL DEFAULT '0',
|
||||
`Aura` int(11) NOT NULL DEFAULT '0',
|
||||
`PlayerConditionID` int(11) NOT NULL DEFAULT '0',
|
||||
`Flags` int(11) NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` int(11) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`VerifiedBuild`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
@@ -0,0 +1,50 @@
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=47670; -- Awaken Gortok
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(13,1,47670,0,0,31,0,3,26687,0,0,0,0,'','Effect_0 hits Gortok Palehoof');
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=47669; -- Awaken Subboss
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(13,1,47669,0,0,31,0,3,26683,0,0,0,0,'','Effect_0 hits Frenzied Worgen'),
|
||||
(13,1,47669,0,1,31,0,3,26684,0,0,0,0,'','Effect_0 hits Ravenous Furbolg'),
|
||||
(13,1,47669,0,2,31,0,3,26685,0,0,0,0,'','Effect_0 hits Massive Jormungar'),
|
||||
(13,1,47669,0,3,31,0,3,26686,0,0,0,0,'','Effect_0 hits Ferocious Rhino');
|
||||
|
||||
-- DELETE FROM `linked_respawn` WHERE `linkedGuid`=126102;
|
||||
-- DELETE FROM `creature` WHERE `guid` IN(126091,126092,126093,126094,126256);
|
||||
-- DELETE FROM `creature_addon` WHERE `guid` IN(126091,126092,126093,126094,126256);
|
||||
DELETE FROM `creature_summon_groups` WHERE `summonerId`=26687; -- Gortok Palehoof
|
||||
INSERT INTO `creature_summon_groups` (`summonerId`,`summonerType`,`groupId`,`entry`,`position_x`,`position_y`,`position_z`,`orientation`,`summonType`,`summonTime`) VALUES
|
||||
(26687,0,1,26683,262.195,-440.502,104.82 ,3.9968 ,6,6000),
|
||||
(26687,0,1,26684,262.119,-463.103,104.787,2.04204,6,6000),
|
||||
(26687,0,1,26685,290.781,-440.816,104.816,3.56047,6,6000),
|
||||
(26687,0,1,26686,291.549,-462.653,104.824,2.67035,6,6000),
|
||||
(26687,0,1,22515,238.608,-460.71 ,109.567,1.53589,8,0 );
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN
|
||||
('spell_palehoof_crazed',
|
||||
'spell_palehoof_awaken_subboss',
|
||||
'spell_palehoof_awaken_gortok',
|
||||
'spell_palehoof_crazed_effect');
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(48139,'spell_palehoof_crazed'),
|
||||
(47669,'spell_palehoof_awaken_subboss'),
|
||||
(47670,'spell_palehoof_awaken_gortok'),
|
||||
(48146,'spell_palehoof_crazed_effect');
|
||||
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=48048;
|
||||
|
||||
UPDATE `creature_template` SET `ScriptName`='boss_frenzied_worgen' WHERE `entry`=26683;
|
||||
UPDATE `creature_template` SET `ScriptName`='boss_ravenous_furbolg' WHERE `entry`=26684;
|
||||
UPDATE `creature_template` SET `ScriptName`='boss_massive_jormungar' WHERE `entry`=26685;
|
||||
UPDATE `creature_template` SET `ScriptName`='boss_ferocious_rhino' WHERE `entry`=26686;
|
||||
UPDATE `creature_template` SET `ScriptName`='' WHERE `entry`=26688;
|
||||
|
||||
-- DELETE FROM `spelldifficulty_dbc` WHERE `id` IN (48261,48256,48140,48137,48105,48136,48133);
|
||||
-- INSERT INTO `spelldifficulty_dbc` (`id`, `spellid0`, `spellid1`) VALUES
|
||||
-- (48261, 48261, 59268),
|
||||
-- (48256, 48256, 59267),
|
||||
-- (48140, 48140, 59273),
|
||||
-- (48137, 48137, 59265),
|
||||
-- (48105, 48105, 59263),
|
||||
-- (48136, 48136, 59272),
|
||||
-- (48133, 48133, 59271);
|
||||
@@ -0,0 +1,13 @@
|
||||
-- At The Enemy's Gates - Phasing for Icecrown -- http://www.wowhead.com/quest=13847/at-the-enemys-gates
|
||||
DELETE FROM `spell_area` WHERE `quest_start` IN (13847, 13851, 13852, 13854, 13855, 13856, 13857, 13858, 13859, 13860) AND `area`=4522;
|
||||
INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `flags`, `quest_start_status`, `quest_end_status`) VALUES
|
||||
(64576, 4522, 13847, 13847, 0, 0, 2, 1, 74, 11),
|
||||
(64576, 4522, 13851, 13851, 0, 0, 2, 1, 74, 11),
|
||||
(64576, 4522, 13852, 13852, 0, 0, 2, 1, 74, 11),
|
||||
(64576, 4522, 13854, 13854, 0, 0, 2, 1, 74, 11),
|
||||
(64576, 4522, 13855, 13855, 0, 0, 2, 1, 74, 11),
|
||||
(64576, 4522, 13856, 13856, 0, 0, 2, 1, 74, 11),
|
||||
(64576, 4522, 13857, 13857, 0, 0, 2, 1, 74, 11),
|
||||
(64576, 4522, 13858, 13858, 0, 0, 2, 1, 74, 11),
|
||||
(64576, 4522, 13859, 13859, 0, 0, 2, 1, 74, 11),
|
||||
(64576, 4522, 13860, 13860, 0, 0, 2, 1, 74, 11);
|
||||
@@ -0,0 +1,7 @@
|
||||
--
|
||||
DELETE FROM `spell_area` WHERE `quest_start` IN (13861, 13862, 13863, 13864) AND `area`=4522;
|
||||
INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `flags`, `quest_start_status`, `quest_end_status`) VALUES
|
||||
(64576, 4522, 13864, 13864, 0, 0, 2, 1, 74, 11),
|
||||
(64576, 4522, 13861, 13861, 0, 0, 2, 1, 74, 11),
|
||||
(64576, 4522, 13862, 13862, 0, 0, 2, 1, 74, 11),
|
||||
(64576, 4522, 13863, 13863, 0, 0, 2, 1, 74, 11);
|
||||
@@ -0,0 +1,16 @@
|
||||
--
|
||||
UPDATE `gameobject_template` SET `Data0`=1505 WHERE `entry`=188112;
|
||||
DELETE FROM `gameobject_template` WHERE `entry`=300184;
|
||||
DELETE FROM `gameobject` WHERE `id`=300184;
|
||||
SET @ENTRY := 26161;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY*100 AND `source_type`=9;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
|
||||
(@ENTRY,0,0,0,8,0,100,1,46574,0,0,0,80,@ENTRY*100,0,0,0,0,0,1,0,0,0,0,0,0,0,"Farshire Grain Credit - On Spellhit 'Burn Grain' - Action list"),
|
||||
(@ENTRY*100,9,0,0,0,0,100,0,0,0,0,0,33,26161,0,0,0,0,0,7,0,0,0,0,0,0,0,"Farshire Grain Credit - Action list - Quest Credit 'Take No Chances'"),
|
||||
(@ENTRY*100,9,1,0,0,0,100,0,5000,5000,0,0,99,3,0,0,0,0,0,20,188112,10,0,0,0,0,0,"Farshire Grain Credit - Action list - Set loot state to Despawn gob"),
|
||||
(@ENTRY*100,9,2,0,0,0,100,0,0,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Farshire Grain Credit - Action list - Despawn");
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=46574;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(13, 3, 46574, 0, 0, 31, 0, 3, 26161, 0, 0, 0, 0, '', 'Spell effect on Farshire Grain Credit');
|
||||
@@ -0,0 +1,3 @@
|
||||
--
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=1 AND `SourceGroup`=21060 AND `SourceEntry`= 23612;
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=1 AND `SourceGroup`=21061 AND `SourceEntry`= 23612;
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,630 @@
|
||||
-- Subjugator Shiaziv and Subjugator Yalqiz
|
||||
-- Shattered Hand Berserker (one one spawn, the other two should be waypoints of the frist spawn)
|
||||
-- Dread Tactician (remove 2 bad paths (i added them wrong in the past))
|
||||
-- Hellfire Abyssal Shelf - Rework for Mo'arg Overseer and Fel Cannon
|
||||
|
||||
UPDATE `creature` SET `position_x`=54.600360, `position_y`=1805.335, `position_z`=49.12101, `orientation`=1.304091, `MovementType`=2 WHERE `id`=19282; -- Subjugator Shiaziv
|
||||
UPDATE `creature` SET `position_x`=-500.3803, `position_y`=1718.960, `position_z`=60.87181, `orientation`=3.734013, `MovementType`=2 WHERE `id`=19335; -- Subjugator Yalqiz
|
||||
|
||||
-- Subjugator Shiaziv
|
||||
SET @POINT := 0;
|
||||
SET @NPC := 68851;
|
||||
SET @POINT := 0;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@NPC,@PATH,0,0,1,0,'');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`, `delay`) VALUES
|
||||
(@PATH, @POINT := @POINT + 1, 61.394100, 1830.152, 42.73946, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 56.415040, 1842.111, 42.80701, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 45.974290, 1851.916, 45.31885, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 24.965390, 1857.521, 54.07980, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 12.386280, 1857.223, 59.04086, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 2.0895180, 1853.448, 63.62301, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -10.91016, 1844.119, 69.45425, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -15.76009, 1833.515, 71.19009, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -13.49230, 1816.223, 66.91240, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -13.57107, 1802.379, 64.31023, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -13.02865, 1783.143, 61.35052, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -3.038954, 1762.001, 55.16345, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 9.0533860, 1752.676, 51.47461, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 21.688150, 1744.582, 48.89075, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 30.346680, 1750.987, 49.41211, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 42.703990, 1761.808, 49.77660, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 48.186630, 1777.874, 51.45816, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 55.352320, 1790.654, 51.11136, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 57.881180, 1800.581, 49.18709, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 59.407880, 1812.943, 46.47115, 0);
|
||||
|
||||
|
||||
-- Subjugator Yalqiz
|
||||
SET @NPC := 68916;
|
||||
SET @POINT := 0;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@NPC,@PATH,0,0,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`, `delay`) VALUES
|
||||
(@PATH, @POINT := @POINT + 1, -516.5024, 1708.104, 57.89871, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -533.4302, 1692.131, 53.87750, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -532.1133, 1686.306, 51.65182, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -526.8643, 1677.809, 47.36276, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -510.7744, 1675.963, 47.51254, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -490.4778, 1679.859, 49.24321, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -482.0579, 1687.759, 51.38897, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -480.3202, 1701.180, 55.15236, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -489.2083, 1714.007, 58.48391, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -496.4688, 1719.324, 60.74733, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -505.4727, 1714.474, 59.55276, 0);
|
||||
|
||||
-- Dread Tactician (remove 2 bad paths (i added them wrong in the past))
|
||||
UPDATE `creature` SET `position_x`=-296.4266, `position_y`=1568.856, `position_z`=41.835220, `orientation`=3.729646, `spawndist`=0, `MovementType`=2 WHERE `guid`=59170;
|
||||
UPDATE `creature` SET `position_x`=-133.5336, `position_y`=1582.918, `position_z`=42.812290, `orientation`=6.205007, `spawndist`=0, `MovementType`=2 WHERE `guid`=59171;
|
||||
|
||||
-- Shattered Hand Berserker (one one spawn, the other two should be waypoints of the frist spawn)
|
||||
DELETE FROM `creature` WHERE `guid` IN (58280, 58296);
|
||||
UPDATE `creature` SET `position_x`=-432.5425, `position_y`=3016.569, `position_z`=-16.84295, `orientation`=5.780838, `spawndist`=0, `MovementType`=2 WHERE `guid`=58295;
|
||||
|
||||
-- Dread Tactician
|
||||
SET @POINT := 0;
|
||||
SET @NPC := 59170;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@NPC,@PATH,0,0,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`, `delay`) VALUES
|
||||
(@PATH, @POINT := @POINT + 1, -334.0984, 1543.753, 45.24116, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -330.8320, 1499.882, 33.38686, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -305.9742, 1485.383, 29.53335, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -278.9718, 1485.058, 26.72857, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -267.6284, 1503.790, 27.89097, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -278.5529, 1506.749, 29.44310, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -296.3520, 1498.046, 30.37249, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -317.3887, 1501.720, 33.08825, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -325.3594, 1509.314, 35.02624, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -328.6507, 1539.184, 42.72945, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -307.0767, 1556.214, 41.62386, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -282.0919, 1553.386, 35.78281, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -268.9562, 1558.210, 34.82322, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -276.4884, 1575.941, 38.92973, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -295.1560, 1585.103, 45.23344, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -312.2053, 1568.992, 46.25256, 0);
|
||||
|
||||
-- Dread Tactician
|
||||
SET @POINT := 0;
|
||||
SET @NPC := 59171;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@NPC,@PATH,0,0,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`, `delay`) VALUES
|
||||
(@PATH, @POINT := @POINT + 1, -109.3626, 1581.022, 46.17117, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -84.37858, 1569.632, 46.29124, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -69.36133, 1540.273, 37.61205, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -72.20546, 1515.617, 32.32233, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -85.17464, 1487.418, 27.94559, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -102.4884, 1477.535, 27.37716, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -137.4821, 1476.977, 26.37018, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -153.9442, 1488.082, 27.13812, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -178.7490, 1510.963, 27.16745, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -185.4963, 1510.206, 26.95163, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -168.7500, 1488.021, 26.56499, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -147.7747, 1475.077, 25.78192, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -120.5284, 1482.918, 28.66402, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -94.96957, 1495.692, 30.73173, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -89.56852, 1516.276, 31.52229, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -88.22846, 1545.273, 39.60253, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -110.4561, 1566.677, 42.09719, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -134.7303, 1571.194, 40.62461, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -164.3697, 1573.173, 35.20005, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -164.0840, 1579.898, 36.36607, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -144.3336, 1584.482, 41.05930, 0);
|
||||
|
||||
-- Shattered Hand Berserker
|
||||
SET @POINT := 0;
|
||||
SET @NPC := 58295;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@NPC,@PATH,0,0,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`, `delay`) VALUES
|
||||
(@PATH, @POINT := @POINT + 1, -406.9757, 3022.114, -16.14812, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -384.4923, 3027.486, -16.35291, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -369.7765, 3031.631, -16.32663, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -332.8234, 3039.824, -16.66688, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -323.3225, 3038.536, -16.45017, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -318.3123, 3033.358, -15.99788, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -289.7150, 3032.069, -8.329719, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -279.9789, 3038.296, -5.068746, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -282.3609, 3047.840, -4.396113, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -269.6367, 3050.605, -4.484854, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -242.5817, 3041.765, -4.301134, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -230.1253, 3038.011, -4.320513, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -242.5817, 3041.765, -4.301134, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -269.6367, 3050.605, -4.484854, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -282.3609, 3047.840, -4.396113, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -279.9789, 3038.296, -5.068746, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -289.7150, 3032.069, -8.329719, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -318.3123, 3033.358, -15.99788, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -323.3225, 3038.536, -16.45017, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -331.8813, 3040.104, -16.65558, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -369.7765, 3031.631, -16.32663, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -384.4923, 3027.486, -16.35291, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -406.3353, 3022.268, -16.14812, 0),
|
||||
(@PATH, @POINT := @POINT + 1, -433.0263, 3016.659, -16.49373, 0);
|
||||
|
||||
-- Hellfire Abyssal Shelf
|
||||
-- Fel Cannon 19 Updates
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=35, `MovementType`=0 WHERE `guid`=69247;
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=35, `MovementType`=0 WHERE `guid`=69248;
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=35, `orientation`=3.882448, `MovementType`=0 WHERE `guid`=69249;
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=35, `orientation`=4.904270, `MovementType`=0 WHERE `guid`=69266;
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=35, `orientation`=3.971199, `MovementType`=0 WHERE `guid`=69254;
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=35, `MovementType`=0 WHERE `guid`=69251;
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=35, `MovementType`=0 WHERE `guid`=69250;
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=35, `MovementType`=0 WHERE `guid`=69255;
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=35, `MovementType`=0 WHERE `guid`=69257;
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=35, `position_x`=931.603027, `position_y`=1724.815308, `position_z`=102.419891, `orientation`=4.597957, `MovementType`=0 WHERE `guid`=69260;
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=35, `position_x`=970.444275, `position_y`=1703.526978, `position_z`=90.229973, `orientation`=4.643500, `MovementType`=0 WHERE `guid`=69263;
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=35, `position_x`=1022.650024, `position_y`=1727.25000, `position_z`=96.733101, `orientation`=5.517640, `MovementType`=0 WHERE `guid`=69265;
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=35, `position_x`=835.013977, `position_y`=1722.472534, `position_z`=108.600487, `orientation`=5.563979, `MovementType`=0 WHERE `guid`=69256;
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=35, `position_x`=716.960022, `position_y`=1710.010132, `position_z`=94.432152, `orientation`=1.856893, `MovementType`=0 WHERE `guid`=69252;
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=35, `MovementType`=0 WHERE `guid`=69262;
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=35, `MovementType`=0 WHERE `guid`=69261;
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=35, `MovementType`=0 WHERE `guid`=69264;
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=35, `MovementType`=0 WHERE `guid`=69267;
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=35, `MovementType`=0 WHERE `guid`=69259;
|
||||
|
||||
-- Moarg Overseer
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=45, `position_x`=700.574402, `position_y`=1863.209961, `position_z`=146.867691, `orientation`=4.6, `MovementType`=2 WHERE `guid`=69146;
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=45, `position_x`=912.013062, `position_y`=1684.601562, `position_z`=86.6479449, `orientation`=1.8, `MovementType`=2 WHERE `guid`=69147;
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=45, `position_x`=647.887329, `position_y`=1755.359619, `position_z`=102.724243, `orientation`=1.8, `MovementType`=2 WHERE `guid`=69148;
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=45, `position_x`=775.672791, `position_y`=1680.854004, `position_z`=96.071106, `orientation`=1.3, `MovementType`=2 WHERE `guid`=69149;
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=45, `position_x`=775.672791, `position_y`=1680.854004, `position_z`=96.071106, `orientation`=1.3, `MovementType`=2 WHERE `guid`=69149;
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=45, `position_x`=847.257013, `position_y`=1858.979980, `position_z`=141.001999, `orientation`=4.7, `MovementType`=2 WHERE `guid`=69150;
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=45, `position_x`=1119.588745, `position_y`=1716.730225, `position_z`=84.372009, `orientation`=2.7, `MovementType`=2 WHERE `guid`=69151;
|
||||
UPDATE `creature` SET `spawndist`=0, `spawntimesecs`=45, `position_x`=985.438416, `position_y`=1847.512573, `position_z`=131.616867, `orientation`=4.6, `MovementType`=2 WHERE `guid`=69152;
|
||||
|
||||
-- Moarg Overseer
|
||||
SET @POINT := 0;
|
||||
SET @NPC := 69146;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@NPC,@PATH,0,0,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`, `delay`) VALUES
|
||||
(@PATH, @POINT := @POINT + 1, 699.447693, 1851.012207, 139.298737, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 699.596069, 1834.927368, 132.742493, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 700.293579, 1827.491089, 128.716919, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 701.856445, 1820.550171, 130.101944, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 711.500488, 1805.117554, 128.486481, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 720.121399, 1791.661255, 124.981514, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 713.357971, 1782.760010, 120.797997, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 703.561890, 1762.689453, 111.730690, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 706.341858, 1753.165283, 108.395851, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 714.729126, 1749.719116, 102.424103, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 718.569580, 1746.259888, 103.555771, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 720.745728, 1743.383179, 105.289757, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 716.636047, 1734.510010, 101.078445, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 709.200623, 1728.714233, 89.643059, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 711.632690, 1721.802368, 91.388512, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 713.617004, 1717.716553, 94.599648, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 718.523376, 1705.399536, 92.815170, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 713.617004, 1717.716553, 94.599648, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 711.632690, 1721.802368, 91.388512, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 709.200623, 1728.714233, 89.643059, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 716.636047, 1734.510010, 101.078445, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 720.745728, 1743.383179, 105.289757, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 718.569580, 1746.259888, 103.555771, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 714.729126, 1749.719116, 102.424103, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 706.341858, 1753.165283, 108.395851, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 703.561890, 1762.689453, 111.730690, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 713.357971, 1782.760010, 120.797997, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 720.121399, 1791.661255, 124.981514, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 711.500488, 1805.117554, 128.486481, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 701.856445, 1820.550171, 130.101944, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 700.293579, 1827.491089, 128.716919, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 699.596069, 1834.927368, 132.742493, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 699.447693, 1851.012207, 139.298737, 0);
|
||||
|
||||
|
||||
-- Moarg Overseer
|
||||
SET @POINT := 0;
|
||||
SET @NPC := 69147;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@NPC,@PATH,0,0,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`, `delay`) VALUES
|
||||
(@PATH, @POINT := @POINT + 1, 906.696899, 1701.634644, 94.417450, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 914.734009, 1723.858643, 103.68199, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 923.744263, 1740.360352, 105.987480, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 919.721252, 1756.784302, 113.964417, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 912.116150, 1787.142578, 122.332787, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 916.540039, 1809.919067, 124.778526, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 917.115845, 1826.173462, 130.779053, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 922.766113, 1850.249512, 136.603439, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 915.619141, 1857.460938, 140.105988, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 922.766113, 1850.249512, 136.603439, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 917.115845, 1826.173462, 130.779053, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 916.540039, 1809.919067, 124.778526, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 912.116150, 1787.142578, 122.332787, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 919.721252, 1756.784302, 113.964417, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 923.744263, 1740.360352, 105.987480, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 914.734009, 1723.858643, 103.68199, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 906.696899, 1701.634644, 94.417450, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 847.257013, 1858.979980, 141.001999, 0);
|
||||
|
||||
|
||||
-- Moarg Overseer
|
||||
SET @POINT := 0;
|
||||
SET @NPC := 69148;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@NPC,@PATH,0,0,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`, `delay`) VALUES
|
||||
(@PATH, @POINT := @POINT + 1, 663.626404, 1767.271484, 108.425529, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 688.952271, 1749.683350, 105.147018, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 708.846130, 1755.718140, 109.675903, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 717.952637, 1755.217163, 105.999550, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 733.536926, 1752.255493, 110.545158, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 745.250366, 1751.058838, 110.216652, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 754.388062, 1752.052246, 109.739639, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 761.496155, 1753.9000024, 115.295876, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 785.477661, 1763.860596, 121.862541, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 816.670959, 1737.048340, 114.875328, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 832.429321, 1747.258667, 113.252502, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 845.364502, 1755.844482, 118.307350, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 866.321533, 1757.407837, 117.633759, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 914.577271, 1755.919189, 113.774620, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 959.877808, 1736.482056, 106.987320, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 974.641541, 1754.916870, 111.713875, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 986.710083, 1755.266724, 106.319138, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 992.729614, 1753.885376, 108.663559, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 1010.583435, 1751.816650, 104.732956, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 1040.523804, 1748.426514, 97.014572, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 1052.749878, 1748.949097, 99.107422, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 1072.766602, 1744.159912, 100.537209, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 1105.838013, 1741.597656, 98.447639, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 1122.749512, 1748.162476, 101.595871, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 1138.507690, 1751.462769, 95.233978, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 1122.749512, 1748.162476, 101.595871, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 1105.838013, 1741.597656, 98.447639, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 1072.766602, 1744.159912, 100.537209, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 1052.749878, 1748.949097, 99.107422, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 1040.523804, 1748.426514, 97.014572, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 1040.523804, 1748.426514, 97.014572, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 992.729614, 1753.885376, 108.663559, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 986.710083, 1755.266724, 106.319138, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 974.641541, 1754.916870, 111.713875, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 959.877808, 1736.482056, 106.987320, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 914.577271, 1755.919189, 113.774620, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 866.321533, 1757.407837, 117.633759, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 845.364502, 1755.844482, 118.307350, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 832.429321, 1747.258667, 113.252502, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 816.670959, 1737.048340, 114.875328, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 785.477661, 1763.860596, 121.862541, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 761.496155, 1753.9000024, 115.295876, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 754.388062, 1752.052246, 109.739639, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 745.250366, 1751.058838, 110.216652, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 733.536926, 1752.255493, 110.545158, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 717.952637, 1755.217163, 105.999550, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 708.846130, 1755.718140, 109.675903, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 688.952271, 1749.683350, 105.147018, 0);
|
||||
|
||||
-- Moarg Overseer
|
||||
SET @POINT := 0;
|
||||
SET @NPC := 69149;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@NPC,@PATH,0,0,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`, `delay`) VALUES
|
||||
(@PATH, @POINT := @POINT + 1, 783.789062, 1692.381714, 99.448456, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 784.510010, 1703.207275, 102.671310, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 783.977722, 1719.925171, 108.779831, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 766.377869, 1742.267212, 111.976273, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 776.407715, 1759.183105, 119.131607, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 793.434387, 1785.451538, 128.699585, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 786.241211, 1801.446289, 132.674088, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 794.754456, 1841.365845, 138.421371, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 794.754456, 1841.365845, 138.421371, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 786.241211, 1801.446289, 132.674088, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 793.434387, 1785.451538, 128.699585, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 776.407715, 1759.183105, 119.131607, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 766.377869, 1742.267212, 111.976273, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 783.977722, 1719.925171, 108.779831, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 784.510010, 1703.207275, 102.671310, 0);
|
||||
|
||||
-- Moarg Overseer
|
||||
SET @POINT := 0;
|
||||
SET @NPC := 69150;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@NPC,@PATH,0,0,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`, `delay`) VALUES
|
||||
(@PATH, @POINT := @POINT + 1, 850.932983, 1815.473267, 131.183044, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 858.758179, 1780.179321, 124.588852, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 849.030212, 1744.467041, 114.647156, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 845.963623, 1732.986572, 106.524895, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 850.220581, 1717.297363, 101.295227, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 852.464966, 1705.421509, 94.012650, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 852.184326, 1689.628784, 90.334763, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 848.187012, 1677.214600, 86.458450, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 845.254272, 1671.283081, 77.311638, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 840.754728, 1662.330200, 71.406410, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 845.254272, 1671.283081, 77.311638, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 848.187012, 1677.214600, 86.458450, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 852.184326, 1689.628784, 90.334763, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 852.464966, 1705.421509, 94.012650, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 850.220581, 1717.297363, 101.295227, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 845.963623, 1732.986572, 106.524895, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 849.030212, 1744.467041, 114.647156, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 858.758179, 1780.179321, 124.588852, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 851.109314, 1852.231567, 138.572388, 0);
|
||||
|
||||
-- Moarg Overseer
|
||||
SET @POINT := 0;
|
||||
SET @NPC := 69151;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@NPC,@PATH,0,0,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`, `delay`) VALUES
|
||||
(@PATH, @POINT := @POINT + 1, 1093.386108, 1724.781372, 90.728683, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 1048.029663, 1725.610352, 93.876816, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 1035.148193, 1724.635620, 91.812302, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 999.015442, 1713.564087, 91.345856, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 985.505371, 1709.543701, 82.027374, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 969.185974, 1709.052979, 90.147209, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 953.161621, 1719.715820, 97.129723, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 931.432007, 1729.417480, 101.466690, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 900.818298, 1722.679932, 103.876762, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 867.406128, 1714.553467, 101.787544, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 853.799622, 1709.166748, 94.48749, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 823.053467, 1699.805542, 98.259392, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 802.691956, 1689.481079, 100.677605, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 791.075134, 1687.779297, 97.579872, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 752.406738, 1716.276978, 98.543800, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 752.406738, 1716.276978, 98.543800, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 791.075134, 1687.779297, 97.579872, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 802.691956, 1689.481079, 100.677605, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 823.053467, 1699.805542, 98.259392, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 853.799622, 1709.166748, 94.48749, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 867.406128, 1714.553467, 101.787544, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 900.818298, 1722.679932, 103.876762, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 931.432007, 1729.417480, 101.466690, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 953.161621, 1719.715820, 97.129723, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 969.185974, 1709.052979, 90.147209, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 985.505371, 1709.543701, 82.027374, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 999.015442, 1713.564087, 91.345856, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 1035.148193, 1724.635620, 91.812302, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 1048.029663, 1725.610352, 93.876816, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 1093.386108, 1724.781372, 90.728683, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 1119.588745, 1716.730225, 84.372009, 0);
|
||||
|
||||
|
||||
-- Moarg Overseer
|
||||
SET @GUID := 69152;
|
||||
SET @POINT := 0;
|
||||
SET @NPC := 69152;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@NPC,@PATH,0,0,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`, `delay`) VALUES
|
||||
(@PATH, @POINT := @POINT + 1, 980.268799, 1848.870117, 131.911499, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 988.033997, 1785.729980, 118.09996, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 984.196899, 1771.750732, 113.933479, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 978.986877, 1762.243896, 112.581924, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 967.583191, 1737.078979, 106.542763, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 975.760986, 1734.712158, 101.783585, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 986.535706, 1731.655151, 102.132362, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 981.712769, 1714.359985, 88.433220, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 977.118408, 1700.509033, 85.810806, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 971.770752, 1688.218506, 84.186691, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 977.118408, 1700.509033, 85.810806, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 981.712769, 1714.359985, 88.433220, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 986.535706, 1731.655151, 102.132362, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 975.760986, 1734.712158, 101.783585, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 967.583191, 1737.078979, 106.542763, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 978.986877, 1762.243896, 112.581924, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 984.196899, 1771.750732, 113.933479, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 988.033997, 1785.729980, 118.09996, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 980.268799, 1848.870117, 131.911499, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 985.438416, 1847.512573, 131.616867, 0);
|
||||
|
||||
-- Moarg Forgefiend
|
||||
SET @GUID := 58280;
|
||||
|
||||
DELETE FROM `creature` WHERE `guid`=@GUID;
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
|
||||
(@GUID, 16946, 530, '0', 0, 0, 346.7749, 2238.071, 119.0799, 4.683131, 30, 0, 0, 5158, 0, 2);
|
||||
|
||||
UPDATE `creature` SET `position_x`=352.1310, `position_y`=2184.019, `position_z`=118.1270, `orientation`=1.2042770, `spawndist`=0, `MovementType`=2 WHERE `guid`=58976;
|
||||
UPDATE `creature` SET `position_x`=386.5509, `position_y`=2500.263, `position_z`=150.6602, `orientation`=0.9773844, `spawndist`=0, `MovementType`=2 WHERE `guid`=58977;
|
||||
UPDATE `creature` SET `position_x`=465.6350, `position_y`=2500.467, `position_z`=158.4418, `orientation`=1.6961510, `spawndist`=0, `MovementType`=2 WHERE `guid`=58978;
|
||||
UPDATE `creature` SET `position_x`=599.9173, `position_y`=2796.910, `position_z`=222.7564, `orientation`=1.6038840, `spawndist`=0, `MovementType`=2 WHERE `guid`=58979;
|
||||
UPDATE `creature` SET `position_x`=518.7199, `position_y`=2787.585, `position_z`=213.9373, `orientation`=3.4208450, `spawndist`=0, `MovementType`=2 WHERE `guid`=58980;
|
||||
|
||||
-- Moarg Forgefiend
|
||||
SET @POINT := 0;
|
||||
SET @NPC := 58976;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@NPC,@PATH,0,0,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`, `delay`) VALUES
|
||||
|
||||
(@PATH, @POINT := @POINT + 1, 372.0695, 2182.736, 118.8579, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 366.0564, 2166.699, 120.0926, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 340.2971, 2157.962, 118.1013, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 366.6094, 2145.635, 119.6319, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 383.8836, 2119.436, 116.9982, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 421.0439, 2133.671, 115.8215, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 440.9657, 2161.880, 116.4515, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 440.4790, 2203.000, 116.4050, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 403.2045, 2208.661, 118.3625, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 401.5527, 2174.006, 118.6883, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 401.5527, 2174.006, 118.6883, 30000),
|
||||
(@PATH, @POINT := @POINT + 1, 399.2104, 2191.823, 118.6424, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 404.8127, 2217.122, 118.2728, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 396.1408, 2236.705, 118.3385, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 368.2067, 2248.499, 119.0556, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 342.0200, 2226.372, 118.8797, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 346.1346, 2207.040, 118.0938, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 336.8192, 2195.197, 118.9098, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 336.6985, 2183.829, 118.4553, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 351.0053, 2183.569, 117.9545, 30000);
|
||||
|
||||
-- Moarg Forgefiend
|
||||
SET @POINT := 0;
|
||||
SET @NPC := 58977;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@NPC,@PATH,0,0,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`, `delay`) VALUES
|
||||
(@PATH, @POINT := @POINT + 1, 399.4823, 2519.981, 149.8910, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 406.9428, 2533.171, 148.9787, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 448.0670, 2525.669, 156.6973, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 456.0293, 2499.882, 155.5886, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 434.0441, 2479.981, 147.4321, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 399.7392, 2485.552, 148.1255, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 381.8427, 2486.963, 151.5587, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 367.8258, 2472.422, 154.5495, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 356.6569, 2483.301, 157.8432, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 351.3705, 2500.854, 158.6630, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 357.8864, 2513.297, 157.3211, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 367.5656, 2531.288, 153.4439, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 398.3242, 2527.413, 149.3065, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 395.4784, 2500.946, 149.1616, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 387.3022, 2499.525, 150.4558, 0);
|
||||
|
||||
-- Moarg Forgefiend
|
||||
SET @POINT := 0;
|
||||
SET @NPC := 58978;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@NPC,@PATH,0,0,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`, `delay`) VALUES
|
||||
(@PATH, @POINT := @POINT + 1, 462.0394, 2528.989, 161.5348, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 434.7895, 2532.606, 153.8877, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 404.5577, 2534.032, 148.8993, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 370.8831, 2546.889, 152.6021, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 339.7602, 2528.979, 162.1630, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 342.0280, 2510.275, 161.7880, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 344.9770, 2491.313, 161.0138, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 340.4948, 2467.489, 161.9072, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 364.9402, 2466.368, 155.6125, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 377.1379, 2448.386, 152.2784, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 400.8357, 2454.159, 145.8710, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 435.5023, 2459.958, 143.4676, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 464.7622, 2488.856, 156.6905, 30000),
|
||||
(@PATH, @POINT := @POINT + 1, 435.5023, 2459.958, 143.4676, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 400.8357, 2454.159, 145.8710, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 377.1379, 2448.386, 152.2784, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 364.9402, 2466.368, 155.6125, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 340.4948, 2467.489, 161.9072, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 344.9770, 2491.313, 161.0138, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 342.0280, 2510.275, 161.7880, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 339.7602, 2528.979, 162.1630, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 370.8831, 2546.889, 152.6021, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 404.5577, 2534.032, 148.8993, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 434.7895, 2532.606, 153.8877, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 462.0394, 2528.989, 161.5348, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 464.5326, 2500.708, 158.1301, 0);
|
||||
|
||||
-- Moarg Forgefiend
|
||||
SET @POINT := 0;
|
||||
SET @NPC := 58979;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@NPC,@PATH,0,0,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`, `delay`) VALUES
|
||||
(@PATH, @POINT := @POINT + 1, 588.9837, 2829.249, 219.6789, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 561.5564, 2834.301, 216.8961, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 536.1294, 2829.619, 214.0218, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 512.0079, 2818.889, 210.7213, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 500.9739, 2804.032, 208.2527, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 512.1336, 2782.000, 210.7045, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 533.5712, 2764.431, 214.2345, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 563.5703, 2764.285, 221.0970, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 596.6008, 2779.521, 224.6383, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 600.4445, 2798.629, 222.4285, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 599.4482, 2811.425, 219.6513, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 588.9837, 2829.249, 219.6789, 0);
|
||||
|
||||
-- Moarg Forgefiend
|
||||
SET @POINT := 0;
|
||||
SET @NPC := 58980;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@NPC,@PATH,0,0,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`, `delay`) VALUES
|
||||
(@PATH, @POINT := @POINT + 1, 517.9482, 2799.258, 214.2896, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 511.5638, 2804.806, 212.4117, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 515.9873, 2827.771, 211.1559, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 561.7473, 2830.094, 216.9400, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 583.3977, 2830.366, 218.8746, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 583.2642, 2813.984, 221.0345, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 572.8552, 2810.281, 221.3586, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 568.3524, 2799.524, 218.4582, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 574.8149, 2798.920, 218.5063, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 574.8149, 2798.920, 218.5063, 30000),
|
||||
(@PATH, @POINT := @POINT + 1, 572.8413, 2788.211, 222.1392, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 581.5683, 2772.743, 222.3933, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 566.0281, 2761.802, 222.5634, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 546.7617, 2766.647, 216.6348, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 515.7907, 2761.146, 211.7126, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 485.8520, 2762.804, 201.7888, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 491.7773, 2799.334, 205.7678, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 529.5818, 2800.269, 214.2635, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 517.9482, 2799.258, 214.2896, 30000);
|
||||
|
||||
-- Moarg Forgefiend
|
||||
SET @POINT := 0;
|
||||
SET @NPC := 58280;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@NPC,@PATH,0,0,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`, `delay`) VALUES
|
||||
(@PATH, @POINT := @POINT + 1, 346.0393, 2213.309, 117.9897, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 337.5000, 2166.667, 118.4763, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 365.4210, 2150.536, 119.2263, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 373.9099, 2131.246, 119.1636, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 401.7648, 2127.054, 116.1107, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 411.4461, 2144.292, 116.6813, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 438.6080, 2145.507, 116.6686, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 465.7404, 2144.955, 119.1745, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 464.4419, 2177.614, 119.7132, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 459.4780, 2209.128, 118.3973, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 449.0729, 2228.586, 118.2239, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 437.4313, 2244.417, 117.8247, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 400.4362, 2243.787, 116.9467, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 366.4103, 2246.238, 119.1055, 0),
|
||||
(@PATH, @POINT := @POINT + 1, 338.0428, 2233.658, 118.9569, 0);
|
||||
@@ -0,0 +1,22 @@
|
||||
-- Valkyr Shadowguard Imunity
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` =
|
||||
1| -- charm
|
||||
2| -- disorient
|
||||
4| -- disarm
|
||||
8| -- distract
|
||||
16| -- fear
|
||||
32| -- grip
|
||||
64| -- root
|
||||
256| -- silence
|
||||
512| -- sleep
|
||||
4096| -- freeze
|
||||
8192| -- knockout
|
||||
65536| -- polymorph
|
||||
131072| -- banish
|
||||
524288| -- shackle
|
||||
1048576| -- mount
|
||||
4194304| -- turn
|
||||
8388608| -- horror
|
||||
33554432| -- interrupt
|
||||
536870912 -- sapped
|
||||
WHERE `entry` IN (36609,39120,39121,39122);
|
||||
@@ -0,0 +1,33 @@
|
||||
-- DB/Creature: Taleris Dawngazer - Emoteevent
|
||||
DELETE FROM `waypoints` WHERE `entry`=17015;
|
||||
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`) VALUES
|
||||
(17015,1,-650.434021,4136.919922,64.620346),
|
||||
(17015,2,-649.897,4149.45,64.13),
|
||||
(17015,3,-650.945,4153.25,64.3724),
|
||||
(17015,4,-653.408,4159.69,65.9067),
|
||||
(17015,5,-649.211,4169.54,67.9885),
|
||||
(17015,6,-647.255,4172.52,68.3677),
|
||||
(17015,7,-646.951,4176.908,68.51362),
|
||||
(17015,8,-653.285,4163.94,67.01),
|
||||
(17015,9,-651.272,4154.21,64.553),
|
||||
(17015,10,-649.733,4147.03,64.231),
|
||||
(17015,11,-650.434021,4136.919922,64.620346);
|
||||
|
||||
-- Taleris Dawngazer SAI
|
||||
SET @ENTRY := 17015;
|
||||
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
|
||||
(@ENTRY,0,0,0,25,0,100,0,0,0,0,0,53,0,17015,1,0,0,0,1,0,0,0,0,0,0,0,"Taleris Dawngazer - On Reset - Start Waypoint"),
|
||||
(@ENTRY,0,1,0,40,0,100,0,7,17015,0,0,80,@ENTRY*100+00,0,0,0,0,0,1,0,0,0,0,0,0,0,"Taleris Dawngazer - On Waypoint 7 Reached - Run Script");
|
||||
|
||||
-- Actionlist SAI
|
||||
SET @ENTRY := 1701500;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=9;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
|
||||
(@ENTRY,9,0,0,0,0,100,0,0,0,0,0,54,30000,0,0,0,0,0,1,0,0,0,0,0,0,0,"On Script - Pause Waypoint"),
|
||||
(@ENTRY,9,1,0,0,0,100,0,1000,1000,0,0,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,"On Script - Play Emote 2"),
|
||||
(@ENTRY,9,2,0,0,0,100,0,3000,3000,0,0,10,11,7,6,0,0,0,1,0,0,0,0,0,0,0,"On Script - Play Random Emote (11, 7, 6)"),
|
||||
(@ENTRY,9,3,0,0,0,100,0,4000,4000,0,0,10,7,0,11,6,0,0,19,17046,20,0,0,0,0,0,"On Script - Play Random Emote (7, 0, 11, 6)"),
|
||||
(@ENTRY,9,4,0,0,0,100,0,4000,4000,0,0,10,11,6,0,0,0,0,1,0,0,0,0,0,0,0,"On Script - Play Random Emote (11, 6)"),
|
||||
(@ENTRY,9,5,0,0,0,100,0,6000,6000,0,0,10,7,11,6,0,0,0,19,17046,20,0,0,0,0,0,"On Script - Play Random Emote (7, 11, 6)");
|
||||
@@ -0,0 +1,7 @@
|
||||
--
|
||||
SET @OGUID := 6570; -- 3 unused set by TC TEAM
|
||||
DELETE FROM `gameobject` WHERE `id` IN (185059, 185060, 185061);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
|
||||
(@OGUID+0, 185059, 530, 3520, 3943, '0', 0, -2668.99, 2698.53, 102.662, 2.69388, 0, 0, 0.975048, 0.221992, 300, 0, 1, 0),
|
||||
(@OGUID+1, 185060, 530, 3520, 3943, '0', 0, -2671, 2694.73, 102.581, 2.57921, 0, 0, 0.960726, 0.2775, 300, 0, 1, 0),
|
||||
(@OGUID+2, 185061, 530, 3520, 3943, '0', 0, -2672.43, 2691.78, 102.398, 2.5635, 0, 0, 0.958516, 0.285037, 300, 0, 1, 0);
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user