mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
TDB 703.00 - 2016/10/17
This commit is contained in:
@@ -1 +0,0 @@
|
||||
UPDATE `updates` SET `state`='ARCHIVED';
|
||||
@@ -1,3 +0,0 @@
|
||||
UPDATE `realmlist` SET `gamebuild`=21463 WHERE `gamebuild`=21355;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '21463';
|
||||
@@ -1,3 +0,0 @@
|
||||
UPDATE `rbac_permissions` SET `name`='Command: disable add criteria' WHERE `id`=350;
|
||||
UPDATE `rbac_permissions` SET `name`='Command: disable remove criteria' WHERE `id`=359;
|
||||
UPDATE `rbac_permissions` SET `name`='Command: reload criteria_data' WHERE `id`=609;
|
||||
@@ -1,3 +0,0 @@
|
||||
UPDATE `realmlist` SET `gamebuild`=21742 WHERE `gamebuild`=21463;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '21742';
|
||||
@@ -1,22 +0,0 @@
|
||||
--
|
||||
-- Table structure for table `battlenet_item_appearances`
|
||||
--
|
||||
DROP TABLE IF EXISTS `battlenet_item_appearances`;
|
||||
CREATE TABLE `battlenet_item_appearances` (
|
||||
`battlenetAccountId` int(10) unsigned NOT NULL,
|
||||
`blobIndex` smallint(5) unsigned NOT NULL,
|
||||
`appearanceMask` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`battlenetAccountId`,`blobIndex`),
|
||||
CONSTRAINT `fk_battlenet_item_appearances` FOREIGN KEY (`battlenetAccountId`) REFERENCES `battlenet_accounts` (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `battlenet_item_favorite_appearances`
|
||||
--
|
||||
DROP TABLE IF EXISTS `battlenet_item_favorite_appearances`;
|
||||
CREATE TABLE `battlenet_item_favorite_appearances` (
|
||||
`battlenetAccountId` int(10) unsigned NOT NULL,
|
||||
`itemModifiedAppearanceId` int(10) unsigned NOT NULL,
|
||||
PRIMARY KEY (`battlenetAccountId`,`itemModifiedAppearanceId`),
|
||||
CONSTRAINT `fk_battlenet_item_favorite_appearances` FOREIGN KEY (`battlenetAccountId`) REFERENCES `battlenet_accounts` (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
@@ -1,3 +0,0 @@
|
||||
UPDATE `realmlist` SET `gamebuild`=22248 WHERE `gamebuild`=21742;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '22248';
|
||||
@@ -1,3 +0,0 @@
|
||||
UPDATE `realmlist` SET `gamebuild`=22293 WHERE `gamebuild`=22248;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '22293';
|
||||
@@ -1,7 +0,0 @@
|
||||
DELETE FROM `rbac_permissions` WHERE `id`= 12;
|
||||
INSERT INTO `rbac_permissions` (`id`,`name`) VALUES
|
||||
(12,'Skip character creation demon hunter min level check');
|
||||
|
||||
DELETE FROM `rbac_linked_permissions` WHERE `linkedId`= 12;
|
||||
INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES
|
||||
(194, 12);
|
||||
@@ -1,14 +0,0 @@
|
||||
DELETE FROM `rbac_permissions` WHERE `id` IN (662,664,692);
|
||||
DELETE FROM `rbac_linked_permissions` WHERE `linkedId` IN (662,664,692);
|
||||
|
||||
DELETE FROM `rbac_permissions` WHERE `id` IN (837,838,839);
|
||||
INSERT INTO `rbac_permissions` (`id`, `name`) VALUES
|
||||
(837, 'Command: reload character_template'),
|
||||
(838, 'Command: reload quest_greeting'),
|
||||
(839, 'Command: debug send playscene');
|
||||
|
||||
DELETE FROM `rbac_linked_permissions` WHERE `linkedId` IN (837,838,839);
|
||||
INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES
|
||||
(196, 837),
|
||||
(196, 838),
|
||||
(192, 839);
|
||||
@@ -1,3 +0,0 @@
|
||||
UPDATE `realmlist` SET `gamebuild`=22345 WHERE `gamebuild`=22293;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '22345';
|
||||
@@ -1,3 +0,0 @@
|
||||
UPDATE `realmlist` SET `gamebuild`=22410 WHERE `gamebuild`=22345;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '22410';
|
||||
@@ -1,3 +0,0 @@
|
||||
UPDATE `realmlist` SET `gamebuild`=22423 WHERE `gamebuild`=22410;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '22423';
|
||||
@@ -1,3 +0,0 @@
|
||||
UPDATE `realmlist` SET `gamebuild`=22498 WHERE `gamebuild`=22423;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '22498';
|
||||
@@ -1,3 +0,0 @@
|
||||
UPDATE `realmlist` SET `gamebuild`=22522 WHERE `gamebuild`=22498;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '22522';
|
||||
@@ -1,3 +0,0 @@
|
||||
ALTER TABLE `account` CHANGE `expansion` `expansion` tinyint(3) unsigned NOT NULL DEFAULT '6' AFTER `online`;
|
||||
|
||||
UPDATE `account` SET `expansion`=6;
|
||||
@@ -1,3 +0,0 @@
|
||||
UPDATE `realmlist` SET `gamebuild`=22566 WHERE `gamebuild`=22522;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '22566';
|
||||
@@ -1,6 +0,0 @@
|
||||
--
|
||||
DELETE FROM `rbac_permissions` WHERE `id` IN (837,838,839,840);
|
||||
INSERT INTO `rbac_permissions` (`id`,`name`) VALUES (837,"Command: npc evade"), (838,"Command: pet level"), (839,"Command: server shutdown force"), (840,"Command: server restart force");
|
||||
|
||||
DELETE FROM `rbac_linked_permissions` WHERE `linkedId` IN (837,838,839,840);
|
||||
INSERT INTO `rbac_linked_permissions` (`id`,`linkedId`) VALUES (196,837),(196,838),(196,839),(196,840);
|
||||
@@ -1,11 +0,0 @@
|
||||
DELETE FROM `rbac_permissions` WHERE `id` IN (841,842,843);
|
||||
INSERT INTO `rbac_permissions` (`id`, `name`) VALUES
|
||||
(841, 'Command: reload character_template'),
|
||||
(842, 'Command: reload quest_greeting'),
|
||||
(843, 'Command: debug send playscene');
|
||||
|
||||
DELETE FROM `rbac_linked_permissions` WHERE `linkedId` IN (841,842,843);
|
||||
INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES
|
||||
(196, 841),
|
||||
(196, 842),
|
||||
(192, 843);
|
||||
@@ -1,5 +0,0 @@
|
||||
DELETE FROM `rbac_permissions` WHERE `id` = 841;
|
||||
INSERT INTO `rbac_permissions` (`id`, `name`) VALUES (841, 'Command: .debug neargraveyard');
|
||||
|
||||
DELETE FROM `rbac_linked_permissions` WHERE `id` = 196 AND `linkedId` = 841;
|
||||
INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES (196, 841);
|
||||
@@ -1,11 +0,0 @@
|
||||
DELETE FROM `rbac_permissions` WHERE `id` IN (842,843,844);
|
||||
INSERT INTO `rbac_permissions` (`id`, `name`) VALUES
|
||||
(842, 'Command: reload character_template'),
|
||||
(843, 'Command: reload quest_greeting'),
|
||||
(844, 'Command: debug send playscene');
|
||||
|
||||
DELETE FROM `rbac_linked_permissions` WHERE `linkedId` IN (841,842,843);
|
||||
INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES
|
||||
(196, 842),
|
||||
(196, 843),
|
||||
(192, 844);
|
||||
@@ -1,3 +0,0 @@
|
||||
UPDATE `realmlist` SET `gamebuild`=22594 WHERE `gamebuild`=22566;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '22594';
|
||||
@@ -1,3 +0,0 @@
|
||||
UPDATE `realmlist` SET `gamebuild`=22624 WHERE `gamebuild`=22594;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '22624';
|
||||
@@ -1,19 +0,0 @@
|
||||
DELETE FROM `rbac_permissions` WHERE `id` IN (844, 845, 846, 847, 848, 849, 850);
|
||||
INSERT INTO `rbac_permissions` (`id`, `name`) VALUES
|
||||
(844, 'Command: scene'),
|
||||
(845, 'Command: scene debug'),
|
||||
(846, 'Command: scene play'),
|
||||
(847, 'Command: scene play package'),
|
||||
(848, 'Command: scene cancel'),
|
||||
(849, 'Command: list scenes'),
|
||||
(850, 'Command: reload scenes');
|
||||
|
||||
DELETE FROM `rbac_linked_permissions` WHERE `linkedId` IN (844, 845, 846, 847, 848, 849, 850);
|
||||
INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES
|
||||
(192, 844),
|
||||
(192, 845),
|
||||
(192, 846),
|
||||
(192, 847),
|
||||
(192, 848),
|
||||
(192, 849),
|
||||
(192, 850);
|
||||
@@ -1,10 +0,0 @@
|
||||
--
|
||||
-- Table structure for table `battlenet_account_mounts`
|
||||
--
|
||||
DROP TABLE IF EXISTS `battlenet_account_mounts`;
|
||||
CREATE TABLE `battlenet_account_mounts` (
|
||||
`battlenetAccountId` int(10) unsigned NOT NULL,
|
||||
`mountSpellId` int(10) unsigned NOT NULL,
|
||||
`flags` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`battlenetAccountId`,`mountSpellId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
@@ -1,3 +0,0 @@
|
||||
UPDATE `realmlist` SET `gamebuild`=22747 WHERE `gamebuild`=22624;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '22624';
|
||||
@@ -1,3 +0,0 @@
|
||||
UPDATE `realmlist` SET `gamebuild`=22810 WHERE `gamebuild`=22747;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '22810';
|
||||
1
sql/updates/auth/6.x/2016_10_17_00_auth.sql
Normal file
1
sql/updates/auth/6.x/2016_10_17_00_auth.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `updates` SET `state`='ARCHIVED'; -- TDB 703.00
|
||||
@@ -1 +0,0 @@
|
||||
UPDATE `updates` SET `state`='ARCHIVED';
|
||||
@@ -1,9 +0,0 @@
|
||||
DROP TABLE IF EXISTS `blackmarket_auctions`;
|
||||
CREATE TABLE `blackmarket_auctions` (
|
||||
`marketId` int(10) NOT NULL DEFAULT '0',
|
||||
`currentBid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||||
`time` int(10) NOT NULL DEFAULT '0',
|
||||
`numBids` int(10) NOT NULL DEFAULT '0',
|
||||
`bidder` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`marketId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
@@ -1,2 +0,0 @@
|
||||
ALTER TABLE `character_achievement` CHANGE `achievement` `achievement` int(10) unsigned NOT NULL;
|
||||
ALTER TABLE `guild_achievement` CHANGE `achievement` `achievement` int(10) unsigned NOT NULL;
|
||||
@@ -1 +0,0 @@
|
||||
ALTER TABLE `character_pet` ADD `specialization` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `abdata`;
|
||||
@@ -1 +0,0 @@
|
||||
ALTER TABLE `instance` ADD COLUMN `entranceId` INT(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `data`;
|
||||
@@ -1,4 +0,0 @@
|
||||
ALTER TABLE `characters`
|
||||
ADD `customDisplay1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `facialStyle`,
|
||||
ADD `customDisplay2` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `customDisplay1`,
|
||||
ADD `customDisplay3` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `customDisplay2`;
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
||||
ALTER TABLE `character_stats` DROP `spirit`;
|
||||
@@ -1 +0,0 @@
|
||||
DROP TABLE IF EXISTS `character_glyphs`;
|
||||
@@ -1,2 +0,0 @@
|
||||
DROP TABLE IF EXISTS `addons`;
|
||||
DROP TABLE IF EXISTS `banned_addons`;
|
||||
@@ -1,9 +0,0 @@
|
||||
-- Force reset all specialization data
|
||||
-- talents
|
||||
-- spells
|
||||
-- spec ids in characters table
|
||||
TRUNCATE `character_talent`;
|
||||
DELETE FROM `character_spell` WHERE `spell` IN (10,53,116,133,139,348,527,596,674,689,740,755,770,772,871,879,974,980,1038,1064,1079,1160,1329,1449,1454,1535,1680,1719,1822,1943,1949,2060,2120,2565,2782,2812,2912,2944,2948,3045,3674,5143,5217,5308,5740,6117,6343,6353,6572,6807,7302,8042,8092,8190,8936,10400,11129,11366,12042,12043,12051,12294,12323,12328,12472,12712,12846,12950,12975,12982,13046,13750,13877,14117,14161,14183,14190,14914,15286,15407,15473,15487,16196,16213,16282,16511,16864,16931,16949,16974,17007,17073,17364,17877,17962,18562,19387,19434,19574,19596,19623,19750,20113,20154,20164,20243,20473,20711,20782,22570,22812,23588,23881,23922,24858,26573,27243,29000,29144,29722,30108,30146,30451,30455,30482,30814,30823,31220,31223,31589,31661,31687,31801,31821,31842,31850,31868,31884,31935,32379,32546,32645,33206,33605,33745,33757,33763,33873,34026,34483,34861,34914,34954,35110,35551,44425,44448,44549,44572,45243,46584,46915,46917,46953,47515,47517,47536,47540,47585,47788,48181,48438,48484,48500,48505,48982,49020,49028,49143,49184,49206,49222,49509,49530,49572,49868,50029,50034,50371,50385,50392,50887,51128,51160,51271,51490,51505,51522,51530,51533,51564,51667,51690,51701,51713,51723,52127,52610,52798,53184,53209,53253,53260,53270,53301,53351,53385,53478,53480,53482,53490,53497,53503,53551,53563,53576,53592,53595,53600,53651,54637,55090,55233,55453,55610,55709,56222,56315,56835,58423,58875,59057,60103,60188,61295,61329,61336,61684,61685,61688,61882,62099,62606,62618,63458,63560,63733,63900,64044,64843,66192,73510,73680,73685,74434,76547,76613,76657,76658,76659,76669,76671,76672,76803,76806,76808,76838,76856,76857,77130,77215,77219,77220,77223,77226,77472,77484,77485,77486,77492,77493,77495,77513,77514,77515,77756,77767,78203,78674,78675,79134,79140,79147,79152,79206,79577,79684,80240,81099,81127,81136,81164,81206,81208,81209,81333,81662,81700,81749,82326,82327,82692,84601,84608,84617,84654,84714,85043,85101,85222,85256,85288,85948,86093,86096,86097,86099,86100,86101,86102,86103,86104,86108,86110,86113,86121,86535,86536,86537,86539,86629,86659,87138,87336,87935,88423,88625,88747,88766,88821,91023,91107,92364,93399,95649,95740,95860,95861,95862,97462,98008,100130,101545,102342,103103,103958,104315,105174,105424,105805,106732,106733,106734,106735,106785,106839,106952,107428,108280,108299,108558,108647,108683,108853,108869,109145,109151,109784,111240,111546,112071,112857,112858,112859,112965,113043,113656,113858,113860,113861,114050,114051,114052,114192,114592,114635,114664,114866,115069,115070,115151,115175,115176,115180,115181,115288,115294,115295,115308,115310,115313,115315,115451,115460,115636,115768,115869,115921,115939,116092,116095,116346,116645,116670,116680,116740,116781,116849,116852,116858,117197,117198,117216,117896,117906,117907,117967,118038,119072,119582,120224,120225,120227,120451,121152,121196,121253,121278,121783,122098,122351,122470,122509,123099,123766,123980,124146,124502,124682,124913,126060,126086,126135,127663,128595,128938,130735,131086,132157,132158,135288,137006,137007,137008,137010,137011,137012,137013,137015,137016,137017,137019,137020,137021,137023,137024,137025,137027,137028,137029,137031,137032,137033,137035,137036,137037,137039,137040,137041,137043,137044,137046,137048,137049,137050,137384,137639,139598,140333,145205,145518,148040,154436,154555,155522,155783,156843,157444,157445,157447,158298,158920,159195,159232,159362,159374,161608,161797,161798,161800,162697,162698,162699,162700,162701,162702,163201,163952,164856,165201,165357,165359,165360,165362,165363,165365,165367,165368,165370,165372,165374,165375,165376,165378,165379,165380,165381,165383,165386,165387,165389,165390,165391,165392,165393,165394,165395,165396,165397,165398,165399,165462,166142,166163,166221,166916,167105,167187,167188,170374,174597,174926,177851,179333);
|
||||
UPDATE `characters` SET `talentTree`='0', `at_login`=`at_login`|0x14;
|
||||
ALTER TABLE `characters` CHANGE `talentTree` `primarySpecialization` int(10) unsigned NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `characters` DROP `talentGroupsCount`;
|
||||
@@ -1,33 +0,0 @@
|
||||
DROP TABLE IF EXISTS `character_transmog_outfits`;
|
||||
CREATE TABLE `character_transmog_outfits` (
|
||||
`guid` bigint(20) NOT NULL DEFAULT '0',
|
||||
`setguid` bigint(20) NOT NULL AUTO_INCREMENT,
|
||||
`setindex` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`name` varchar(128) NOT NULL,
|
||||
`iconname` varchar(256) NOT NULL,
|
||||
`ignore_mask` int(11) NOT NULL DEFAULT '0',
|
||||
`appearance0` int(10) NOT NULL DEFAULT '0',
|
||||
`appearance1` int(10) NOT NULL DEFAULT '0',
|
||||
`appearance2` int(10) NOT NULL DEFAULT '0',
|
||||
`appearance3` int(10) NOT NULL DEFAULT '0',
|
||||
`appearance4` int(10) NOT NULL DEFAULT '0',
|
||||
`appearance5` int(10) NOT NULL DEFAULT '0',
|
||||
`appearance6` int(10) NOT NULL DEFAULT '0',
|
||||
`appearance7` int(10) NOT NULL DEFAULT '0',
|
||||
`appearance8` int(10) NOT NULL DEFAULT '0',
|
||||
`appearance9` int(10) NOT NULL DEFAULT '0',
|
||||
`appearance10` int(10) NOT NULL DEFAULT '0',
|
||||
`appearance11` int(10) NOT NULL DEFAULT '0',
|
||||
`appearance12` int(10) NOT NULL DEFAULT '0',
|
||||
`appearance13` int(10) NOT NULL DEFAULT '0',
|
||||
`appearance14` int(10) NOT NULL DEFAULT '0',
|
||||
`appearance15` int(10) NOT NULL DEFAULT '0',
|
||||
`appearance16` int(10) NOT NULL DEFAULT '0',
|
||||
`appearance17` int(10) NOT NULL DEFAULT '0',
|
||||
`appearance18` int(10) NOT NULL DEFAULT '0',
|
||||
`mainHandEnchant` int(10) NOT NULL DEFAULT '0',
|
||||
`offHandEnchant` int(10) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`setguid`),
|
||||
UNIQUE KEY `idx_set` (`guid`,`setguid`,`setindex`),
|
||||
KEY `Idx_setindex` (`setindex`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
File diff suppressed because one or more lines are too long
@@ -1,7 +0,0 @@
|
||||
ALTER TABLE `item_instance_gems`
|
||||
ADD `gemBonuses1` TEXT AFTER `gemItemId1`,
|
||||
ADD `gemContext1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `gemBonuses1`,
|
||||
ADD `gemBonuses2` TEXT AFTER `gemItemId2`,
|
||||
ADD `gemContext2` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `gemBonuses2`,
|
||||
ADD `gemBonuses3` TEXT AFTER `gemItemId3`,
|
||||
ADD `gemContext3` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `gemBonuses3`;
|
||||
@@ -1,36 +0,0 @@
|
||||
--
|
||||
-- Table structure for table `item_instance_artifact`
|
||||
--
|
||||
DROP TABLE IF EXISTS `item_instance_artifact`;
|
||||
CREATE TABLE `item_instance_artifact` (
|
||||
`itemGuid` bigint(20) unsigned NOT NULL,
|
||||
`xp` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`artifactAppearanceId` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`itemGuid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `item_instance_artifact_powers`
|
||||
--
|
||||
DROP TABLE IF EXISTS `item_instance_artifact_powers`;
|
||||
CREATE TABLE `item_instance_artifact_powers` (
|
||||
`itemGuid` bigint(20) unsigned NOT NULL,
|
||||
`artifactPowerId` int(10) unsigned NOT NULL,
|
||||
`purchasedRank` tinyint(3) unsigned DEFAULT '0',
|
||||
PRIMARY KEY (`itemGuid`,`artifactPowerId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `item_instance_modifiers`
|
||||
--
|
||||
DROP TABLE IF EXISTS `item_instance_modifiers`;
|
||||
CREATE TABLE `item_instance_modifiers` (
|
||||
`itemGuid` bigint(20) unsigned NOT NULL,
|
||||
`fixedScalingLevel` int(10) unsigned DEFAULT '0',
|
||||
`artifactKnowledgeLevel` int(10) unsigned DEFAULT '0',
|
||||
PRIMARY KEY (`itemGuid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
ALTER TABLE `character_void_storage`
|
||||
ADD `fixedScalingLevel` int(10) unsigned DEFAULT '0' AFTER `upgradeId`,
|
||||
ADD `artifactKnowledgeLevel` int(10) unsigned DEFAULT '0' AFTER `fixedScalingLevel`;
|
||||
@@ -1,10 +0,0 @@
|
||||
--
|
||||
-- Table structure for table `character_glyphs`
|
||||
--
|
||||
DROP TABLE IF EXISTS `character_glyphs`;
|
||||
CREATE TABLE `character_glyphs` (
|
||||
`guid` bigint(20) NOT NULL,
|
||||
`talentGroup` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`glyphId` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`guid`,`talentGroup`,`glyphId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
1
sql/updates/characters/6.x/2016_10_17_00_characters.sql
Normal file
1
sql/updates/characters/6.x/2016_10_17_00_characters.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `updates` SET `state`='ARCHIVED'; -- TDB 703.00
|
||||
@@ -1 +0,0 @@
|
||||
UPDATE `updates` SET `state`='ARCHIVED';
|
||||
@@ -1 +0,0 @@
|
||||
ALTER TABLE `creature_display_info` CHANGE `Unknown620` `PlayerModelScale` float NOT NULL DEFAULT '0';
|
||||
@@ -1,19 +0,0 @@
|
||||
ALTER TABLE `battle_pet_species_locale`
|
||||
CHANGE `SourceText` `SourceText_lang` text,
|
||||
CHANGE `Description` `Description_lang` text;
|
||||
|
||||
ALTER TABLE `creature_display_info_locale`
|
||||
CHANGE `TextureVariation_lang1` `TextureVariation1_lang` text,
|
||||
CHANGE `TextureVariation_lang2` `TextureVariation2_lang` text,
|
||||
CHANGE `TextureVariation_lang3` `TextureVariation3_lang` text;
|
||||
|
||||
ALTER TABLE `gameobjects` CHANGE `Data7` `Data8` int(10) NOT NULL DEFAULT '0' AFTER `Data6`;
|
||||
ALTER TABLE `gameobjects` CHANGE `Data6` `Data7` int(10) NOT NULL DEFAULT '0' AFTER `Data5`;
|
||||
ALTER TABLE `gameobjects` CHANGE `Data5` `Data6` int(10) NOT NULL DEFAULT '0' AFTER `Data4`;
|
||||
ALTER TABLE `gameobjects` CHANGE `Data4` `Data5` int(10) NOT NULL DEFAULT '0' AFTER `Data3`;
|
||||
ALTER TABLE `gameobjects` CHANGE `Data3` `Data4` int(10) NOT NULL DEFAULT '0' AFTER `Data2`;
|
||||
ALTER TABLE `gameobjects` CHANGE `Data2` `Data3` int(10) NOT NULL DEFAULT '0' AFTER `Data1`;
|
||||
ALTER TABLE `gameobjects` CHANGE `Data1` `Data2` int(10) NOT NULL DEFAULT '0' AFTER `Data0`;
|
||||
ALTER TABLE `gameobjects` CHANGE `Data0` `Data1` int(10) NOT NULL DEFAULT '0' AFTER `Type`;
|
||||
|
||||
ALTER TABLE `phase_group` RENAME `phase_x_phase_group`;
|
||||
@@ -1,26 +0,0 @@
|
||||
--
|
||||
-- Table structure for table `spell_procs_per_minute`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `spell_procs_per_minute`;
|
||||
CREATE TABLE `spell_procs_per_minute` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`BaseProcRate` float NOT NULL DEFAULT '0',
|
||||
`Flags` 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 `spell_procs_per_minute_mod`
|
||||
--
|
||||
DROP TABLE IF EXISTS `spell_procs_per_minute_mod`;
|
||||
CREATE TABLE `spell_procs_per_minute_mod` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Type` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Param` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Coeff` float NOT NULL DEFAULT '0',
|
||||
`SpellProcsPerMinuteID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
@@ -1,27 +0,0 @@
|
||||
--
|
||||
-- Table structure for table `item_upgrade`
|
||||
--
|
||||
DROP TABLE IF EXISTS `item_upgrade`;
|
||||
CREATE TABLE `item_upgrade` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemUpgradePathID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemLevelBonus` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`PrevItemUpgradeID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`CurrencyID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`CurrencyCost` 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 `ruleset_item_upgrade`
|
||||
--
|
||||
DROP TABLE IF EXISTS `ruleset_item_upgrade`;
|
||||
CREATE TABLE `ruleset_item_upgrade` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`RulesetID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemUpgradeID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,341 +0,0 @@
|
||||
--
|
||||
-- Table structure for table `chat_channels`
|
||||
--
|
||||
DROP TABLE IF EXISTS `chat_channels`;
|
||||
CREATE TABLE `chat_channels` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Name` text,
|
||||
`Shortcut` text,
|
||||
`FactionGroup` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `chat_channels_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `chat_channels_locale`;
|
||||
CREATE TABLE `chat_channels_locale` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`Name_lang` text,
|
||||
`Shortcut_lang` text,
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `chr_specialization`
|
||||
--
|
||||
DROP TABLE IF EXISTS `chr_specialization`;
|
||||
CREATE TABLE `chr_specialization` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`MasterySpellID1` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`MasterySpellID2` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`AnimReplacementSetID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Name` text,
|
||||
`Name2` text,
|
||||
`Description` text,
|
||||
`BackgroundFile` text,
|
||||
`SpellIconID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`ClassID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`OrderIndex` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`PetTalentType` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Role` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`PrimaryStatOrder` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `chr_specialization_locale`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `chr_specialization_locale`;
|
||||
CREATE TABLE `chr_specialization_locale` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`Name_lang` text,
|
||||
`Name2_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 `creature_display_info_extra`
|
||||
--
|
||||
ALTER TABLE `creature_display_info_extra`
|
||||
DROP `NPCItemDisplay1`,
|
||||
DROP `NPCItemDisplay2`,
|
||||
DROP `NPCItemDisplay3`,
|
||||
DROP `NPCItemDisplay4`,
|
||||
DROP `NPCItemDisplay5`,
|
||||
DROP `NPCItemDisplay6`,
|
||||
DROP `NPCItemDisplay7`,
|
||||
DROP `NPCItemDisplay8`,
|
||||
DROP `NPCItemDisplay9`,
|
||||
DROP `NPCItemDisplay10`;
|
||||
|
||||
--
|
||||
-- Table structure for table `emotes`
|
||||
--
|
||||
DROP TABLE IF EXISTS `emotes`;
|
||||
CREATE TABLE `emotes` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`EmoteSlashCommand` text,
|
||||
`SpellVisualKitID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`EmoteFlags` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`AnimID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`EmoteSoundID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`EmoteSpecProc` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`EmoteSpecProcParam` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
|
||||
--
|
||||
-- Table structure for table `gameobject_display_info`
|
||||
--
|
||||
ALTER TABLE `gameobject_display_info`
|
||||
DROP `Sound1`,
|
||||
DROP `Sound2`,
|
||||
DROP `Sound3`,
|
||||
DROP `Sound4`,
|
||||
DROP `Sound5`,
|
||||
DROP `Sound6`,
|
||||
DROP `Sound7`,
|
||||
DROP `Sound8`,
|
||||
DROP `Sound9`,
|
||||
DROP `Sound10`;
|
||||
|
||||
--
|
||||
-- Table structure for table `garr_class_spec`
|
||||
--
|
||||
ALTER TABLE `garr_class_spec` ADD COLUMN `Unknown700` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `GarrFollItemSetID`;
|
||||
|
||||
--
|
||||
-- Table structure for table `gem_properties`
|
||||
--
|
||||
DROP TABLE IF EXISTS `gem_properties`;
|
||||
CREATE TABLE `gem_properties` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Type` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`EnchantID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`MinItemLevel` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`MaxCountInv` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`MaxCountItem` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `glyph_properties`
|
||||
--
|
||||
DROP TABLE IF EXISTS `glyph_properties`;
|
||||
CREATE TABLE `glyph_properties` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`SpellID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`SpellIconID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Type` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`GlyphExclusiveCategoryID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `item_set`
|
||||
--
|
||||
DROP TABLE IF EXISTS `item_set`;
|
||||
CREATE TABLE `item_set` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Name` text,
|
||||
`ItemID1` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemID2` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemID3` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemID4` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemID5` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemID6` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemID7` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemID8` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemID9` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemID10` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemID11` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemID12` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemID13` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemID14` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemID15` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemID16` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemID17` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`RequiredSkillRank` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`RequiredSkill` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `item_set_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `item_set_locale`;
|
||||
CREATE TABLE `item_set_locale` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`Name_lang` text,
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `lock`
|
||||
--
|
||||
DROP TABLE IF EXISTS `lock`;
|
||||
CREATE TABLE `lock` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Index1` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Index2` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Index3` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Index4` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Index5` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Index6` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Index7` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Index8` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Skill1` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Skill2` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Skill3` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Skill4` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Skill5` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Skill6` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Skill7` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Skill8` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Type1` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Type2` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Type3` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Type4` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Type5` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Type6` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Type7` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Type8` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Action1` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Action2` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Action3` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Action4` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Action5` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Action6` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Action7` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Action8` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `pvp_difficulty`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `pvp_difficulty`;
|
||||
CREATE TABLE `pvp_difficulty` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`MapID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`BracketID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`MinLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`MaxLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `spell_levels`
|
||||
--
|
||||
ALTER TABLE `spell_levels` ADD COLUMN `MaxUsableLevel` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DifficultyID`;
|
||||
|
||||
--
|
||||
-- Table structure for table `summon_properties`
|
||||
--
|
||||
DROP TABLE IF EXISTS `summon_properties`;
|
||||
CREATE TABLE `summon_properties` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Category` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Faction` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Type` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Slot` int(11) NOT NULL DEFAULT '0',
|
||||
`Flags` 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 `vehicle_seat`
|
||||
--
|
||||
DROP TABLE IF EXISTS `vehicle_seat`;
|
||||
CREATE TABLE `vehicle_seat` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags1` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags2` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags3` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`AttachmentOffsetX` float NOT NULL DEFAULT '0',
|
||||
`AttachmentOffsetY` float NOT NULL DEFAULT '0',
|
||||
`AttachmentOffsetZ` float NOT NULL DEFAULT '0',
|
||||
`EnterPreDelay` float NOT NULL DEFAULT '0',
|
||||
`EnterSpeed` float NOT NULL DEFAULT '0',
|
||||
`EnterGravity` float NOT NULL DEFAULT '0',
|
||||
`EnterMinDuration` float NOT NULL DEFAULT '0',
|
||||
`EnterMaxDuration` float NOT NULL DEFAULT '0',
|
||||
`EnterMinArcHeight` float NOT NULL DEFAULT '0',
|
||||
`EnterMaxArcHeight` float NOT NULL DEFAULT '0',
|
||||
`ExitPreDelay` float NOT NULL DEFAULT '0',
|
||||
`ExitSpeed` float NOT NULL DEFAULT '0',
|
||||
`ExitGravity` float NOT NULL DEFAULT '0',
|
||||
`ExitMinDuration` float NOT NULL DEFAULT '0',
|
||||
`ExitMaxDuration` float NOT NULL DEFAULT '0',
|
||||
`ExitMinArcHeight` float NOT NULL DEFAULT '0',
|
||||
`ExitMaxArcHeight` float NOT NULL DEFAULT '0',
|
||||
`PassengerYaw` float NOT NULL DEFAULT '0',
|
||||
`PassengerPitch` float NOT NULL DEFAULT '0',
|
||||
`PassengerRoll` float NOT NULL DEFAULT '0',
|
||||
`VehicleEnterAnimDelay` float NOT NULL DEFAULT '0',
|
||||
`VehicleExitAnimDelay` float NOT NULL DEFAULT '0',
|
||||
`CameraEnteringDelay` float NOT NULL DEFAULT '0',
|
||||
`CameraEnteringDuration` float NOT NULL DEFAULT '0',
|
||||
`CameraExitingDelay` float NOT NULL DEFAULT '0',
|
||||
`CameraExitingDuration` float NOT NULL DEFAULT '0',
|
||||
`CameraOffsetX` float NOT NULL DEFAULT '0',
|
||||
`CameraOffsetY` float NOT NULL DEFAULT '0',
|
||||
`CameraOffsetZ` float NOT NULL DEFAULT '0',
|
||||
`CameraPosChaseRate` float NOT NULL DEFAULT '0',
|
||||
`CameraFacingChaseRate` float NOT NULL DEFAULT '0',
|
||||
`CameraEnteringZoom` float NOT NULL DEFAULT '0',
|
||||
`CameraSeatZoomMin` float NOT NULL DEFAULT '0',
|
||||
`CameraSeatZoomMax` float NOT NULL DEFAULT '0',
|
||||
`UISkinFileDataID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`EnterAnimStart` smallint(6) NOT NULL DEFAULT '0',
|
||||
`EnterAnimLoop` smallint(6) NOT NULL DEFAULT '0',
|
||||
`RideAnimStart` smallint(6) NOT NULL DEFAULT '0',
|
||||
`RideAnimLoop` smallint(6) NOT NULL DEFAULT '0',
|
||||
`RideUpperAnimStart` smallint(6) NOT NULL DEFAULT '0',
|
||||
`RideUpperAnimLoop` smallint(6) NOT NULL DEFAULT '0',
|
||||
`ExitAnimStart` smallint(6) NOT NULL DEFAULT '0',
|
||||
`ExitAnimLoop` smallint(6) NOT NULL DEFAULT '0',
|
||||
`ExitAnimEnd` smallint(6) NOT NULL DEFAULT '0',
|
||||
`VehicleEnterAnim` smallint(6) NOT NULL DEFAULT '0',
|
||||
`VehicleExitAnim` smallint(6) NOT NULL DEFAULT '0',
|
||||
`VehicleRideAnimLoop` smallint(6) NOT NULL DEFAULT '0',
|
||||
`EnterUISoundID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`ExitUISoundID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`EnterAnimKitID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`RideAnimKitID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`ExitAnimKitID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`VehicleEnterAnimKitID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`VehicleRideAnimKitID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`VehicleExitAnimKitID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`CameraModeID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`AttachmentID` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`PassengerAttachmentID` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`VehicleEnterAnimBone` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`VehicleExitAnimBone` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`VehicleRideAnimLoopBone` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`VehicleAbilityDisplay` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
@@ -1,280 +0,0 @@
|
||||
--
|
||||
-- Table structure for table `area_table`
|
||||
--
|
||||
DROP TABLE IF EXISTS `area_table`;
|
||||
CREATE TABLE `area_table` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags1` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags2` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ZoneName` text,
|
||||
`AmbientMultiplier` float NOT NULL DEFAULT '0',
|
||||
`AreaName` text,
|
||||
`MapID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`ParentAreaID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`AreaBit` smallint(6) NOT NULL DEFAULT '0',
|
||||
`AmbienceID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`ZoneMusic` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`IntroSound` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`LiquidTypeID1` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`LiquidTypeID2` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`LiquidTypeID3` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`LiquidTypeID4` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`UWZoneMusic` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`UWAmbience` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`PvPCombastWorldStateID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`SoundProviderPref` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`SoundProviderPrefUnderwater` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`ExplorationLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`FactionGroupMask` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`MountFlags` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`UWIntroMusic` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`WildBattlePetLevelMin` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`WildBattlePetLevelMax` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`WindSettingsID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `area_table_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `area_table_locale`;
|
||||
CREATE TABLE `area_table_locale` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`AreaName_lang` text,
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `area_trigger`
|
||||
--
|
||||
DROP TABLE IF EXISTS `area_trigger`;
|
||||
CREATE TABLE `area_trigger` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`PosX` float NOT NULL DEFAULT '0',
|
||||
`PosY` float NOT NULL DEFAULT '0',
|
||||
`PosZ` float NOT NULL DEFAULT '0',
|
||||
`Radius` float NOT NULL DEFAULT '0',
|
||||
`BoxLength` float NOT NULL DEFAULT '0',
|
||||
`BoxWidth` float NOT NULL DEFAULT '0',
|
||||
`BoxHeight` float NOT NULL DEFAULT '0',
|
||||
`BoxYaw` float NOT NULL DEFAULT '0',
|
||||
`MapID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`PhaseID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`PhaseGroupID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`ShapeID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`AreaTriggerActionSetID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`PhaseUseFlags` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`ShapeType` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Flag` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `char_titles`
|
||||
--
|
||||
DROP TABLE IF EXISTS `char_titles`;
|
||||
CREATE TABLE `char_titles` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`NameMale` text,
|
||||
`NameFemale` text,
|
||||
`ConditionID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`MaskID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `char_titles_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `char_titles_locale`;
|
||||
CREATE TABLE `char_titles_locale` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`NameMale_lang` text,
|
||||
`NameFemale_lang` text,
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `creature_family`
|
||||
--
|
||||
DROP TABLE IF EXISTS `creature_family`;
|
||||
CREATE TABLE `creature_family` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`MinScale` float NOT NULL DEFAULT '0',
|
||||
`MaxScale` float NOT NULL DEFAULT '0',
|
||||
`Name` text,
|
||||
`IconFile` text,
|
||||
`SkillLine1` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`SkillLine2` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`PetFoodMask` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`MinScaleLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`MaxScaleLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`PetTalentType` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`CategoryEnumID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `creature_family_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `creature_family_locale`;
|
||||
CREATE TABLE `creature_family_locale` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`Name_lang` text,
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `difficulty`
|
||||
--
|
||||
DROP TABLE IF EXISTS `difficulty`;
|
||||
CREATE TABLE `difficulty` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Name` text,
|
||||
`FallbackDifficultyID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`InstanceType` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`MinPlayers` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`MaxPlayers` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`OldEnumValue` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`Flags` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`ToggleDifficultyID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`GroupSizeHealthCurveID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`GroupSizeDmgCurveID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`GroupSizeSpellPointsCurveID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemBonusTreeModID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`OrderIndex` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `difficulty_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `difficulty_locale`;
|
||||
CREATE TABLE `difficulty_locale` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`Name_lang` text,
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `dungeon_encounter`
|
||||
--
|
||||
DROP TABLE IF EXISTS `dungeon_encounter`;
|
||||
CREATE TABLE `dungeon_encounter` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Name` text,
|
||||
`CreatureDisplayID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`MapID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`OrderIndex` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`SpellIconID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`DifficultyID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Bit` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `dungeon_encounter_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `dungeon_encounter_locale`;
|
||||
CREATE TABLE `dungeon_encounter_locale` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`Name_lang` text,
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `emotes_text`
|
||||
--
|
||||
DROP TABLE IF EXISTS `emotes_text`;
|
||||
CREATE TABLE `emotes_text` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Name` text,
|
||||
`EmoteID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `emotes_text_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `emotes_text_locale`;
|
||||
CREATE TABLE `emotes_text_locale` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`Name_lang` text,
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `map`
|
||||
--
|
||||
DROP TABLE IF EXISTS `map`;
|
||||
CREATE TABLE `map` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Directory` text,
|
||||
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`MapType` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`MinimapIconScale` float NOT NULL DEFAULT '0',
|
||||
`CorpsePosX` float NOT NULL DEFAULT '0',
|
||||
`CorpsePosY` float NOT NULL DEFAULT '0',
|
||||
`RaidOffset` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`MapName` text,
|
||||
`MapDescription0` text,
|
||||
`MapDescription1` text,
|
||||
`AreaTableID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`LoadingScreenID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`CorpseMapID` smallint(6) NOT NULL DEFAULT '0',
|
||||
`TimeOfDayOverride` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`ParentMapID` smallint(6) NOT NULL DEFAULT '0',
|
||||
`CosmeticParentMapID` smallint(6) NOT NULL DEFAULT '0',
|
||||
`InstanceType` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`unk5` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`ExpansionID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`MaxPlayers` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`TimeOffset` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `map_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `map_locale`;
|
||||
CREATE TABLE `map_locale` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`MapName_lang` text,
|
||||
`MapDescription0_lang` text,
|
||||
`MapDescription1_lang` text,
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `phase`
|
||||
--
|
||||
DROP TABLE IF EXISTS `phase`;
|
||||
CREATE TABLE `phase` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
@@ -1,801 +0,0 @@
|
||||
--
|
||||
-- Table structure for table `area_table`
|
||||
--
|
||||
ALTER TABLE `area_table` CHANGE `UWIntroMusic` `UWIntroMusic` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `LiquidTypeID4`;
|
||||
|
||||
--
|
||||
-- Table structure for table `banned_addons`
|
||||
--
|
||||
DROP TABLE IF EXISTS `banned_addons`;
|
||||
CREATE TABLE `banned_addons` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Name` text,
|
||||
`Version` text,
|
||||
`Flags` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `battlemaster_list`
|
||||
--
|
||||
DROP TABLE IF EXISTS `battlemaster_list`;
|
||||
CREATE TABLE `battlemaster_list` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Name` text,
|
||||
`IconFileDataID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`GameType` text,
|
||||
`MapID1` smallint(6) NOT NULL DEFAULT '0',
|
||||
`MapID2` smallint(6) NOT NULL DEFAULT '0',
|
||||
`MapID3` smallint(6) NOT NULL DEFAULT '0',
|
||||
`MapID4` smallint(6) NOT NULL DEFAULT '0',
|
||||
`MapID5` smallint(6) NOT NULL DEFAULT '0',
|
||||
`MapID6` smallint(6) NOT NULL DEFAULT '0',
|
||||
`MapID7` smallint(6) NOT NULL DEFAULT '0',
|
||||
`MapID8` smallint(6) NOT NULL DEFAULT '0',
|
||||
`MapID9` smallint(6) NOT NULL DEFAULT '0',
|
||||
`MapID10` smallint(6) NOT NULL DEFAULT '0',
|
||||
`MapID11` smallint(6) NOT NULL DEFAULT '0',
|
||||
`MapID12` smallint(6) NOT NULL DEFAULT '0',
|
||||
`MapID13` smallint(6) NOT NULL DEFAULT '0',
|
||||
`MapID14` smallint(6) NOT NULL DEFAULT '0',
|
||||
`MapID15` smallint(6) NOT NULL DEFAULT '0',
|
||||
`MapID16` smallint(6) NOT NULL DEFAULT '0',
|
||||
`HolidayWorldState` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`PlayerConditionID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`InstanceType` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`GroupsAllowed` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`MaxGroupSize` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`MinLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`MaxLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`RatedPlayers` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`MinPlayers` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`MaxPlayers` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `battlemaster_list_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `battlemaster_list_locale`;
|
||||
CREATE TABLE `battlemaster_list_locale` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`Name_lang` text,
|
||||
`GameType_lang` text,
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `char_sections`
|
||||
--
|
||||
DROP TABLE IF EXISTS `char_sections`;
|
||||
CREATE TABLE `char_sections` (
|
||||
`Id` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`TextureFileDataID1` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`TextureFileDataID2` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`TextureFileDataID3` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Race` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Gender` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`GenType` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Type` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Color` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`Id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `chr_classes`
|
||||
--
|
||||
DROP TABLE IF EXISTS `chr_classes`;
|
||||
CREATE TABLE `chr_classes` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`PowerType` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`PetNameToken` text,
|
||||
`Name` text,
|
||||
`NameFemale` text,
|
||||
`NameMale` text,
|
||||
`Filename` text,
|
||||
`CreateScreenFileDataID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`SelectScreenFileDataID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`LowResScreenFileDataID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`CinematicSequenceID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`DefaultSpec` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`SpellClassSet` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`AttackPowerPerStrength` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`AttackPowerPerAgility` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`RangedAttackPowerPerAgility` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`IconFileDataID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Unk1` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `chr_classes_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `chr_classes_locale`;
|
||||
CREATE TABLE `chr_classes_locale` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`Name_lang` text,
|
||||
`NameFemale_lang` text,
|
||||
`NameMale_lang` text,
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `chr_races`
|
||||
--
|
||||
ALTER TABLE `chr_races` ADD `ItemAppearanceFrameRaceID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `NeutralRaceID`;
|
||||
|
||||
--
|
||||
-- Table structure for table `creature_display_info`
|
||||
--
|
||||
ALTER TABLE `creature_display_info` ADD `InstanceOtherPlayerPetScale` float NOT NULL DEFAULT '0' AFTER `StateSpellVisualKitID`;
|
||||
|
||||
--
|
||||
-- Table structure for table `creature_model_data`
|
||||
--
|
||||
DROP TABLE IF EXISTS `creature_model_data`;
|
||||
CREATE TABLE `creature_model_data` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`FileDataID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ModelScale` float NOT NULL DEFAULT '0',
|
||||
`FootprintTextureLength` float NOT NULL DEFAULT '0',
|
||||
`FootprintTextureWidth` float NOT NULL DEFAULT '0',
|
||||
`FootprintParticleScale` float NOT NULL DEFAULT '0',
|
||||
`CollisionWidth` float NOT NULL DEFAULT '0',
|
||||
`CollisionHeight` float NOT NULL DEFAULT '0',
|
||||
`MountHeight` float NOT NULL DEFAULT '0',
|
||||
`GeoBoxMin1` float NOT NULL DEFAULT '0',
|
||||
`GeoBoxMin2` float NOT NULL DEFAULT '0',
|
||||
`GeoBoxMin3` float NOT NULL DEFAULT '0',
|
||||
`GeoBoxMax1` float NOT NULL DEFAULT '0',
|
||||
`GeoBoxMax2` float NOT NULL DEFAULT '0',
|
||||
`GeoBoxMax3` float NOT NULL DEFAULT '0',
|
||||
`WorldEffectScale` float NOT NULL DEFAULT '0',
|
||||
`AttachedEffectScale` float NOT NULL DEFAULT '0',
|
||||
`MissileCollisionRadius` float NOT NULL DEFAULT '0',
|
||||
`MissileCollisionPush` float NOT NULL DEFAULT '0',
|
||||
`MissileCollisionRaise` float NOT NULL DEFAULT '0',
|
||||
`OverrideLootEffectScale` float NOT NULL DEFAULT '0',
|
||||
`OverrideNameScale` float NOT NULL DEFAULT '0',
|
||||
`OverrideSelectionRadius` float NOT NULL DEFAULT '0',
|
||||
`TamedPetBaseScale` float NOT NULL DEFAULT '0',
|
||||
`HoverHeight` float NOT NULL DEFAULT '0',
|
||||
`SoundID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`CreatureGeosetDataID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`SizeClass` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`BloodID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`FootprintTextureID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`FoleyMaterialID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Unk700_1` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Unk700_2` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`FootstepShakeSize` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`DeathThudShakeSize` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `emotes`
|
||||
--
|
||||
ALTER TABLE `emotes`
|
||||
ADD `Unk703_1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EmoteFlags`,
|
||||
ADD `Unk703_2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Unk703_1`,
|
||||
CHANGE `EmoteSpecProcParam` `EmoteSpecProcParam` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `AnimID`;
|
||||
|
||||
--
|
||||
-- Table structure for table `faction`
|
||||
--
|
||||
DROP TABLE IF EXISTS `faction`;
|
||||
CREATE TABLE `faction` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ReputationRaceMask1` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ReputationRaceMask2` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ReputationRaceMask3` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ReputationRaceMask4` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ReputationBase1` int(11) NOT NULL DEFAULT '0',
|
||||
`ReputationBase2` int(11) NOT NULL DEFAULT '0',
|
||||
`ReputationBase3` int(11) NOT NULL DEFAULT '0',
|
||||
`ReputationBase4` int(11) NOT NULL DEFAULT '0',
|
||||
`ParentFactionModIn` float NOT NULL DEFAULT '0',
|
||||
`ParentFactionModOut` float NOT NULL DEFAULT '0',
|
||||
`Name` text,
|
||||
`Description` text,
|
||||
`ReputationIndex` smallint(6) NOT NULL DEFAULT '0',
|
||||
`ReputationClassMask1` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`ReputationClassMask2` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`ReputationClassMask3` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`ReputationClassMask4` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`ReputationFlags1` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`ReputationFlags2` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`ReputationFlags3` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`ReputationFlags4` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`ParentFactionID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`ParentFactionCapIn` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`ParentFactionCapOut` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Expansion` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`FriendshipRepID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `faction_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `faction_locale`;
|
||||
CREATE TABLE `faction_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 `faction_template`
|
||||
--
|
||||
DROP TABLE IF EXISTS `faction_template`;
|
||||
CREATE TABLE `faction_template` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Faction` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Enemies1` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Enemies2` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Enemies3` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Enemies4` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Friends1` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Friends2` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Friends3` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Friends4` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Mask` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`FriendMask` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`EnemyMask` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `garr_ability`
|
||||
--
|
||||
ALTER TABLE `garr_ability` CHANGE `Flags` `Flags` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `IconFileDataID`;
|
||||
|
||||
--
|
||||
-- Table structure for table `garr_ability`
|
||||
--
|
||||
ALTER TABLE `garr_class_spec`
|
||||
ADD `Limit` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `GarrFollItemSetID`,
|
||||
CHANGE `Unknown700` `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Limit`;
|
||||
|
||||
--
|
||||
-- Table structure for table `garr_follower`
|
||||
--
|
||||
ALTER TABLE `garr_follower`
|
||||
ADD `MaxDurability` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `GarrTypeID`,
|
||||
ADD `Class` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MaxDurability`;
|
||||
|
||||
--
|
||||
-- Table structure for table `garr_plot`
|
||||
--
|
||||
ALTER TABLE `garr_plot` CHANGE `MinCount` `MinCount` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `HordeConstructionGameObjectID`;
|
||||
ALTER TABLE `garr_plot` CHANGE `MaxCount` `MaxCount` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MinCount`;
|
||||
|
||||
--
|
||||
-- Table structure for table `gem_properties`
|
||||
--
|
||||
ALTER TABLE `gem_properties`
|
||||
DROP `MaxCountInv`,
|
||||
DROP COLUMN `MaxCountItem`;
|
||||
|
||||
--
|
||||
-- Table structure for table `glyph_slot`
|
||||
--
|
||||
ALTER TABLE `glyph_slot` MODIFY COLUMN `Tooltip` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ID`;
|
||||
|
||||
--
|
||||
-- Table structure for table `guild_perk_spells`
|
||||
--
|
||||
ALTER TABLE `guild_perk_spells` DROP COLUMN `GuildLevel`;
|
||||
|
||||
--
|
||||
-- Table structure for table `item_appearance`
|
||||
--
|
||||
ALTER TABLE `item_appearance` ADD COLUMN `UIOrder` int(10) unsigned NOT NULL DEFAULT '0' AFTER `IconFileDataID`;
|
||||
|
||||
--
|
||||
-- Table structure for table `item_modified_appearance`
|
||||
--
|
||||
ALTER TABLE `item_modified_appearance` ADD COLUMN `SourceType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Index`;
|
||||
|
||||
--
|
||||
-- Table structure for table `item_set`
|
||||
--
|
||||
ALTER TABLE `item_set` ADD COLUMN `Unknown703` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ItemID17`;
|
||||
|
||||
--
|
||||
-- Table structure for table `item_sparse`
|
||||
--
|
||||
ALTER TABLE `item_sparse` ADD COLUMN `RequiredExpansion` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ArtifactID`;
|
||||
|
||||
--
|
||||
-- Table structure for table `lfg_dungeons`
|
||||
--
|
||||
DROP TABLE IF EXISTS `lfg_dungeons`;
|
||||
CREATE TABLE `lfg_dungeons` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Name` text,
|
||||
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`TextureFilename` text,
|
||||
`Description` text,
|
||||
`MaxLevel` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`TargetLevelMax` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`MapID` smallint(6) NOT NULL DEFAULT '0',
|
||||
`RandomID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`ScenarioID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`LastBossJournalEncounterID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`BonusReputationAmount` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`MentorItemLevel` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`MinLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`TargetLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`TargetLevelMin` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`DifficultyID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Type` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Faction` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Expansion` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`OrderIndex` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`GroupID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`CountTank` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`CountHealer` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`CountDamage` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`MinCountTank` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`MinCountHealer` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`MinCountDamage` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`SubType` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`MentorCharLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `lfg_dungeons_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `lfg_dungeons_locale`;
|
||||
CREATE TABLE `lfg_dungeons_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 `light`
|
||||
--
|
||||
DROP TABLE IF EXISTS `light`;
|
||||
CREATE TABLE `light` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`PosX` float NOT NULL DEFAULT '0',
|
||||
`PosY` float NOT NULL DEFAULT '0',
|
||||
`PosZ` float NOT NULL DEFAULT '0',
|
||||
`FalloffStart` float NOT NULL DEFAULT '0',
|
||||
`FalloffEnd` float NOT NULL DEFAULT '0',
|
||||
`MapID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`LightParamsID1` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`LightParamsID2` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`LightParamsID3` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`LightParamsID4` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`LightParamsID5` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`LightParamsID6` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`LightParamsID7` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`LightParamsID8` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `liquid_type`
|
||||
--
|
||||
DROP TABLE IF EXISTS `liquid_type`;
|
||||
CREATE TABLE `liquid_type` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Name` text,
|
||||
`SpellID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`MaxDarkenDepth` float NOT NULL DEFAULT '0',
|
||||
`FogDarkenIntensity` float NOT NULL DEFAULT '0',
|
||||
`AmbDarkenIntensity` float NOT NULL DEFAULT '0',
|
||||
`DirDarkenIntensity` float NOT NULL DEFAULT '0',
|
||||
`ParticleScale` float NOT NULL DEFAULT '0',
|
||||
`Texture1` text,
|
||||
`Texture2` text,
|
||||
`Texture3` text,
|
||||
`Texture4` text,
|
||||
`Texture5` text,
|
||||
`Texture6` text,
|
||||
`Color1` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Color2` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Float1` float NOT NULL DEFAULT '0',
|
||||
`Float2` float NOT NULL DEFAULT '0',
|
||||
`Float3` float NOT NULL DEFAULT '0',
|
||||
`Float4` float NOT NULL DEFAULT '0',
|
||||
`Float5` float NOT NULL DEFAULT '0',
|
||||
`Float6` float NOT NULL DEFAULT '0',
|
||||
`Float7` float NOT NULL DEFAULT '0',
|
||||
`Float8` float NOT NULL DEFAULT '0',
|
||||
`Float9` float NOT NULL DEFAULT '0',
|
||||
`Float10` float NOT NULL DEFAULT '0',
|
||||
`Float11` float NOT NULL DEFAULT '0',
|
||||
`Float12` float NOT NULL DEFAULT '0',
|
||||
`Float13` float NOT NULL DEFAULT '0',
|
||||
`Float14` float NOT NULL DEFAULT '0',
|
||||
`Float15` float NOT NULL DEFAULT '0',
|
||||
`Float16` float NOT NULL DEFAULT '0',
|
||||
`Float17` float NOT NULL DEFAULT '0',
|
||||
`Float18` float NOT NULL DEFAULT '0',
|
||||
`Int1` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Int2` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Int3` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Int4` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`SoundID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Type` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`LightID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`ParticleMovement` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`ParticleTexSlots` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`MaterialID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`DepthTexCount1` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`DepthTexCount2` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`DepthTexCount3` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`DepthTexCount4` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`DepthTexCount5` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`DepthTexCount6` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `liquid_type_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `liquid_type_locale`;
|
||||
CREATE TABLE `liquid_type_locale` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`Name_lang` text,
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `map`
|
||||
--
|
||||
ALTER TABLE `map` DROP `RaidOffset`;
|
||||
|
||||
--
|
||||
-- Table structure for table `map_difficulty`
|
||||
--
|
||||
DROP TABLE IF EXISTS `map_difficulty`;
|
||||
CREATE TABLE `map_difficulty` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Message` text,
|
||||
`Context` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`MapID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`DifficultyID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`RaidDurationType` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`MaxPlayers` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`LockID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemBonusTreeModID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `map_difficulty_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `map_difficulty_locale`;
|
||||
CREATE TABLE `map_difficulty_locale` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`Message_lang` text,
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `mount_capability`
|
||||
--
|
||||
ALTER TABLE `mount_capability` MODIFY COLUMN `RequiredAura` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`;
|
||||
|
||||
--
|
||||
-- Table structure for table `quest_sort`
|
||||
--
|
||||
ALTER TABLE `quest_sort` ADD COLUMN `SortOrder` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SortName`;
|
||||
|
||||
--
|
||||
-- Table structure for table `rand_prop_points`
|
||||
--
|
||||
ALTER TABLE `rand_prop_points`
|
||||
CHANGE `EpicPropertiesPoints1` `EpicPropertiesPoints1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`,
|
||||
CHANGE `EpicPropertiesPoints2` `EpicPropertiesPoints2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EpicPropertiesPoints1`,
|
||||
CHANGE `EpicPropertiesPoints3` `EpicPropertiesPoints3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EpicPropertiesPoints2`,
|
||||
CHANGE `EpicPropertiesPoints4` `EpicPropertiesPoints4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EpicPropertiesPoints3`,
|
||||
CHANGE `EpicPropertiesPoints5` `EpicPropertiesPoints5` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EpicPropertiesPoints4`,
|
||||
CHANGE `RarePropertiesPoints1` `RarePropertiesPoints1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EpicPropertiesPoints5`,
|
||||
CHANGE `RarePropertiesPoints2` `RarePropertiesPoints2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `RarePropertiesPoints1`,
|
||||
CHANGE `RarePropertiesPoints3` `RarePropertiesPoints3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `RarePropertiesPoints2`,
|
||||
CHANGE `RarePropertiesPoints4` `RarePropertiesPoints4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `RarePropertiesPoints3`,
|
||||
CHANGE `RarePropertiesPoints5` `RarePropertiesPoints5` int(10) unsigned NOT NULL DEFAULT '0' AFTER `RarePropertiesPoints4`,
|
||||
CHANGE `UncommonPropertiesPoints1` `UncommonPropertiesPoints1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `RarePropertiesPoints5`,
|
||||
CHANGE `UncommonPropertiesPoints2` `UncommonPropertiesPoints2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `UncommonPropertiesPoints1`,
|
||||
CHANGE `UncommonPropertiesPoints3` `UncommonPropertiesPoints3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `UncommonPropertiesPoints2`,
|
||||
CHANGE `UncommonPropertiesPoints4` `UncommonPropertiesPoints4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `UncommonPropertiesPoints3`,
|
||||
CHANGE `UncommonPropertiesPoints5` `UncommonPropertiesPoints5` int(10) unsigned NOT NULL DEFAULT '0' AFTER `UncommonPropertiesPoints4`;
|
||||
|
||||
--
|
||||
-- Table structure for table `skill_race_class_info`
|
||||
--
|
||||
ALTER TABLE `skill_race_class_info` MODIFY COLUMN `ClassMask` int(11) NOT NULL DEFAULT '0' AFTER `RaceMask`;
|
||||
|
||||
--
|
||||
-- Table structure for table `sound_kit`
|
||||
--
|
||||
ALTER TABLE `sound_kit`
|
||||
CHANGE `BusOverwriteID` `BusOverwriteID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `SoundEntriesAdvancedID`,
|
||||
CHANGE `SoundType` `SoundType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `BusOverwriteID`;
|
||||
|
||||
--
|
||||
-- Table structure for table `spell_category`
|
||||
--
|
||||
ALTER TABLE `spell_category` ADD COLUMN `Unk703` int(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `ChargeRecoveryTime`;
|
||||
|
||||
--
|
||||
-- Table structure for table `spell_item_enchantment`
|
||||
--
|
||||
DROP TABLE IF EXISTS `spell_item_enchantment`;
|
||||
CREATE TABLE `spell_item_enchantment` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`EffectSpellID1` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`EffectSpellID2` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`EffectSpellID3` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Name` text,
|
||||
`EffectScalingPoints1` float NOT NULL DEFAULT '0',
|
||||
`EffectScalingPoints2` float NOT NULL DEFAULT '0',
|
||||
`EffectScalingPoints3` float NOT NULL DEFAULT '0',
|
||||
`PlayerConditionID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`TransmogCost` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`TextureFileDataID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`EffectPointsMin1` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`EffectPointsMin2` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`EffectPointsMin3` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemVisual` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`RequiredSkillID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`RequiredSkillRank` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemLevel` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Charges` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Effect1` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Effect2` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Effect3` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`ConditionID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`MinLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`MaxLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`ScalingClass` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`ScalingClassRestricted` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `spell_item_enchantment_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `spell_item_enchantment_locale`;
|
||||
CREATE TABLE `spell_item_enchantment_locale` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`Name_lang` text,
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `spell_scaling`
|
||||
--
|
||||
ALTER TABLE `spell_scaling` ADD COLUMN `MinScalingLevel` tinyint(3) UNSIGNED NOT NULL DEFAULT '0' AFTER `ScalingClass`;
|
||||
|
||||
--
|
||||
-- Table structure for table `talent`
|
||||
--
|
||||
DROP TABLE IF EXISTS `talent`;
|
||||
CREATE TABLE `talent` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`SpellID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`OverridesSpellID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Description` text,
|
||||
`SpecID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`TierID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`ColumnIndex` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`CategoryMask1` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`CategoryMask2` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`ClassID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `talent_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `talent_locale`;
|
||||
CREATE TABLE `talent_locale` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`Description_lang` text,
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `vehicle`
|
||||
--
|
||||
DROP TABLE IF EXISTS `vehicle`;
|
||||
CREATE TABLE `vehicle` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`TurnSpeed` float NOT NULL DEFAULT '0',
|
||||
`PitchSpeed` float NOT NULL DEFAULT '0',
|
||||
`PitchMin` float NOT NULL DEFAULT '0',
|
||||
`PitchMax` float NOT NULL DEFAULT '0',
|
||||
`MouseLookOffsetPitch` float NOT NULL DEFAULT '0',
|
||||
`CameraFadeDistScalarMin` float NOT NULL DEFAULT '0',
|
||||
`CameraFadeDistScalarMax` float NOT NULL DEFAULT '0',
|
||||
`CameraPitchOffset` float NOT NULL DEFAULT '0',
|
||||
`FacingLimitRight` float NOT NULL DEFAULT '0',
|
||||
`FacingLimitLeft` float NOT NULL DEFAULT '0',
|
||||
`MsslTrgtTurnLingering` float NOT NULL DEFAULT '0',
|
||||
`MsslTrgtPitchLingering` float NOT NULL DEFAULT '0',
|
||||
`MsslTrgtMouseLingering` float NOT NULL DEFAULT '0',
|
||||
`MsslTrgtEndOpacity` float NOT NULL DEFAULT '0',
|
||||
`MsslTrgtArcSpeed` float NOT NULL DEFAULT '0',
|
||||
`MsslTrgtArcRepeat` float NOT NULL DEFAULT '0',
|
||||
`MsslTrgtArcWidth` float NOT NULL DEFAULT '0',
|
||||
`MsslTrgtImpactRadius1` float NOT NULL DEFAULT '0',
|
||||
`MsslTrgtImpactRadius2` float NOT NULL DEFAULT '0',
|
||||
`MsslTrgtArcTexture` text,
|
||||
`MsslTrgtImpactTexture` text,
|
||||
`MsslTrgtImpactModel1` text,
|
||||
`MsslTrgtImpactModel2` text,
|
||||
`CameraYawOffset` float NOT NULL DEFAULT '0',
|
||||
`MsslTrgtImpactTexRadius` float NOT NULL DEFAULT '0',
|
||||
`SeatID1` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`SeatID2` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`SeatID3` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`SeatID4` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`SeatID5` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`SeatID6` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`SeatID7` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`SeatID8` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`VehicleUIIndicatorID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`PowerDisplayID1` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`PowerDisplayID2` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`PowerDisplayID3` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`FlagsB` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`UILocomotionType` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `vehicle_seat`
|
||||
--
|
||||
ALTER TABLE `vehicle_seat`
|
||||
CHANGE `EnterUISoundID` `EnterUISoundID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `VehicleExitAnimDelay`,
|
||||
CHANGE `ExitUISoundID` `ExitUISoundID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EnterUISoundID`;
|
||||
|
||||
--
|
||||
-- Table structure for table `wmo_area_table`
|
||||
--
|
||||
DROP TABLE IF EXISTS `wmo_area_table`;
|
||||
CREATE TABLE `wmo_area_table` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`WMOGroupID` int(11) NOT NULL DEFAULT '0',
|
||||
`AreaName` text,
|
||||
`WMOID` smallint(6) NOT NULL DEFAULT '0',
|
||||
`AmbienceID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ZoneMusic` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`IntroSound` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`AreaTableID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`UWIntroSound` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`UWAmbience` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`NameSet` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`SoundProviderPref` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`SoundProviderPrefUnderwater` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`UWZoneMusic` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `wmo_area_table_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `wmo_area_table_locale`;
|
||||
CREATE TABLE `wmo_area_table_locale` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`AreaName_lang` text,
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `world_map_area`
|
||||
--
|
||||
DROP TABLE IF EXISTS `world_map_area`;
|
||||
CREATE TABLE `world_map_area` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`AreaName` text,
|
||||
`LocLeft` float NOT NULL DEFAULT '0',
|
||||
`LocRight` float NOT NULL DEFAULT '0',
|
||||
`LocTop` float NOT NULL DEFAULT '0',
|
||||
`LocBottom` float NOT NULL DEFAULT '0',
|
||||
`MapID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`AreaID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`DisplayMapID` smallint(6) NOT NULL DEFAULT '0',
|
||||
`DefaultDungeonFloor` smallint(6) NOT NULL DEFAULT '0',
|
||||
`ParentWorldMapID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`PlayerConditionID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`LevelRangeMin` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`LevelRangeMax` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`BountySetID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`BountyBoardLocation` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `world_map_overlay`
|
||||
--
|
||||
ALTER TABLE `world_map_overlay` ADD `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `PlayerConditionID`;
|
||||
|
||||
--
|
||||
-- Table structure for table `world_safe_locs`
|
||||
--
|
||||
DROP TABLE IF EXISTS `world_safe_locs`;
|
||||
CREATE TABLE `world_safe_locs` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`LocX` float NOT NULL DEFAULT '0',
|
||||
`LocY` float NOT NULL DEFAULT '0',
|
||||
`LocZ` float NOT NULL DEFAULT '0',
|
||||
`Facing` float NOT NULL DEFAULT '0',
|
||||
`AreaName` text,
|
||||
`MapID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `world_safe_locs_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `world_safe_locs_locale`;
|
||||
CREATE TABLE `world_safe_locs_locale` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`AreaName_lang` text,
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
DROP TABLE `game_tables`;
|
||||
DROP TABLE `game_tables_locale`;
|
||||
DROP TABLE `item_to_battle_pet_species`;
|
||||
@@ -1,854 +0,0 @@
|
||||
ALTER TABLE `achievement`
|
||||
MODIFY `Title` text NULL FIRST,
|
||||
MODIFY `Description` text NULL AFTER `Title`,
|
||||
MODIFY `Flags` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Description`,
|
||||
MODIFY `Reward` text NULL AFTER `Flags`,
|
||||
MODIFY `MapID` smallint(6) NOT NULL DEFAULT '0' AFTER `Reward`,
|
||||
MODIFY `Supercedes` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MapID`,
|
||||
MODIFY `Category` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Supercedes`,
|
||||
MODIFY `UIOrder` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Category`,
|
||||
MODIFY `IconID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `UIOrder`,
|
||||
MODIFY `SharesCriteria` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `IconID`,
|
||||
MODIFY `CriteriaTree` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `SharesCriteria`,
|
||||
MODIFY `Faction` tinyint(4) NOT NULL DEFAULT '0' AFTER `CriteriaTree`,
|
||||
MODIFY `Points` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Faction`,
|
||||
MODIFY `MinimumCriteria` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Points`;
|
||||
|
||||
ALTER TABLE `area_table`
|
||||
CHANGE `PvPCombastWorldStateID` `PvPCombatWorldStateID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `UWAmbience`,
|
||||
CHANGE `UWIntroMusic` `UWIntroSound` int(10) unsigned NOT NULL DEFAULT '0' AFTER `WindSettingsID`;
|
||||
|
||||
ALTER TABLE `area_trigger`
|
||||
MODIFY `PosX` float NOT NULL DEFAULT '0' FIRST,
|
||||
MODIFY `PosY` float NOT NULL DEFAULT '0' AFTER `PosX`,
|
||||
MODIFY `PosZ` float NOT NULL DEFAULT '0' AFTER `PosY`,
|
||||
MODIFY `Radius` float NOT NULL DEFAULT '0' AFTER `PosZ`,
|
||||
MODIFY `BoxLength` float NOT NULL DEFAULT '0' AFTER `Radius`,
|
||||
MODIFY `BoxWidth` float NOT NULL DEFAULT '0' AFTER `BoxLength`,
|
||||
MODIFY `BoxHeight` float NOT NULL DEFAULT '0' AFTER `BoxWidth`,
|
||||
MODIFY `BoxYaw` float NOT NULL DEFAULT '0' AFTER `BoxHeight`,
|
||||
MODIFY `MapID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `BoxYaw`,
|
||||
MODIFY `PhaseID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MapID`,
|
||||
MODIFY `PhaseGroupID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `PhaseID`,
|
||||
MODIFY `ShapeID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `PhaseGroupID`,
|
||||
MODIFY `AreaTriggerActionSetID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ShapeID`,
|
||||
MODIFY `PhaseUseFlags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AreaTriggerActionSetID`,
|
||||
MODIFY `ShapeType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `PhaseUseFlags`,
|
||||
MODIFY `Flag` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ShapeType`;
|
||||
|
||||
ALTER TABLE `barber_shop_style`
|
||||
MODIFY `DisplayName` text NULL FIRST,
|
||||
MODIFY `Description` text NULL AFTER `DisplayName`,
|
||||
MODIFY `CostModifier` float NOT NULL DEFAULT '0' AFTER `Description`,
|
||||
MODIFY `Type` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CostModifier`,
|
||||
MODIFY `Race` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Type`,
|
||||
MODIFY `Sex` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Race`,
|
||||
MODIFY `Data` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Sex`;
|
||||
|
||||
ALTER TABLE `battle_pet_species`
|
||||
MODIFY `CreatureID` int(10) unsigned NOT NULL DEFAULT '0' FIRST,
|
||||
MODIFY `IconFileID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `CreatureID`,
|
||||
MODIFY `SummonSpellID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `IconFileID`,
|
||||
MODIFY `SourceText` text NULL AFTER `SummonSpellID`,
|
||||
MODIFY `Description` text NULL AFTER `SourceText`,
|
||||
MODIFY `Flags` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Description`,
|
||||
MODIFY `PetType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
|
||||
MODIFY `Source` tinyint(4) NOT NULL DEFAULT '0' AFTER `PetType`;
|
||||
|
||||
ALTER TABLE `broadcast_text`
|
||||
CHANGE `SoundID` `SoundID1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Type`,
|
||||
ADD `SoundID2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SoundID1`,
|
||||
ADD `PlayerConditionID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SoundID2`;
|
||||
|
||||
ALTER TABLE `chr_classes`
|
||||
MODIFY `PetNameToken` text NULL FIRST,
|
||||
MODIFY `Name` text NULL AFTER `PetNameToken`,
|
||||
MODIFY `NameFemale` text NULL AFTER `Name`,
|
||||
MODIFY `NameMale` text NULL AFTER `NameFemale`,
|
||||
MODIFY `Filename` text NULL AFTER `NameMale`,
|
||||
MODIFY `CreateScreenFileDataID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Filename`,
|
||||
MODIFY `SelectScreenFileDataID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `CreateScreenFileDataID`,
|
||||
MODIFY `LowResScreenFileDataID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SelectScreenFileDataID`,
|
||||
MODIFY `Flags` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `LowResScreenFileDataID`,
|
||||
MODIFY `CinematicSequenceID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
|
||||
MODIFY `DefaultSpec` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `CinematicSequenceID`,
|
||||
MODIFY `PowerType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DefaultSpec`,
|
||||
MODIFY `SpellClassSet` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `PowerType`,
|
||||
MODIFY `AttackPowerPerStrength` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SpellClassSet`,
|
||||
MODIFY `AttackPowerPerAgility` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AttackPowerPerStrength`,
|
||||
MODIFY `RangedAttackPowerPerAgility` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AttackPowerPerAgility`,
|
||||
MODIFY `IconFileDataID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RangedAttackPowerPerAgility`,
|
||||
MODIFY `Unk1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `IconFileDataID`;
|
||||
|
||||
ALTER TABLE `chr_races`
|
||||
MODIFY `Unk` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `UAFemaleCreatureSoundDataID`,
|
||||
MODIFY `BaseLanguage` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Unk`,
|
||||
MODIFY `CreatureType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `BaseLanguage`,
|
||||
MODIFY `TeamID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CreatureType`,
|
||||
MODIFY `RaceRelated` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `TeamID`,
|
||||
MODIFY `UnalteredVisualRaceID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RaceRelated`,
|
||||
MODIFY `CharComponentTextureLayoutID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `UnalteredVisualRaceID`,
|
||||
MODIFY `DefaultClassID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CharComponentTextureLayoutID`,
|
||||
MODIFY `NeutralRaceID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DefaultClassID`,
|
||||
MODIFY `ItemAppearanceFrameRaceID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `NeutralRaceID`,
|
||||
MODIFY `CharComponentTexLayoutHiResID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ItemAppearanceFrameRaceID`,
|
||||
MODIFY `HighResMaleDisplayID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `CharComponentTexLayoutHiResID`,
|
||||
MODIFY `HighResFemaleDisplayID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `HighResMaleDisplayID`;
|
||||
|
||||
ALTER TABLE `chr_specialization`
|
||||
MODIFY `MasterySpellID1` int(10) unsigned NOT NULL DEFAULT '0' FIRST,
|
||||
MODIFY `MasterySpellID2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `MasterySpellID1`,
|
||||
MODIFY `Name` text NULL AFTER `MasterySpellID2`,
|
||||
MODIFY `Name2` text NULL AFTER `Name`,
|
||||
MODIFY `Description` text NULL AFTER `Name2`,
|
||||
MODIFY `BackgroundFile` text NULL AFTER `Description`,
|
||||
MODIFY `SpellIconID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `BackgroundFile`,
|
||||
MODIFY `ClassID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SpellIconID`,
|
||||
MODIFY `OrderIndex` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ClassID`,
|
||||
MODIFY `PetTalentType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `OrderIndex`,
|
||||
MODIFY `Role` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `PetTalentType`,
|
||||
MODIFY `PrimaryStatOrder` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Role`;
|
||||
|
||||
ALTER TABLE `creature_model_data`
|
||||
MODIFY `ModelScale` float NOT NULL DEFAULT '0' AFTER `ID`,
|
||||
MODIFY `FootprintTextureLength` float NOT NULL DEFAULT '0' AFTER `ModelScale`,
|
||||
MODIFY `FootprintTextureWidth` float NOT NULL DEFAULT '0' AFTER `FootprintTextureLength`,
|
||||
MODIFY `FootprintParticleScale` float NOT NULL DEFAULT '0' AFTER `FootprintTextureWidth`,
|
||||
MODIFY `CollisionWidth` float NOT NULL DEFAULT '0' AFTER `FootprintParticleScale`,
|
||||
MODIFY `CollisionHeight` float NOT NULL DEFAULT '0' AFTER `CollisionWidth`,
|
||||
MODIFY `MountHeight` float NOT NULL DEFAULT '0' AFTER `CollisionHeight`,
|
||||
MODIFY `GeoBoxMin1` float NOT NULL DEFAULT '0' AFTER `MountHeight`,
|
||||
MODIFY `GeoBoxMin2` float NOT NULL DEFAULT '0' AFTER `GeoBoxMin1`,
|
||||
MODIFY `GeoBoxMin3` float NOT NULL DEFAULT '0' AFTER `GeoBoxMin2`,
|
||||
MODIFY `GeoBoxMax1` float NOT NULL DEFAULT '0' AFTER `GeoBoxMin3`,
|
||||
MODIFY `GeoBoxMax2` float NOT NULL DEFAULT '0' AFTER `GeoBoxMax1`,
|
||||
MODIFY `GeoBoxMax3` float NOT NULL DEFAULT '0' AFTER `GeoBoxMax2`,
|
||||
MODIFY `WorldEffectScale` float NOT NULL DEFAULT '0' AFTER `GeoBoxMax3`,
|
||||
MODIFY `AttachedEffectScale` float NOT NULL DEFAULT '0' AFTER `WorldEffectScale`,
|
||||
MODIFY `MissileCollisionRadius` float NOT NULL DEFAULT '0' AFTER `AttachedEffectScale`,
|
||||
MODIFY `MissileCollisionPush` float NOT NULL DEFAULT '0' AFTER `MissileCollisionRadius`,
|
||||
MODIFY `MissileCollisionRaise` float NOT NULL DEFAULT '0' AFTER `MissileCollisionPush`,
|
||||
MODIFY `OverrideLootEffectScale` float NOT NULL DEFAULT '0' AFTER `MissileCollisionRaise`,
|
||||
MODIFY `OverrideNameScale` float NOT NULL DEFAULT '0' AFTER `OverrideLootEffectScale`,
|
||||
MODIFY `OverrideSelectionRadius` float NOT NULL DEFAULT '0' AFTER `OverrideNameScale`,
|
||||
MODIFY `TamedPetBaseScale` float NOT NULL DEFAULT '0' AFTER `OverrideSelectionRadius`,
|
||||
MODIFY `HoverHeight` float NOT NULL DEFAULT '0' AFTER `TamedPetBaseScale`,
|
||||
MODIFY `SizeClass` int(10) unsigned NOT NULL DEFAULT '0' AFTER `FileDataID`,
|
||||
MODIFY `BloodID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SizeClass`,
|
||||
MODIFY `FootprintTextureID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `BloodID`,
|
||||
MODIFY `FoleyMaterialID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `FootprintTextureID`,
|
||||
CHANGE `Unk700_1` `FootstepEffectID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `FoleyMaterialID`,
|
||||
CHANGE `Unk700_2` `DeathThudEffectID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `FootstepEffectID`,
|
||||
MODIFY `FootstepShakeSize` int(10) unsigned NOT NULL DEFAULT '0' AFTER `DeathThudEffectID`,
|
||||
MODIFY `DeathThudShakeSize` int(10) unsigned NOT NULL DEFAULT '0' AFTER `FootstepShakeSize`,
|
||||
MODIFY `SoundID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `DeathThudShakeSize`,
|
||||
MODIFY `CreatureGeosetDataID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SoundID`;
|
||||
|
||||
ALTER TABLE `criteria_tree`
|
||||
MODIFY `CriteriaID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`,
|
||||
MODIFY `Operator` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
|
||||
MODIFY `OrderIndex` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Operator`;
|
||||
|
||||
ALTER TABLE `currency_types`
|
||||
MODIFY `SpellCategory` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CategoryID`,
|
||||
MODIFY `Quality` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SpellCategory`,
|
||||
MODIFY `SpellWeight` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Quality`;
|
||||
|
||||
ALTER TABLE `dungeon_encounter`
|
||||
MODIFY `SpellIconID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MapID`,
|
||||
MODIFY `DifficultyID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SpellIconID`,
|
||||
MODIFY `Bit` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DifficultyID`,
|
||||
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Bit`,
|
||||
MODIFY `OrderIndex` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Flags`;
|
||||
|
||||
ALTER TABLE `emotes`
|
||||
MODIFY `EmoteSpecProc` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AnimID`,
|
||||
MODIFY `EmoteSpecProcParam` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EmoteSpecProc`,
|
||||
MODIFY `EmoteSoundID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EmoteSpecProcParam`,
|
||||
CHANGE `Unk703_1` `ClassMask` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EmoteSoundID`,
|
||||
CHANGE `Unk703_2` `RaceMask` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ClassMask`;
|
||||
|
||||
ALTER TABLE `emotes_text_sound`
|
||||
MODIFY `RaceId` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `EmotesTextId`,
|
||||
MODIFY `SexId` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RaceId`,
|
||||
MODIFY `ClassId` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SexId`,
|
||||
MODIFY `SoundId` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ClassId`;
|
||||
|
||||
ALTER TABLE `faction`
|
||||
ADD `ReputationMax1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Description`,
|
||||
ADD `ReputationMax2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ReputationMax1`,
|
||||
ADD `ReputationMax3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ReputationMax2`,
|
||||
ADD `ReputationMax4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ReputationMax3`;
|
||||
|
||||
ALTER TABLE `gameobjects`
|
||||
MODIFY `PositionX` float NOT NULL DEFAULT '0' FIRST,
|
||||
MODIFY `PositionY` float NOT NULL DEFAULT '0' AFTER `PositionX`,
|
||||
MODIFY `PositionZ` float NOT NULL DEFAULT '0' AFTER `PositionY`,
|
||||
MODIFY `RotationX` float NOT NULL DEFAULT '0' AFTER `PositionZ`,
|
||||
MODIFY `RotationY` float NOT NULL DEFAULT '0' AFTER `RotationX`,
|
||||
MODIFY `RotationZ` float NOT NULL DEFAULT '0' AFTER `RotationY`,
|
||||
MODIFY `RotationW` float NOT NULL DEFAULT '0' AFTER `RotationZ`,
|
||||
MODIFY `Size` float NOT NULL DEFAULT '0' AFTER `RotationW`,
|
||||
MODIFY `Data1` int(11) NOT NULL DEFAULT '0' AFTER `Size`,
|
||||
MODIFY `Data2` int(11) NOT NULL DEFAULT '0' AFTER `Data1`,
|
||||
MODIFY `Data3` int(11) NOT NULL DEFAULT '0' AFTER `Data2`,
|
||||
MODIFY `Data4` int(11) NOT NULL DEFAULT '0' AFTER `Data3`,
|
||||
MODIFY `Data5` int(11) NOT NULL DEFAULT '0' AFTER `Data4`,
|
||||
MODIFY `Data6` int(11) NOT NULL DEFAULT '0' AFTER `Data5`,
|
||||
MODIFY `Data7` int(11) NOT NULL DEFAULT '0' AFTER `Data6`,
|
||||
MODIFY `Data8` int(11) NOT NULL DEFAULT '0' AFTER `Data7`,
|
||||
MODIFY `Name` text NULL AFTER `Data8`,
|
||||
MODIFY `MapID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Name`,
|
||||
MODIFY `DisplayID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MapID`,
|
||||
MODIFY `PhaseID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `DisplayID`,
|
||||
MODIFY `PhaseGroupID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `PhaseID`,
|
||||
MODIFY `PhaseUseFlags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `PhaseGroupID`,
|
||||
MODIFY `Type` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `PhaseUseFlags`;
|
||||
|
||||
ALTER TABLE `garr_ability`
|
||||
MODIFY `Name` text NULL FIRST,
|
||||
MODIFY `Description` text NULL AFTER `Name`,
|
||||
MODIFY `IconFileDataID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Description`,
|
||||
MODIFY `Flags` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `IconFileDataID`,
|
||||
MODIFY `OtherFactionGarrAbilityID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
|
||||
MODIFY `GarrAbilityCategoryID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `OtherFactionGarrAbilityID`,
|
||||
MODIFY `FollowerTypeID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `GarrAbilityCategoryID`;
|
||||
|
||||
ALTER TABLE `garr_building`
|
||||
MODIFY `CostCurrencyID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `IconFileDataID`,
|
||||
MODIFY `HordeTexPrefixKitID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `CostCurrencyID`,
|
||||
MODIFY `AllianceTexPrefixKitID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `HordeTexPrefixKitID`,
|
||||
MODIFY `AllianceActivationScenePackageID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `AllianceTexPrefixKitID`,
|
||||
MODIFY `HordeActivationScenePackageID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `AllianceActivationScenePackageID`,
|
||||
MODIFY `FollowerRequiredGarrAbilityID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `HordeActivationScenePackageID`,
|
||||
MODIFY `FollowerGarrAbilityEffectID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `FollowerRequiredGarrAbilityID`,
|
||||
MODIFY `CostMoney` smallint(6) NOT NULL DEFAULT '0' AFTER `FollowerGarrAbilityEffectID`,
|
||||
MODIFY `Unknown` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CostMoney`,
|
||||
MODIFY `Type` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Unknown`,
|
||||
MODIFY `Level` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Type`,
|
||||
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Level`,
|
||||
MODIFY `MaxShipments` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
|
||||
MODIFY `GarrTypeID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MaxShipments`,
|
||||
MODIFY `BuildDuration` int(10) unsigned NOT NULL DEFAULT '0' AFTER `GarrTypeID`,
|
||||
MODIFY `CostCurrencyAmount` int(11) NOT NULL DEFAULT '0' AFTER `BuildDuration`,
|
||||
MODIFY `BonusAmount` int(10) unsigned NOT NULL DEFAULT '0' AFTER `CostCurrencyAmount`;
|
||||
|
||||
ALTER TABLE `garr_building_plot_inst`
|
||||
MODIFY `LandmarkOffsetX` float NOT NULL DEFAULT '0' FIRST,
|
||||
MODIFY `LandmarkOffsetY` float NOT NULL DEFAULT '0' AFTER `LandmarkOffsetX`,
|
||||
MODIFY `UiTextureAtlasMemberID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `LandmarkOffsetY`,
|
||||
MODIFY `GarrSiteLevelPlotInstID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `UiTextureAtlasMemberID`,
|
||||
MODIFY `GarrBuildingID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `GarrSiteLevelPlotInstID`;
|
||||
|
||||
ALTER TABLE `garr_class_spec`
|
||||
MODIFY `NameMale` text NULL FIRST,
|
||||
MODIFY `NameFemale` text NULL AFTER `NameMale`,
|
||||
MODIFY `NameGenderless` text NULL AFTER `NameFemale`,
|
||||
MODIFY `ClassAtlasID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `NameGenderless`,
|
||||
MODIFY `GarrFollItemSetID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ClassAtlasID`,
|
||||
MODIFY `Limit` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `GarrFollItemSetID`,
|
||||
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Limit`;
|
||||
|
||||
ALTER TABLE `garr_follower`
|
||||
MODIFY `HordeCreatureID` int(10) unsigned NOT NULL DEFAULT '0' FIRST,
|
||||
MODIFY `AllianceCreatureID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `HordeCreatureID`,
|
||||
MODIFY `HordeSourceText` text NULL AFTER `AllianceCreatureID`,
|
||||
MODIFY `AllianceSourceText` text NULL AFTER `HordeSourceText`,
|
||||
MODIFY `HordePortraitIconID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AllianceSourceText`,
|
||||
MODIFY `AlliancePortraitIconID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `HordePortraitIconID`,
|
||||
ADD `HordeAddedBroadcastTextID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AlliancePortraitIconID`,
|
||||
ADD `AllianceAddedBroadcastTextID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `HordeAddedBroadcastTextID`,
|
||||
MODIFY `HordeGarrFollItemSetID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `AllianceAddedBroadcastTextID`,
|
||||
MODIFY `AllianceGarrFollItemSetID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `HordeGarrFollItemSetID`,
|
||||
MODIFY `ItemLevelWeapon` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `AllianceGarrFollItemSetID`,
|
||||
MODIFY `ItemLevelArmor` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ItemLevelWeapon`,
|
||||
MODIFY `HordeListPortraitTextureKitID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ItemLevelArmor`,
|
||||
MODIFY `AllianceListPortraitTextureKitID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `HordeListPortraitTextureKitID`,
|
||||
MODIFY `FollowerTypeID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AllianceListPortraitTextureKitID`,
|
||||
MODIFY `HordeUiAnimRaceInfoID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `FollowerTypeID`,
|
||||
MODIFY `AllianceUiAnimRaceInfoID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `HordeUiAnimRaceInfoID`,
|
||||
MODIFY `Quality` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AllianceUiAnimRaceInfoID`,
|
||||
MODIFY `HordeGarrClassSpecID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Quality`,
|
||||
MODIFY `AllianceGarrClassSpecID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `HordeGarrClassSpecID`,
|
||||
MODIFY `Level` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AllianceGarrClassSpecID`,
|
||||
MODIFY `Unknown1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Level`,
|
||||
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Unknown1`,
|
||||
MODIFY `Unknown2` tinyint(4) NOT NULL DEFAULT '0' AFTER `Flags`,
|
||||
MODIFY `Unknown3` tinyint(4) NOT NULL DEFAULT '0' AFTER `Unknown2`,
|
||||
MODIFY `GarrTypeID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Unknown3`,
|
||||
MODIFY `MaxDurability` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `GarrTypeID`,
|
||||
MODIFY `Class` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MaxDurability`,
|
||||
ADD `HordeFlavorTextGarrStringID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Class`,
|
||||
ADD `AllianceFlavorTextGarrStringID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `HordeFlavorTextGarrStringID`;
|
||||
|
||||
ALTER TABLE `garr_plot`
|
||||
MODIFY `GarrPlotUICategoryID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `HordeConstructionGameObjectID`,
|
||||
MODIFY `PlotType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `GarrPlotUICategoryID`,
|
||||
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `PlotType`,
|
||||
MODIFY `MinCount` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
|
||||
MODIFY `MaxCount` int(10) unsigned NOT NULL DEFAULT '0' AFTER `MinCount`;
|
||||
|
||||
ALTER TABLE `garr_site_level` MODIFY `SiteID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MapID`;
|
||||
|
||||
ALTER TABLE `heirloom`
|
||||
MODIFY `ItemID` int(10) unsigned NOT NULL DEFAULT '0' FIRST,
|
||||
MODIFY `SourceText` text NULL AFTER `ItemID`,
|
||||
MODIFY `OldItem1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SourceText`,
|
||||
MODIFY `OldItem2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `OldItem1`,
|
||||
MODIFY `NextDifficultyItemID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `OldItem2`,
|
||||
MODIFY `UpgradeItemID1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `NextDifficultyItemID`,
|
||||
MODIFY `UpgradeItemID2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `UpgradeItemID1`,
|
||||
MODIFY `ItemBonusListID1` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `UpgradeItemID2`,
|
||||
MODIFY `ItemBonusListID2` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ItemBonusListID1`,
|
||||
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ItemBonusListID2`,
|
||||
MODIFY `Source` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Flags`;
|
||||
|
||||
ALTER TABLE `item_extended_cost` DROP `RequiredMoney`;
|
||||
|
||||
ALTER TABLE `item_modified_appearance`
|
||||
MODIFY `ItemID` int(10) unsigned NOT NULL DEFAULT '0' FIRST,
|
||||
MODIFY `AppearanceID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ItemID`,
|
||||
MODIFY `AppearanceModID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AppearanceID`,
|
||||
MODIFY `Index` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AppearanceModID`,
|
||||
MODIFY `SourceType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Index`;
|
||||
|
||||
ALTER TABLE `item_set`
|
||||
MODIFY `RequiredSkill` int(10) unsigned NOT NULL DEFAULT '0' AFTER `RequiredSkillRank`,
|
||||
CHANGE `Unknown703` `Flags` int(10) unsigned NOT NULL DEFAULT '0' AFTER `RequiredSkill`;
|
||||
|
||||
ALTER TABLE `lfg_dungeons`
|
||||
MODIFY `Name` text NULL FIRST,
|
||||
MODIFY `Flags` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Name`,
|
||||
MODIFY `TextureFilename` text NULL AFTER `Flags`,
|
||||
MODIFY `Description` text NULL AFTER `TextureFilename`,
|
||||
MODIFY `MaxLevel` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Description`,
|
||||
MODIFY `TargetLevelMax` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MaxLevel`,
|
||||
MODIFY `MapID` smallint(6) NOT NULL DEFAULT '0' AFTER `TargetLevelMax`,
|
||||
MODIFY `RandomID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MapID`,
|
||||
MODIFY `ScenarioID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `RandomID`,
|
||||
MODIFY `LastBossJournalEncounterID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ScenarioID`,
|
||||
MODIFY `BonusReputationAmount` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `LastBossJournalEncounterID`,
|
||||
MODIFY `MentorItemLevel` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `BonusReputationAmount`,
|
||||
MODIFY `MinLevel` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MentorItemLevel`,
|
||||
MODIFY `TargetLevel` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MinLevel`,
|
||||
MODIFY `TargetLevelMin` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `TargetLevel`,
|
||||
MODIFY `DifficultyID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `TargetLevelMin`,
|
||||
MODIFY `Type` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DifficultyID`,
|
||||
MODIFY `Faction` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Type`,
|
||||
MODIFY `Expansion` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Faction`,
|
||||
MODIFY `OrderIndex` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Expansion`,
|
||||
MODIFY `GroupID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `OrderIndex`,
|
||||
MODIFY `CountTank` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `GroupID`,
|
||||
MODIFY `CountHealer` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CountTank`,
|
||||
MODIFY `CountDamage` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CountHealer`,
|
||||
MODIFY `MinCountTank` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CountDamage`,
|
||||
MODIFY `MinCountHealer` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MinCountTank`,
|
||||
MODIFY `MinCountDamage` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MinCountHealer`,
|
||||
MODIFY `SubType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MinCountDamage`,
|
||||
MODIFY `MentorCharLevel` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SubType`;
|
||||
|
||||
ALTER TABLE `liquid_type`
|
||||
MODIFY `LightID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
|
||||
MODIFY `Type` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LightID`,
|
||||
MODIFY `ParticleMovement` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Type`,
|
||||
MODIFY `ParticleTexSlots` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ParticleMovement`,
|
||||
MODIFY `MaterialID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ParticleTexSlots`,
|
||||
MODIFY `DepthTexCount1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MaterialID`,
|
||||
MODIFY `DepthTexCount2` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DepthTexCount1`,
|
||||
MODIFY `DepthTexCount3` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DepthTexCount2`,
|
||||
MODIFY `DepthTexCount4` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DepthTexCount3`,
|
||||
MODIFY `DepthTexCount5` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DepthTexCount4`,
|
||||
MODIFY `DepthTexCount6` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DepthTexCount5`,
|
||||
MODIFY `SoundID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `DepthTexCount6`;
|
||||
|
||||
ALTER TABLE `map_difficulty`
|
||||
MODIFY `MapID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Message`,
|
||||
MODIFY `DifficultyID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MapID`,
|
||||
MODIFY `RaidDurationType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DifficultyID`,
|
||||
MODIFY `MaxPlayers` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RaidDurationType`,
|
||||
MODIFY `LockID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MaxPlayers`,
|
||||
MODIFY `ItemBonusTreeModID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LockID`;
|
||||
|
||||
ALTER TABLE `mount`
|
||||
MODIFY `SpellId` int(10) unsigned NOT NULL DEFAULT '0' FIRST,
|
||||
MODIFY `DisplayId` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SpellId`,
|
||||
MODIFY `Name` text NULL AFTER `DisplayId`,
|
||||
MODIFY `Description` text NULL AFTER `Name`,
|
||||
MODIFY `SourceDescription` text NULL AFTER `Description`,
|
||||
ADD `CameraPivotMultiplier` float NOT NULL DEFAULT '0' AFTER `SourceDescription`,
|
||||
MODIFY `MountTypeId` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `CameraPivotMultiplier`,
|
||||
MODIFY `Flags` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MountTypeId`,
|
||||
MODIFY `PlayerConditionId` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
|
||||
MODIFY `Source` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `PlayerConditionId`;
|
||||
|
||||
ALTER TABLE `mount_capability`
|
||||
MODIFY `RequiredSpell` int(10) unsigned NOT NULL DEFAULT '0' FIRST,
|
||||
MODIFY `SpeedModSpell` int(10) unsigned NOT NULL DEFAULT '0' AFTER `RequiredSpell`,
|
||||
MODIFY `RequiredRidingSkill` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `SpeedModSpell`,
|
||||
MODIFY `RequiredArea` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `RequiredRidingSkill`,
|
||||
MODIFY `RequiredMap` smallint(6) NOT NULL DEFAULT '0' AFTER `RequiredArea`,
|
||||
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RequiredMap`;
|
||||
|
||||
ALTER TABLE `player_condition`
|
||||
MODIFY `ItemLogic` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SpellLogic`,
|
||||
MODIFY `Time1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ItemLogic`,
|
||||
MODIFY `Time2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Time1`,
|
||||
MODIFY `AuraSpellLogic` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Time2`,
|
||||
MODIFY `AuraSpellID1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AuraSpellLogic`,
|
||||
MODIFY `AuraSpellID2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AuraSpellID1`,
|
||||
MODIFY `AuraSpellID3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AuraSpellID2`,
|
||||
MODIFY `AuraSpellID4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AuraSpellID3`,
|
||||
MODIFY `AchievementLogic` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AuraSpellID4`,
|
||||
MODIFY `AreaLogic` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AchievementLogic`,
|
||||
MODIFY `QuestKillLogic` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AreaLogic`,
|
||||
MODIFY `FailureDescription` text NULL AFTER `QuestKillLogic`,
|
||||
MODIFY `MinLevel` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `FailureDescription`,
|
||||
MODIFY `MaxLevel` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MinLevel`,
|
||||
MODIFY `SkillID1` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MaxLevel`,
|
||||
MODIFY `SkillID2` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `SkillID1`,
|
||||
MODIFY `SkillID3` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `SkillID2`,
|
||||
MODIFY `SkillID4` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `SkillID3`,
|
||||
MODIFY `MinSkill1` smallint(6) NOT NULL DEFAULT '0' AFTER `SkillID4`,
|
||||
MODIFY `MinSkill2` smallint(6) NOT NULL DEFAULT '0' AFTER `MinSkill1`,
|
||||
MODIFY `MinSkill3` smallint(6) NOT NULL DEFAULT '0' AFTER `MinSkill2`,
|
||||
MODIFY `MinSkill4` smallint(6) NOT NULL DEFAULT '0' AFTER `MinSkill3`,
|
||||
MODIFY `MaxSkill1` smallint(6) NOT NULL DEFAULT '0' AFTER `MinSkill4`,
|
||||
MODIFY `MaxSkill2` smallint(6) NOT NULL DEFAULT '0' AFTER `MaxSkill1`,
|
||||
MODIFY `MaxSkill3` smallint(6) NOT NULL DEFAULT '0' AFTER `MaxSkill2`,
|
||||
MODIFY `MaxSkill4` smallint(6) NOT NULL DEFAULT '0' AFTER `MaxSkill3`,
|
||||
MODIFY `MaxFactionID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MaxSkill4`,
|
||||
MODIFY `PrevQuestID1` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MaxFactionID`,
|
||||
MODIFY `PrevQuestID2` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `PrevQuestID1`,
|
||||
MODIFY `PrevQuestID3` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `PrevQuestID2`,
|
||||
MODIFY `PrevQuestID4` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `PrevQuestID3`,
|
||||
MODIFY `CurrQuestID1` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `PrevQuestID4`,
|
||||
MODIFY `CurrQuestID2` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `CurrQuestID1`,
|
||||
MODIFY `CurrQuestID3` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `CurrQuestID2`,
|
||||
MODIFY `CurrQuestID4` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `CurrQuestID3`,
|
||||
MODIFY `CurrentCompletedQuestID1` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `CurrQuestID4`,
|
||||
MODIFY `CurrentCompletedQuestID2` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `CurrentCompletedQuestID1`,
|
||||
MODIFY `CurrentCompletedQuestID3` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `CurrentCompletedQuestID2`,
|
||||
MODIFY `CurrentCompletedQuestID4` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `CurrentCompletedQuestID3`,
|
||||
MODIFY `Explored1` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `CurrentCompletedQuestID4`,
|
||||
MODIFY `Explored2` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Explored1`,
|
||||
MODIFY `WorldStateExpressionID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Explored2`,
|
||||
MODIFY `Achievement1` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `WorldStateExpressionID`,
|
||||
MODIFY `Achievement2` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Achievement1`,
|
||||
MODIFY `Achievement3` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Achievement2`,
|
||||
MODIFY `Achievement4` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Achievement3`,
|
||||
MODIFY `AreaID1` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Achievement4`,
|
||||
MODIFY `AreaID2` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `AreaID1`,
|
||||
MODIFY `AreaID3` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `AreaID2`,
|
||||
MODIFY `AreaID4` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `AreaID3`,
|
||||
MODIFY `QuestKillID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `AreaID4`,
|
||||
MODIFY `PhaseID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `QuestKillID`,
|
||||
MODIFY `MinAvgEquippedItemLevel` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `PhaseID`,
|
||||
MODIFY `MaxAvgEquippedItemLevel` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MinAvgEquippedItemLevel`,
|
||||
MODIFY `ModifierTreeID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MaxAvgEquippedItemLevel`,
|
||||
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ModifierTreeID`,
|
||||
MODIFY `Gender` tinyint(4) NOT NULL DEFAULT '0' AFTER `Flags`,
|
||||
MODIFY `NativeGender` tinyint(4) NOT NULL DEFAULT '0' AFTER `Gender`,
|
||||
MODIFY `MinLanguage` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `NativeGender`,
|
||||
MODIFY `MaxLanguage` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MinLanguage`,
|
||||
MODIFY `MinReputation1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MaxLanguage`,
|
||||
MODIFY `MinReputation2` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MinReputation1`,
|
||||
MODIFY `MinReputation3` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MinReputation2`,
|
||||
MODIFY `MaxReputation` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MinReputation3`,
|
||||
MODIFY `Unknown1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MaxReputation`,
|
||||
MODIFY `MinPVPRank` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Unknown1`,
|
||||
MODIFY `MaxPVPRank` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MinPVPRank`,
|
||||
MODIFY `PvpMedal` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MaxPVPRank`,
|
||||
MODIFY `ItemFlags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `PvpMedal`,
|
||||
MODIFY `AuraCount1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ItemFlags`,
|
||||
MODIFY `AuraCount2` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AuraCount1`,
|
||||
MODIFY `AuraCount3` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AuraCount2`,
|
||||
MODIFY `AuraCount4` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AuraCount3`,
|
||||
MODIFY `WeatherID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AuraCount4`,
|
||||
MODIFY `PartyStatus` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `WeatherID`,
|
||||
MODIFY `LifetimeMaxPVPRank` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `PartyStatus`,
|
||||
MODIFY `LfgStatus1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LifetimeMaxPVPRank`,
|
||||
MODIFY `LfgStatus2` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LfgStatus1`,
|
||||
MODIFY `LfgStatus3` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LfgStatus2`,
|
||||
MODIFY `LfgStatus4` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LfgStatus3`,
|
||||
MODIFY `LfgCompare1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LfgStatus4`,
|
||||
MODIFY `LfgCompare2` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LfgCompare1`,
|
||||
MODIFY `LfgCompare3` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LfgCompare2`,
|
||||
MODIFY `LfgCompare4` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LfgCompare3`,
|
||||
MODIFY `CurrencyCount1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LfgCompare4`,
|
||||
MODIFY `CurrencyCount2` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CurrencyCount1`,
|
||||
MODIFY `CurrencyCount3` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CurrencyCount2`,
|
||||
MODIFY `CurrencyCount4` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CurrencyCount3`,
|
||||
MODIFY `MinExpansionLevel` tinyint(4) NOT NULL DEFAULT '0' AFTER `CurrencyCount4`,
|
||||
MODIFY `MaxExpansionLevel` tinyint(4) NOT NULL DEFAULT '0' AFTER `MinExpansionLevel`,
|
||||
MODIFY `MinExpansionTier` tinyint(4) NOT NULL DEFAULT '0' AFTER `MaxExpansionLevel`,
|
||||
MODIFY `MaxExpansionTier` tinyint(4) NOT NULL DEFAULT '0' AFTER `MinExpansionTier`,
|
||||
MODIFY `MinGuildLevel` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MaxExpansionTier`,
|
||||
MODIFY `MaxGuildLevel` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MinGuildLevel`,
|
||||
MODIFY `PhaseUseFlags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MaxGuildLevel`,
|
||||
MODIFY `ChrSpecializationIndex` tinyint(4) NOT NULL DEFAULT '0' AFTER `PhaseUseFlags`,
|
||||
MODIFY `ChrSpecializationRole` tinyint(4) NOT NULL DEFAULT '0' AFTER `ChrSpecializationIndex`,
|
||||
MODIFY `PowerType` tinyint(4) NOT NULL DEFAULT '0' AFTER `ChrSpecializationRole`,
|
||||
MODIFY `PowerTypeComp` tinyint(4) NOT NULL DEFAULT '0' AFTER `PowerType`,
|
||||
MODIFY `PowerTypeValue` tinyint(4) NOT NULL DEFAULT '0' AFTER `PowerTypeComp`,
|
||||
MODIFY `ClassMask` int(10) unsigned NOT NULL DEFAULT '0' AFTER `PowerTypeValue`,
|
||||
MODIFY `LanguageID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ClassMask`,
|
||||
MODIFY `MinFactionID1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `LanguageID`,
|
||||
MODIFY `MinFactionID2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `MinFactionID1`,
|
||||
MODIFY `MinFactionID3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `MinFactionID2`,
|
||||
MODIFY `ItemCount1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ItemID4`,
|
||||
MODIFY `ItemCount2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ItemCount1`,
|
||||
MODIFY `ItemCount3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ItemCount2`,
|
||||
MODIFY `ItemCount4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ItemCount3`,
|
||||
MODIFY `LfgLogic` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ItemCount4`,
|
||||
MODIFY `LfgValue1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `LfgLogic`,
|
||||
MODIFY `LfgValue2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `LfgValue1`,
|
||||
MODIFY `LfgValue3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `LfgValue2`,
|
||||
MODIFY `LfgValue4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `LfgValue3`,
|
||||
MODIFY `CurrencyLogic` int(10) unsigned NOT NULL DEFAULT '0' AFTER `LfgValue4`,
|
||||
MODIFY `CurrencyID1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `CurrencyLogic`,
|
||||
MODIFY `CurrencyID2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `CurrencyID1`,
|
||||
MODIFY `CurrencyID3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `CurrencyID2`,
|
||||
MODIFY `CurrencyID4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `CurrencyID3`,
|
||||
MODIFY `PhaseGroupID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `QuestKillMonster6`,
|
||||
MODIFY `MinAvgItemLevel` int(10) unsigned NOT NULL DEFAULT '0' AFTER `PhaseGroupID`,
|
||||
MODIFY `MaxAvgItemLevel` int(10) unsigned NOT NULL DEFAULT '0' AFTER `MinAvgItemLevel`,
|
||||
MODIFY `Unknown700_1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `MaxAvgItemLevel`,
|
||||
MODIFY `Unknown700_2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Unknown700_1`;
|
||||
|
||||
ALTER TABLE `scaling_stat_distribution`
|
||||
MODIFY `MinLevel` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ItemLevelCurveID`,
|
||||
MODIFY `MaxLevel` int(10) unsigned NOT NULL DEFAULT '0' AFTER `MinLevel`;
|
||||
|
||||
ALTER TABLE `skill_line` MODIFY `ParentSkillLineID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `CanLink`;
|
||||
|
||||
ALTER TABLE `skill_line_ability`
|
||||
MODIFY `SupercedesSpell` int(10) unsigned NOT NULL DEFAULT '0' AFTER `RaceMask`,
|
||||
ADD `Unknown703` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SupercedesSpell`,
|
||||
MODIFY `SkillLine` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Unknown703`,
|
||||
MODIFY `MinSkillLineRank` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `SkillLine`,
|
||||
MODIFY `TrivialSkillLineRankHigh` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MinSkillLineRank`,
|
||||
MODIFY `TrivialSkillLineRankLow` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `TrivialSkillLineRankHigh`,
|
||||
MODIFY `UniqueBit` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `TrivialSkillLineRankLow`,
|
||||
MODIFY `TradeSkillCategoryID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `UniqueBit`,
|
||||
MODIFY `AquireMethod` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `TradeSkillCategoryID`,
|
||||
MODIFY `NumSkillUps` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `AquireMethod`;
|
||||
|
||||
ALTER TABLE `skill_race_class_info`
|
||||
MODIFY `SkillID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `RaceMask`,
|
||||
MODIFY `Flags` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `SkillID`,
|
||||
MODIFY `SkillTierID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
|
||||
MODIFY `Availability` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SkillTierID`,
|
||||
MODIFY `MinLevel` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Availability`;
|
||||
|
||||
ALTER TABLE `sound_kit`
|
||||
MODIFY `Name` text NULL FIRST,
|
||||
MODIFY `VolumeFloat` float NOT NULL DEFAULT '0' AFTER `Name`,
|
||||
MODIFY `MinDistance` float NOT NULL DEFAULT '0' AFTER `VolumeFloat`,
|
||||
MODIFY `DistanceCutoff` float NOT NULL DEFAULT '0' AFTER `MinDistance`,
|
||||
MODIFY `VolumeVariationPlus` float NOT NULL DEFAULT '0' AFTER `DistanceCutoff`,
|
||||
MODIFY `VolumeVariationMinus` float NOT NULL DEFAULT '0' AFTER `VolumeVariationPlus`,
|
||||
MODIFY `PitchVariationPlus` float NOT NULL DEFAULT '0' AFTER `VolumeVariationMinus`,
|
||||
MODIFY `PitchVariationMinus` float NOT NULL DEFAULT '0' AFTER `PitchVariationPlus`,
|
||||
MODIFY `PitchAdjust` float NOT NULL DEFAULT '0' AFTER `PitchVariationMinus`,
|
||||
MODIFY `Flags` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `PitchAdjust`,
|
||||
MODIFY `SoundEntriesAdvancedID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
|
||||
MODIFY `BusOverwriteID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `SoundEntriesAdvancedID`,
|
||||
MODIFY `SoundType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `BusOverwriteID`,
|
||||
MODIFY `EAXDef` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SoundType`,
|
||||
MODIFY `DialogType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `EAXDef`,
|
||||
MODIFY `Unk700` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DialogType`;
|
||||
|
||||
ALTER TABLE `specialization_spells`
|
||||
MODIFY `SpellID` int(10) unsigned NOT NULL DEFAULT '0' FIRST,
|
||||
MODIFY `OverridesSpellID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SpellID`,
|
||||
MODIFY `Description` text NULL AFTER `OverridesSpellID`,
|
||||
MODIFY `SpecID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Description`,
|
||||
MODIFY `OrderIndex` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SpecID`;
|
||||
|
||||
ALTER TABLE `spell`
|
||||
MODIFY `Name` text NULL FIRST,
|
||||
MODIFY `NameSubtext` text NULL AFTER `Name`,
|
||||
MODIFY `Description` text NULL AFTER `NameSubtext`,
|
||||
MODIFY `AuraDescription` text NULL AFTER `Description`,
|
||||
MODIFY `MiscID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AuraDescription`,
|
||||
MODIFY `DescriptionVariablesID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`;
|
||||
|
||||
ALTER TABLE `spell_category`
|
||||
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ChargeRecoveryTime`,
|
||||
MODIFY `UsesPerWeek` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
|
||||
MODIFY `MaxCharges` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `UsesPerWeek`;
|
||||
|
||||
ALTER TABLE `spell_class_options`
|
||||
MODIFY `SpellClassSet` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SpellClassMask4`,
|
||||
MODIFY `ModalNextSpell` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SpellClassSet`;
|
||||
|
||||
ALTER TABLE `spell_effect`
|
||||
MODIFY `EffectAmplitude` float NOT NULL DEFAULT '0' FIRST,
|
||||
MODIFY `EffectBonusCoefficient` float NOT NULL DEFAULT '0' AFTER `EffectAmplitude`,
|
||||
MODIFY `EffectChainAmplitude` float NOT NULL DEFAULT '0' AFTER `EffectBonusCoefficient`,
|
||||
MODIFY `EffectPointsPerResource` float NOT NULL DEFAULT '0' AFTER `EffectChainAmplitude`,
|
||||
MODIFY `EffectRealPointsPerLevel` float NOT NULL DEFAULT '0' AFTER `EffectPointsPerResource`,
|
||||
MODIFY `EffectSpellClassMask1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EffectRealPointsPerLevel`,
|
||||
MODIFY `EffectSpellClassMask2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EffectSpellClassMask1`,
|
||||
MODIFY `EffectSpellClassMask3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EffectSpellClassMask2`,
|
||||
MODIFY `EffectSpellClassMask4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EffectSpellClassMask3`,
|
||||
MODIFY `EffectPosFacing` float NOT NULL DEFAULT '0' AFTER `EffectSpellClassMask4`,
|
||||
MODIFY `BonusCoefficientFromAP` float NOT NULL DEFAULT '0' AFTER `EffectPosFacing`,
|
||||
MODIFY `DifficultyID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`,
|
||||
MODIFY `Effect` int(10) unsigned NOT NULL DEFAULT '0' AFTER `DifficultyID`,
|
||||
MODIFY `EffectAura` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Effect`,
|
||||
MODIFY `EffectChainTargets` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EffectBasePoints`,
|
||||
MODIFY `EffectMechanic` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EffectItemType`,
|
||||
MODIFY `EffectRadiusIndex` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EffectMiscValueB`,
|
||||
MODIFY `EffectRadiusMaxIndex` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EffectRadiusIndex`,
|
||||
MODIFY `ImplicitTarget1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EffectTriggerSpell`,
|
||||
MODIFY `ImplicitTarget2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ImplicitTarget1`,
|
||||
MODIFY `EffectIndex` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SpellID`;
|
||||
|
||||
ALTER TABLE `spell_item_enchantment`
|
||||
MODIFY `TransmogCost` int(10) unsigned NOT NULL DEFAULT '0' AFTER `EffectScalingPoints3`,
|
||||
MODIFY `TextureFileDataID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `TransmogCost`,
|
||||
MODIFY `EffectPointsMin1` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `TextureFileDataID`,
|
||||
MODIFY `EffectPointsMin2` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `EffectPointsMin1`,
|
||||
MODIFY `EffectPointsMin3` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `EffectPointsMin2`,
|
||||
MODIFY `ItemVisual` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `EffectPointsMin3`,
|
||||
MODIFY `Flags` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ItemVisual`,
|
||||
MODIFY `RequiredSkillID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
|
||||
MODIFY `RequiredSkillRank` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `RequiredSkillID`,
|
||||
MODIFY `ItemLevel` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `RequiredSkillRank`,
|
||||
MODIFY `Charges` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ItemLevel`,
|
||||
MODIFY `Effect1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Charges`,
|
||||
MODIFY `Effect2` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Effect1`,
|
||||
MODIFY `Effect3` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Effect2`,
|
||||
MODIFY `ConditionID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Effect3`,
|
||||
MODIFY `MinLevel` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ConditionID`,
|
||||
MODIFY `MaxLevel` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MinLevel`,
|
||||
MODIFY `ScalingClass` tinyint(4) NOT NULL DEFAULT '0' AFTER `MaxLevel`,
|
||||
MODIFY `ScalingClassRestricted` tinyint(4) NOT NULL DEFAULT '0' AFTER `ScalingClass`;
|
||||
|
||||
ALTER TABLE `spell_item_enchantment_condition`
|
||||
MODIFY `Operator1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LTOperandType5`,
|
||||
MODIFY `Operator2` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Operator1`,
|
||||
MODIFY `Operator3` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Operator2`,
|
||||
MODIFY `Operator4` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Operator3`,
|
||||
MODIFY `Operator5` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Operator4`,
|
||||
MODIFY `RTOperandType1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Operator5`,
|
||||
MODIFY `RTOperandType2` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RTOperandType1`,
|
||||
MODIFY `RTOperandType3` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RTOperandType2`,
|
||||
MODIFY `RTOperandType4` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RTOperandType3`,
|
||||
MODIFY `RTOperandType5` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RTOperandType4`,
|
||||
MODIFY `RTOperand1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RTOperandType5`,
|
||||
MODIFY `RTOperand2` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RTOperand1`,
|
||||
MODIFY `RTOperand3` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RTOperand2`,
|
||||
MODIFY `RTOperand4` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RTOperand3`,
|
||||
MODIFY `RTOperand5` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RTOperand4`,
|
||||
MODIFY `Logic1` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `RTOperand5`,
|
||||
MODIFY `Logic2` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Logic1`,
|
||||
MODIFY `Logic3` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Logic2`,
|
||||
MODIFY `Logic4` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Logic3`,
|
||||
MODIFY `Logic5` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Logic4`,
|
||||
MODIFY `LTOperand1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Logic5`,
|
||||
MODIFY `LTOperand2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `LTOperand1`,
|
||||
MODIFY `LTOperand3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `LTOperand2`,
|
||||
MODIFY `LTOperand4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `LTOperand3`,
|
||||
MODIFY `LTOperand5` int(10) unsigned NOT NULL DEFAULT '0' AFTER `LTOperand4`;
|
||||
|
||||
ALTER TABLE `spell_power`
|
||||
MODIFY `SpellID` int(10) unsigned NOT NULL DEFAULT '0' FIRST,
|
||||
MODIFY `ManaCost` int(10) unsigned NOT NULL DEFAULT '0' AFTER `SpellID`,
|
||||
MODIFY `ManaCostPercentage` float NOT NULL DEFAULT '0' AFTER `ManaCost`,
|
||||
MODIFY `ManaCostPercentagePerSecond` float NOT NULL DEFAULT '0' AFTER `ManaCostPercentage`,
|
||||
MODIFY `RequiredAura` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ManaCostPercentagePerSecond`,
|
||||
MODIFY `HealthCostPercentage` float NOT NULL DEFAULT '0' AFTER `RequiredAura`,
|
||||
MODIFY `PowerIndex` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `HealthCostPercentage`,
|
||||
MODIFY `PowerType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `PowerIndex`,
|
||||
MODIFY `ManaCostPerLevel` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`,
|
||||
MODIFY `ManaCostPerSecond` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ManaCostPerLevel`,
|
||||
MODIFY `ManaCostAdditional` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ManaCostPerSecond`,
|
||||
MODIFY `PowerDisplayID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ManaCostAdditional`,
|
||||
MODIFY `UnitPowerBarID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `PowerDisplayID`;
|
||||
|
||||
ALTER TABLE `spell_power_difficulty` CHANGE `SpellPowerID` `ID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `PowerIndex`;
|
||||
|
||||
ALTER TABLE `spell_scaling`
|
||||
MODIFY `MinScalingLevel` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ScalesFromItemLevel`,
|
||||
MODIFY `MaxScalingLevel` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `MinScalingLevel`,
|
||||
MODIFY `ScalingClass` int(11) NOT NULL DEFAULT '0' AFTER `MaxScalingLevel`;
|
||||
|
||||
ALTER TABLE `spell_shapeshift_form` MODIFY `MountTypeID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `PresetSpellID8`;
|
||||
|
||||
ALTER TABLE `spell_target_restrictions`
|
||||
MODIFY `TargetCreatureType` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Targets`,
|
||||
MODIFY `DifficultyID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `TargetCreatureType`,
|
||||
MODIFY `MaxAffectedTargets` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DifficultyID`,
|
||||
MODIFY `MaxTargetLevel` int(10) unsigned NOT NULL DEFAULT '0' AFTER `MaxAffectedTargets`;
|
||||
|
||||
ALTER TABLE `spell_totems`
|
||||
MODIFY `RequiredTotemCategoryID1` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Totem2`,
|
||||
MODIFY `RequiredTotemCategoryID2` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `RequiredTotemCategoryID1`;
|
||||
|
||||
ALTER TABLE `spell_x_spell_visual`
|
||||
MODIFY `SpellID` int(10) unsigned NOT NULL DEFAULT '0' FIRST,
|
||||
MODIFY `Unk620` float NOT NULL DEFAULT '0' AFTER `SpellID`,
|
||||
MODIFY `SpellVisualID1` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Unk620`,
|
||||
MODIFY `SpellVisualID2` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `SpellVisualID1`,
|
||||
MODIFY `PlayerConditionID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `SpellVisualID2`,
|
||||
MODIFY `DifficultyID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `PlayerConditionID`,
|
||||
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DifficultyID`;
|
||||
|
||||
ALTER TABLE `taxi_nodes`
|
||||
MODIFY `PosX` float NOT NULL DEFAULT '0' FIRST,
|
||||
MODIFY `PosY` float NOT NULL DEFAULT '0' AFTER `PosX`,
|
||||
MODIFY `PosZ` float NOT NULL DEFAULT '0' AFTER `PosY`,
|
||||
MODIFY `Name` text NULL AFTER `PosZ`,
|
||||
MODIFY `MountCreatureID1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Name`,
|
||||
MODIFY `MountCreatureID2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `MountCreatureID1`,
|
||||
MODIFY `MapOffsetX` float NOT NULL DEFAULT '0' AFTER `MountCreatureID2`,
|
||||
MODIFY `MapOffsetY` float NOT NULL DEFAULT '0' AFTER `MapOffsetX`,
|
||||
MODIFY `MapID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MapOffsetY`,
|
||||
MODIFY `ConditionID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MapID`,
|
||||
MODIFY `LearnableIndex` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ConditionID`,
|
||||
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LearnableIndex`;
|
||||
|
||||
ALTER TABLE `taxi_path`
|
||||
MODIFY `From` smallint(5) unsigned NOT NULL DEFAULT '0' FIRST,
|
||||
MODIFY `To` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `From`,
|
||||
MODIFY `Cost` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`;
|
||||
|
||||
ALTER TABLE `taxi_path_node`
|
||||
MODIFY `LocX` float NOT NULL DEFAULT '0' FIRST,
|
||||
MODIFY `LocY` float NOT NULL DEFAULT '0' AFTER `LocX`,
|
||||
MODIFY `LocZ` float NOT NULL DEFAULT '0' AFTER `LocY`,
|
||||
MODIFY `Delay` int(10) unsigned NOT NULL DEFAULT '0' AFTER `LocZ`,
|
||||
MODIFY `PathID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `Delay`,
|
||||
MODIFY `MapID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `PathID`,
|
||||
MODIFY `ArrivalEventID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MapID`,
|
||||
MODIFY `DepartureEventID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ArrivalEventID`,
|
||||
MODIFY `NodeIndex` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `DepartureEventID`,
|
||||
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `NodeIndex`;
|
||||
|
||||
ALTER TABLE `toy`
|
||||
MODIFY `ItemID` int(10) unsigned NOT NULL DEFAULT '0' FIRST,
|
||||
MODIFY `Description` text NULL AFTER `ItemID`,
|
||||
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Description`,
|
||||
MODIFY `CategoryFilter` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Flags`;
|
||||
|
||||
ALTER TABLE `unit_power_bar`
|
||||
MODIFY `RegenerationPeace` float NOT NULL DEFAULT '0' AFTER `ID`,
|
||||
MODIFY `RegenerationCombat` float NOT NULL DEFAULT '0' AFTER `RegenerationPeace`,
|
||||
MODIFY `FileDataID1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `RegenerationCombat`,
|
||||
MODIFY `FileDataID2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `FileDataID1`,
|
||||
MODIFY `FileDataID3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `FileDataID2`,
|
||||
MODIFY `FileDataID4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `FileDataID3`,
|
||||
MODIFY `FileDataID5` int(10) unsigned NOT NULL DEFAULT '0' AFTER `FileDataID4`,
|
||||
MODIFY `FileDataID6` int(10) unsigned NOT NULL DEFAULT '0' AFTER `FileDataID5`,
|
||||
MODIFY `Color1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `FileDataID6`,
|
||||
MODIFY `Color2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Color1`,
|
||||
MODIFY `Color3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Color2`,
|
||||
MODIFY `Color4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Color3`,
|
||||
MODIFY `Color5` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Color4`,
|
||||
MODIFY `Color6` int(10) unsigned NOT NULL DEFAULT '0' AFTER `Color5`,
|
||||
MODIFY `Name` text NULL AFTER `Color6`,
|
||||
MODIFY `Cost` text NULL AFTER `Name`,
|
||||
MODIFY `OutOfError` text NULL AFTER `Cost`,
|
||||
MODIFY `ToolTip` text NULL AFTER `OutOfError`,
|
||||
MODIFY `StartInset` float NOT NULL DEFAULT '0' AFTER `ToolTip`,
|
||||
MODIFY `EndInset` float NOT NULL DEFAULT '0' AFTER `StartInset`,
|
||||
MODIFY `StartPower` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `EndInset`,
|
||||
MODIFY `Flags` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `StartPower`,
|
||||
MODIFY `CenterPower` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
|
||||
MODIFY `BarType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CenterPower`,
|
||||
MODIFY `MinPower` int(10) unsigned NOT NULL DEFAULT '0' AFTER `BarType`;
|
||||
|
||||
ALTER TABLE `vehicle_seat`
|
||||
MODIFY `CameraEnteringDelay` float NOT NULL DEFAULT '0' AFTER `VehicleExitAnimDelay`,
|
||||
MODIFY `CameraEnteringDuration` float NOT NULL DEFAULT '0' AFTER `CameraEnteringDelay`,
|
||||
MODIFY `CameraExitingDelay` float NOT NULL DEFAULT '0' AFTER `CameraEnteringDuration`,
|
||||
MODIFY `CameraExitingDuration` float NOT NULL DEFAULT '0' AFTER `CameraExitingDelay`,
|
||||
MODIFY `CameraOffsetX` float NOT NULL DEFAULT '0' AFTER `CameraExitingDuration`,
|
||||
MODIFY `CameraOffsetY` float NOT NULL DEFAULT '0' AFTER `CameraOffsetX`,
|
||||
MODIFY `CameraOffsetZ` float NOT NULL DEFAULT '0' AFTER `CameraOffsetY`,
|
||||
MODIFY `CameraPosChaseRate` float NOT NULL DEFAULT '0' AFTER `CameraOffsetZ`,
|
||||
MODIFY `CameraFacingChaseRate` float NOT NULL DEFAULT '0' AFTER `CameraPosChaseRate`,
|
||||
MODIFY `CameraEnteringZoom` float NOT NULL DEFAULT '0' AFTER `CameraFacingChaseRate`,
|
||||
MODIFY `CameraSeatZoomMin` float NOT NULL DEFAULT '0' AFTER `CameraEnteringZoom`,
|
||||
MODIFY `CameraSeatZoomMax` float NOT NULL DEFAULT '0' AFTER `CameraSeatZoomMin`,
|
||||
MODIFY `UISkinFileDataID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `CameraSeatZoomMax`,
|
||||
MODIFY `EnterAnimStart` smallint(6) NOT NULL DEFAULT '0' AFTER `UISkinFileDataID`,
|
||||
MODIFY `EnterAnimLoop` smallint(6) NOT NULL DEFAULT '0' AFTER `EnterAnimStart`,
|
||||
MODIFY `RideAnimStart` smallint(6) NOT NULL DEFAULT '0' AFTER `EnterAnimLoop`,
|
||||
MODIFY `RideAnimLoop` smallint(6) NOT NULL DEFAULT '0' AFTER `RideAnimStart`,
|
||||
MODIFY `RideUpperAnimStart` smallint(6) NOT NULL DEFAULT '0' AFTER `RideAnimLoop`,
|
||||
MODIFY `RideUpperAnimLoop` smallint(6) NOT NULL DEFAULT '0' AFTER `RideUpperAnimStart`,
|
||||
MODIFY `ExitAnimStart` smallint(6) NOT NULL DEFAULT '0' AFTER `RideUpperAnimLoop`,
|
||||
MODIFY `ExitAnimLoop` smallint(6) NOT NULL DEFAULT '0' AFTER `ExitAnimStart`,
|
||||
MODIFY `ExitAnimEnd` smallint(6) NOT NULL DEFAULT '0' AFTER `ExitAnimLoop`,
|
||||
MODIFY `VehicleEnterAnim` smallint(6) NOT NULL DEFAULT '0' AFTER `ExitAnimEnd`,
|
||||
MODIFY `VehicleExitAnim` smallint(6) NOT NULL DEFAULT '0' AFTER `VehicleEnterAnim`,
|
||||
MODIFY `VehicleRideAnimLoop` smallint(6) NOT NULL DEFAULT '0' AFTER `VehicleExitAnim`,
|
||||
MODIFY `EnterAnimKitID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `VehicleRideAnimLoop`,
|
||||
MODIFY `RideAnimKitID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `EnterAnimKitID`,
|
||||
MODIFY `ExitAnimKitID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `RideAnimKitID`,
|
||||
MODIFY `VehicleEnterAnimKitID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ExitAnimKitID`,
|
||||
MODIFY `VehicleRideAnimKitID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `VehicleEnterAnimKitID`,
|
||||
MODIFY `VehicleExitAnimKitID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `VehicleRideAnimKitID`,
|
||||
MODIFY `CameraModeID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `VehicleExitAnimKitID`,
|
||||
MODIFY `AttachmentID` tinyint(4) NOT NULL DEFAULT '0' AFTER `CameraModeID`,
|
||||
MODIFY `PassengerAttachmentID` tinyint(4) NOT NULL DEFAULT '0' AFTER `AttachmentID`,
|
||||
MODIFY `VehicleEnterAnimBone` tinyint(4) NOT NULL DEFAULT '0' AFTER `PassengerAttachmentID`,
|
||||
MODIFY `VehicleExitAnimBone` tinyint(4) NOT NULL DEFAULT '0' AFTER `VehicleEnterAnimBone`,
|
||||
MODIFY `VehicleRideAnimLoopBone` tinyint(4) NOT NULL DEFAULT '0' AFTER `VehicleExitAnimBone`,
|
||||
MODIFY `VehicleAbilityDisplay` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `VehicleRideAnimLoopBone`;
|
||||
|
||||
ALTER TABLE `wmo_area_table`
|
||||
MODIFY `WMOGroupID` int(11) NOT NULL DEFAULT '0' FIRST,
|
||||
MODIFY `AreaName` text NULL AFTER `WMOGroupID`,
|
||||
MODIFY `WMOID` smallint(6) NOT NULL DEFAULT '0' AFTER `AreaName`,
|
||||
MODIFY `AmbienceID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `WMOID`,
|
||||
MODIFY `ZoneMusic` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `AmbienceID`,
|
||||
MODIFY `IntroSound` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ZoneMusic`,
|
||||
MODIFY `AreaTableID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `IntroSound`,
|
||||
MODIFY `UWIntroSound` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `AreaTableID`,
|
||||
MODIFY `UWAmbience` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `UWIntroSound`,
|
||||
MODIFY `NameSet` tinyint(4) NOT NULL DEFAULT '0' AFTER `UWAmbience`,
|
||||
MODIFY `SoundProviderPref` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `NameSet`,
|
||||
MODIFY `SoundProviderPrefUnderwater` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SoundProviderPref`,
|
||||
MODIFY `Flags` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `SoundProviderPrefUnderwater`,
|
||||
MODIFY `UWZoneMusic` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`;
|
||||
|
||||
ALTER TABLE `world_map_area`
|
||||
MODIFY `AreaName` text NULL FIRST,
|
||||
MODIFY `LocLeft` float NOT NULL DEFAULT '0' AFTER `AreaName`,
|
||||
MODIFY `LocRight` float NOT NULL DEFAULT '0' AFTER `LocLeft`,
|
||||
MODIFY `LocTop` float NOT NULL DEFAULT '0' AFTER `LocRight`,
|
||||
MODIFY `LocBottom` float NOT NULL DEFAULT '0' AFTER `LocTop`,
|
||||
MODIFY `MapID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `LocBottom`,
|
||||
MODIFY `AreaID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `MapID`,
|
||||
MODIFY `DisplayMapID` smallint(6) NOT NULL DEFAULT '0' AFTER `AreaID`,
|
||||
MODIFY `DefaultDungeonFloor` smallint(6) NOT NULL DEFAULT '0' AFTER `DisplayMapID`,
|
||||
MODIFY `ParentWorldMapID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `DefaultDungeonFloor`,
|
||||
MODIFY `Flags` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ParentWorldMapID`,
|
||||
MODIFY `LevelRangeMin` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `Flags`,
|
||||
MODIFY `LevelRangeMax` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LevelRangeMin`,
|
||||
MODIFY `BountySetID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `LevelRangeMax`,
|
||||
MODIFY `BountyBoardLocation` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `BountySetID`,
|
||||
MODIFY `PlayerConditionID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`;
|
||||
|
||||
ALTER TABLE `world_map_overlay`
|
||||
MODIFY `TextureWidth` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `TextureName`,
|
||||
MODIFY `TextureHeight` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `TextureWidth`,
|
||||
MODIFY `MapAreaID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `TextureHeight`,
|
||||
MODIFY `AreaID1` int(10) unsigned NOT NULL DEFAULT '0' AFTER `MapAreaID`,
|
||||
MODIFY `AreaID2` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AreaID1`,
|
||||
MODIFY `AreaID3` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AreaID2`,
|
||||
MODIFY `AreaID4` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AreaID3`,
|
||||
MODIFY `OffsetX` int(10) unsigned NOT NULL DEFAULT '0' AFTER `AreaID4`,
|
||||
MODIFY `OffsetY` int(10) unsigned NOT NULL DEFAULT '0' AFTER `OffsetX`,
|
||||
MODIFY `HitRectTop` int(10) unsigned NOT NULL DEFAULT '0' AFTER `OffsetY`,
|
||||
MODIFY `HitRectLeft` int(10) unsigned NOT NULL DEFAULT '0' AFTER `HitRectTop`,
|
||||
MODIFY `HitRectBottom` int(10) unsigned NOT NULL DEFAULT '0' AFTER `HitRectLeft`,
|
||||
MODIFY `HitRectRight` int(10) unsigned NOT NULL DEFAULT '0' AFTER `HitRectBottom`,
|
||||
MODIFY `PlayerConditionID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `HitRectRight`,
|
||||
MODIFY `Flags` int(10) unsigned NOT NULL DEFAULT '0' AFTER `PlayerConditionID`;
|
||||
|
||||
DROP TABLE `glyph_slot`;
|
||||
@@ -1,12 +0,0 @@
|
||||
ALTER TABLE `lfg_dungeons` ADD `PlayerConditionID` int(10) unsigned NOT NULL DEFAULT 0 AFTER `Description`;
|
||||
|
||||
ALTER TABLE `map`
|
||||
CHANGE `Flags` `Flags1` int(10) unsigned NOT NULL DEFAULT 0 AFTER `Directory`,
|
||||
CHANGE `MapType` `Flags2` int(10) unsigned NOT NULL DEFAULT 0 AFTER `Flags1`,
|
||||
ADD `WindSettingsID` smallint(5) unsigned NOT NULL DEFAULT 0 AFTER `CosmeticParentMapID`;
|
||||
|
||||
ALTER TABLE `player_condition`
|
||||
CHANGE `Unknown700_1` `Unknown7001` int(10) unsigned NOT NULL DEFAULT 0 AFTER `MaxAvgItemLevel`,
|
||||
CHANGE `Unknown700_2` `Unknown7002` int(10) unsigned NOT NULL DEFAULT 0 AFTER `Unknown7001`;
|
||||
|
||||
ALTER TABLE `world_map_transforms` ADD `AreaID` smallint(5) unsigned NOT NULL DEFAULT 0 AFTER `MapID`;
|
||||
@@ -1,10 +0,0 @@
|
||||
ALTER TABLE `char_sections` CHANGE `Id` `ID` int(10) unsigned NOT NULL DEFAULT 0 FIRST;
|
||||
|
||||
ALTER TABLE `chr_races`
|
||||
CHANGE `Unk` `Unk1` int(10) unsigned NOT NULL DEFAULT 0 AFTER `HighResFemaleDisplayID`,
|
||||
ADD `Unk2` int(10) unsigned NOT NULL DEFAULT 0 AFTER `Unk1`,
|
||||
ADD `Unk3` int(10) unsigned NOT NULL DEFAULT 0 AFTER `Unk2`;
|
||||
|
||||
ALTER TABLE `spell_scaling`
|
||||
CHANGE `MinScalingLevel` `MinScalingLevel` int(10) unsigned NOT NULL DEFAULT 0 AFTER `ScalingClass`,
|
||||
CHANGE `MaxScalingLevel` `MaxScalingLevel` int(10) unsigned NOT NULL DEFAULT 0 AFTER `MinScalingLevel`;
|
||||
@@ -1,2 +0,0 @@
|
||||
ALTER TABLE `item_random_suffix` DROP `InternalName`;
|
||||
ALTER TABLE `item_random_suffix_locale` DROP `InternalName_lang`;
|
||||
@@ -1,2 +0,0 @@
|
||||
ALTER TABLE `char_titles` DROP `ConditionID`;
|
||||
ALTER TABLE `creature_family` DROP `CategoryEnumID`;
|
||||
@@ -1,37 +0,0 @@
|
||||
--
|
||||
-- Table structure for table `item_search_name`
|
||||
--
|
||||
DROP TABLE IF EXISTS `item_search_name`;
|
||||
CREATE TABLE `item_search_name` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Name` text,
|
||||
`Flags1` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags2` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags3` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`AllowableRace` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`RequiredSpell` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`RequiredReputationFaction` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`RequiredSkill` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`RequiredSkillRank` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemLevel` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Quality` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`RequiredExpansion` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`RequiredReputationRank` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`RequiredLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`AllowableClass` 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 `item_search_name_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `item_search_name_locale`;
|
||||
CREATE TABLE `item_search_name_locale` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`Name_lang` text,
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
ALTER TABLE `item_upgrade`
|
||||
CHANGE `CurrencyCost` `CurrencyCost` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`,
|
||||
CHANGE `PrevItemUpgradeID` `PrevItemUpgradeID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `CurrencyCost`,
|
||||
CHANGE `CurrencyID` `CurrencyID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `PrevItemUpgradeID`,
|
||||
CHANGE `ItemUpgradePathID` `ItemUpgradePathID` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `CurrencyID`,
|
||||
CHANGE `ItemLevelBonus` `ItemLevelBonus` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ItemUpgradePathID`;
|
||||
|
||||
ALTER TABLE `ruleset_item_upgrade`
|
||||
CHANGE `ItemID` `ItemID` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`,
|
||||
CHANGE `ItemUpgradeID` `ItemUpgradeID` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `ItemID`,
|
||||
DROP `RulesetID`;
|
||||
|
||||
ALTER TABLE `skill_line_ability` CHANGE `AquireMethod` `AcquireMethod` tinyint(3) unsigned NOT NULL DEFAULT '0';
|
||||
@@ -1,12 +0,0 @@
|
||||
--
|
||||
-- Table structure for table `item_child_equipment`
|
||||
--
|
||||
DROP TABLE IF EXISTS `item_child_equipment`;
|
||||
CREATE TABLE `item_child_equipment` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`AltItemID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`AltEquipmentSlot` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
@@ -1,11 +0,0 @@
|
||||
--
|
||||
-- Table structure for table `curve`
|
||||
--
|
||||
DROP TABLE IF EXISTS `curve`;
|
||||
CREATE TABLE `curve` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Type` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Unused` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
@@ -1,182 +0,0 @@
|
||||
--
|
||||
-- Table structure for table `artifact`
|
||||
--
|
||||
DROP TABLE IF EXISTS `artifact`;
|
||||
CREATE TABLE `artifact` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Name` text,
|
||||
`BarConnectedColor` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`BarDisconnectedColor` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`TitleColor` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ClassUiTextureKitID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`SpecID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`ArtifactCategoryID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `artifact_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `artifact_locale`;
|
||||
CREATE TABLE `artifact_locale` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`Name_lang` text,
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `artifact_appearance`
|
||||
--
|
||||
DROP TABLE IF EXISTS `artifact_appearance`;
|
||||
CREATE TABLE `artifact_appearance` (
|
||||
`Name` text,
|
||||
`SwatchColor` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ModelDesaturation` float NOT NULL DEFAULT '0',
|
||||
`ModelAlpha` float NOT NULL DEFAULT '0',
|
||||
`ShapeshiftDisplayID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ArtifactAppearanceSetID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`PlayerConditionID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Unknown` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`DisplayIndex` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`AppearanceModID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`ModifiesShapeshiftFormDisplay` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ItemAppearanceID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`AltItemAppearanceID` 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 `artifact_appearance_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `artifact_appearance_locale`;
|
||||
CREATE TABLE `artifact_appearance_locale` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`Name_lang` text,
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `artifact_appearance_set`
|
||||
--
|
||||
DROP TABLE IF EXISTS `artifact_appearance_set`;
|
||||
CREATE TABLE `artifact_appearance_set` (
|
||||
`Name` text,
|
||||
`Name2` text,
|
||||
`UiCameraID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`AltHandUICameraID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`ArtifactID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`DisplayIndex` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`AttachmentPoint` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`ID` 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 `artifact_appearance_set_locale`
|
||||
--
|
||||
DROP TABLE IF EXISTS `artifact_appearance_set_locale`;
|
||||
CREATE TABLE `artifact_appearance_set_locale` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locale` varchar(4) NOT NULL,
|
||||
`Name_lang` text,
|
||||
`Name2_lang` text,
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `artifact_category`
|
||||
--
|
||||
DROP TABLE IF EXISTS `artifact_category`;
|
||||
CREATE TABLE `artifact_category` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`ArtifactKnowledgeCurrencyID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`ArtifactKnowledgeMultiplierCurveID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `artifact_power`
|
||||
--
|
||||
DROP TABLE IF EXISTS `artifact_power`;
|
||||
CREATE TABLE `artifact_power` (
|
||||
`PosX` float NOT NULL DEFAULT '0',
|
||||
`PosY` float NOT NULL DEFAULT '0',
|
||||
`ArtifactID` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`MaxRank` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`RelicType` 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 `artifact_power_link`
|
||||
--
|
||||
DROP TABLE IF EXISTS `artifact_power_link`;
|
||||
CREATE TABLE `artifact_power_link` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`FromArtifactPowerID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`ToArtifactPowerID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `artifact_power_rank`
|
||||
--
|
||||
DROP TABLE IF EXISTS `artifact_power_rank`;
|
||||
CREATE TABLE `artifact_power_rank` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`SpellID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Value` float NOT NULL DEFAULT '0',
|
||||
`ArtifactPowerID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Unknown` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Rank` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `artifact_quest_xp`
|
||||
--
|
||||
DROP TABLE IF EXISTS `artifact_quest_xp`;
|
||||
CREATE TABLE `artifact_quest_xp` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Exp1` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Exp2` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Exp3` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Exp4` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Exp5` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Exp6` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Exp7` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Exp8` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Exp9` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Exp10` 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 `item_bonus_list_level_delta`
|
||||
--
|
||||
DROP TABLE IF EXISTS `item_bonus_list_level_delta`;
|
||||
CREATE TABLE `item_bonus_list_level_delta` (
|
||||
`Delta` smallint(6) NOT NULL DEFAULT '0',
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
@@ -1,23 +0,0 @@
|
||||
--
|
||||
-- Table structure for table `glyph_bindable_spell`
|
||||
--
|
||||
DROP TABLE IF EXISTS `glyph_bindable_spell`;
|
||||
CREATE TABLE `glyph_bindable_spell` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`SpellID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`GlyphPropertiesID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `glyph_required_spec`
|
||||
--
|
||||
DROP TABLE IF EXISTS `glyph_required_spec`;
|
||||
CREATE TABLE `glyph_required_spec` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`GlyphPropertiesID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`ChrSpecializationID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
@@ -1,26 +0,0 @@
|
||||
--
|
||||
-- Table structure for table `tact_key`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `tact_key`;
|
||||
CREATE TABLE `tact_key` (
|
||||
`Id` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Key1` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Key2` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Key3` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Key4` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Key5` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Key6` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Key7` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Key8` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Key9` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Key10` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Key11` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Key12` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Key13` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Key14` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Key15` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`Key16` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`Id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
@@ -1,35 +0,0 @@
|
||||
DELETE FROM `tact_key` WHERE `Id` IN (58,59,62,66,69,70,71);
|
||||
INSERT INTO `tact_key` (`Id`, `Key1`, `Key2`, `Key3`, `Key4`, `Key5`, `Key6`, `Key7`, `Key8`, `Key9`, `Key10`, `Key11`, `Key12`, `Key13`, `Key14`, `Key15`, `Key16`, `VerifiedBuild`) VALUES
|
||||
(58, 209, 172, 32, 253, 20, 149, 127, 171, 194, 113, 150, 233, 246, 231, 2, 74, 22522),
|
||||
(59, 198, 197, 246, 199, 247, 53, 215, 217, 76, 135, 38, 127, 164, 153, 77, 69, 22522),
|
||||
(62, 194, 80, 26, 114, 101, 75, 150, 248, 99, 80, 197, 169, 39, 150, 47, 122, 22522),
|
||||
(66, 77, 208, 220, 130, 177, 1, 200, 10, 186, 192, 164, 213, 126, 103, 248, 89, 22522),
|
||||
(69, 138, 206, 141, 177, 105, 226, 249, 138, 195, 106, 213, 44, 8, 142, 119, 193, 22522),
|
||||
(70, 154, 137, 204, 126, 58, 203, 41, 207, 20, 198, 11, 193, 59, 30, 70, 22, 22522),
|
||||
(71, 151, 43, 110, 116, 66, 14, 197, 25, 230, 249, 217, 125, 89, 74, 163, 124, 22522);
|
||||
|
||||
DELETE FROM hotfix_data WHERE `TableHash`=3744420815;
|
||||
INSERT INTO hotfix_data (`TableHash`, `RecordID`, `Timestamp`, `Deleted`) VALUES
|
||||
(3744420815, 75, 1472329303, 1),
|
||||
(3744420815, 74, 1472329303, 1),
|
||||
(3744420815, 72, 1472329303, 1),
|
||||
(3744420815, 71, 1472329303, 0),
|
||||
(3744420815, 70, 1472329303, 0),
|
||||
(3744420815, 69, 1472329303, 0),
|
||||
(3744420815, 67, 1472329303, 1),
|
||||
(3744420815, 66, 1472329303, 0),
|
||||
(3744420815, 65, 1472329303, 1),
|
||||
(3744420815, 64, 1472329303, 1),
|
||||
(3744420815, 63, 1472329303, 1),
|
||||
(3744420815, 62, 1472329303, 0),
|
||||
(3744420815, 61, 1472329303, 1),
|
||||
(3744420815, 60, 1472329303, 1),
|
||||
(3744420815, 59, 1472329303, 0),
|
||||
(3744420815, 58, 1472329303, 0),
|
||||
(3744420815, 73, 1472329303, 1),
|
||||
(3744420815, 57, 1472329303, 1),
|
||||
(3744420815, 56, 1472329303, 1),
|
||||
(3744420815, 55, 1472329303, 1),
|
||||
(3744420815, 51, 1472329303, 1),
|
||||
(3744420815, 41, 1472329303, 1),
|
||||
(3744420815, 25, 1472329303, 1);
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,5 +0,0 @@
|
||||
ALTER TABLE `creature`
|
||||
CHANGE `Type` `Type` MEDIUMINT(3) UNSIGNED DEFAULT 0 NOT NULL AFTER `FemaleSubName`,
|
||||
ADD COLUMN `Family` TINYINT(3) UNSIGNED DEFAULT 0 NOT NULL AFTER `Type`,
|
||||
CHANGE `Rank` `Classification` TINYINT(3) UNSIGNED DEFAULT 0 NOT NULL,
|
||||
CHANGE `InhabitType` `InhabitType` TINYINT(3) UNSIGNED DEFAULT 0 NOT NULL;
|
||||
@@ -1,12 +0,0 @@
|
||||
ALTER TABLE `creature_difficulty`
|
||||
CHANGE `Flags1` `Flags1` INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER `CreatureID`,
|
||||
CHANGE `Flags2` `Flags2` INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER `Flags1`,
|
||||
CHANGE `Flags3` `Flags3` INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER `Flags2`,
|
||||
CHANGE `Flags4` `Flags4` INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER `Flags3`,
|
||||
CHANGE `Flags5` `Flags5` INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER `Flags4`,
|
||||
ADD COLUMN `Flags6` INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER `Flags5`,
|
||||
ADD COLUMN `Flags7` INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER `Flags6`,
|
||||
CHANGE `FactionID` `FactionTemplateID` SMALLINT(5) UNSIGNED DEFAULT 0 NOT NULL,
|
||||
CHANGE `Expansion` `Expansion` TINYINT(4) DEFAULT 0 NOT NULL,
|
||||
CHANGE `MinLevel` `MinLevel` TINYINT(4) DEFAULT 0 NOT NULL,
|
||||
CHANGE `MaxLevel` `MaxLevel` TINYINT(4) DEFAULT 0 NOT NULL;
|
||||
@@ -1,21 +0,0 @@
|
||||
--
|
||||
-- Table structure for table `power_type`
|
||||
--
|
||||
DROP TABLE IF EXISTS `power_type`;
|
||||
CREATE TABLE `power_type` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`PowerTypeToken` text,
|
||||
`PowerCostToken` text,
|
||||
`RegenerationPeace` float NOT NULL DEFAULT '0',
|
||||
`RegenerationCombat` float NOT NULL DEFAULT '0',
|
||||
`MaxPower` smallint(6) NOT NULL DEFAULT '0',
|
||||
`RegenerationDelay` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`Flags` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`PowerTypeEnum` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`RegenerationMin` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`RegenerationCenter` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`RegenerationMax` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`UIModifier` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
@@ -1,24 +0,0 @@
|
||||
--
|
||||
-- Table structure for table `scene_script`
|
||||
--
|
||||
DROP TABLE IF EXISTS `scene_script`;
|
||||
CREATE TABLE `scene_script` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Name` text,
|
||||
`Script` text,
|
||||
`PrevScriptId` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`NextScriptId` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `scene_script_package`
|
||||
--
|
||||
DROP TABLE IF EXISTS `scene_script_package`;
|
||||
CREATE TABLE `scene_script_package` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`Name` text,
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
@@ -1 +0,0 @@
|
||||
ALTER TABLE `summon_properties` CHANGE `Flags` `Flags` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`;
|
||||
@@ -1,25 +0,0 @@
|
||||
ALTER TABLE `artifact_power` MODIFY `RelicType` int(11) NOT NULL DEFAULT '0' AFTER `ID`;
|
||||
ALTER TABLE `criteria_tree` MODIFY `OrderIndex` int(11) NOT NULL DEFAULT '0' AFTER `Operator`;
|
||||
ALTER TABLE `dungeon_encounter` MODIFY `OrderIndex` int(11) NOT NULL DEFAULT '0' AFTER `Flags`;
|
||||
ALTER TABLE `emotes` MODIFY `ClassMask` int(11) NOT NULL DEFAULT '0' AFTER `EmoteSoundID`;
|
||||
ALTER TABLE `emotes` MODIFY `RaceMask` int(11) NOT NULL DEFAULT '0' AFTER `ClassMask`;
|
||||
ALTER TABLE `garr_building` MODIFY `BuildDuration` int(11) NOT NULL DEFAULT '0' AFTER `GarrTypeID`;
|
||||
ALTER TABLE `garr_building` MODIFY `BonusAmount` int(11) NOT NULL DEFAULT '0' AFTER `CostCurrencyAmount`;
|
||||
ALTER TABLE `item_search_name` MODIFY `AllowableClass` int(11) NOT NULL DEFAULT '0' AFTER `RequiredLevel`;
|
||||
ALTER TABLE `player_condition` MODIFY `ClassMask` int(11) NOT NULL DEFAULT '0' AFTER `PowerTypeValue`;
|
||||
ALTER TABLE `player_condition` MODIFY `Unknown7001` int(11) NOT NULL DEFAULT '0' AFTER `MaxAvgItemLevel`;
|
||||
ALTER TABLE `player_condition` MODIFY `Unknown7002` int(11) NOT NULL DEFAULT '0' AFTER `Unknown7001`;
|
||||
ALTER TABLE `skill_line_ability` MODIFY `ClassMask` int(11) NOT NULL DEFAULT '0' AFTER `NumSkillUps`;
|
||||
ALTER TABLE `spell_category` CHANGE `Unk703` `ChargeCategoryType` int(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `MaxCharges`;
|
||||
ALTER TABLE `spell_effect` MODIFY `EffectBasePoints` int(11) NOT NULL DEFAULT '0' AFTER `EffectAuraPeriod`;
|
||||
ALTER TABLE `spell_effect` MODIFY `EffectDieSides` int(11) NOT NULL DEFAULT '0' AFTER `EffectChainTargets`;
|
||||
ALTER TABLE `spell_power` MODIFY `ManaCostPerLevel` int(11) NOT NULL DEFAULT '0' AFTER `ID`;
|
||||
ALTER TABLE `spell_power` MODIFY `ManaCostPerSecond` int(11) NOT NULL DEFAULT '0' AFTER `ManaCostPerLevel`;
|
||||
ALTER TABLE `summon_properties` MODIFY `Type` int(11) NOT NULL DEFAULT '0' AFTER `Faction`;
|
||||
ALTER TABLE `tact_key` CHANGE `Id` `ID` int(10) UNSIGNED NOT NULL DEFAULT '0' FIRST ;
|
||||
ALTER TABLE `world_map_overlay` MODIFY `OffsetX` int(11) NOT NULL DEFAULT '0' AFTER `AreaID4`;
|
||||
ALTER TABLE `world_map_overlay` MODIFY `OffsetY` int(11) NOT NULL DEFAULT '0' AFTER `OffsetX`;
|
||||
ALTER TABLE `world_map_overlay` MODIFY `HitRectTop` int(11) NOT NULL DEFAULT '0' AFTER `OffsetY`;
|
||||
ALTER TABLE `world_map_overlay` MODIFY `HitRectLeft` int(11) NOT NULL DEFAULT '0' AFTER `HitRectTop`;
|
||||
ALTER TABLE `world_map_overlay` MODIFY `HitRectBottom` int(11) NOT NULL DEFAULT '0' AFTER `HitRectLeft`;
|
||||
ALTER TABLE `world_map_overlay` MODIFY `HitRectRight` int(11) NOT NULL DEFAULT '0' AFTER `HitRectBottom`;
|
||||
1
sql/updates/hotfixes/6.x/2016_10_17_00_hotfixes.sql
Normal file
1
sql/updates/hotfixes/6.x/2016_10_17_00_hotfixes.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `updates` SET `state`='ARCHIVED'; -- TDB 703.00
|
||||
@@ -1,3 +0,0 @@
|
||||
UPDATE `version` SET `db_version`='TDB 6.04', `cache_id`=4 LIMIT 1;
|
||||
|
||||
UPDATE `updates` SET `state`='ARCHIVED';
|
||||
@@ -1,9 +0,0 @@
|
||||
--
|
||||
-- Spawn Firelands portal
|
||||
SET @OGUID:= 300914;
|
||||
DELETE FROM `gameobject` WHERE `guid`=@OGUID;
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
|
||||
(@OGUID+0, 214611, 720, 0, 0, 120, 169, -560.341, 322.966, 115.636, 5.95157, 0, 0, -0.165047, 0.986286, 7200, 255, 1, 15595);
|
||||
|
||||
-- correct spawn location for creature ID 6124, Captain Beld:
|
||||
UPDATE `creature` SET `map`= 0 WHERE `guid`= 349908 AND `id`= 6124;
|
||||
@@ -1,12 +0,0 @@
|
||||
DROP TABLE IF EXISTS `blackmarket_template`;
|
||||
CREATE TABLE `blackmarket_template` (
|
||||
`marketId` int(10) NOT NULL DEFAULT '0',
|
||||
`sellerNpc` mediumint(8) NOT NULL DEFAULT '0',
|
||||
`itemEntry` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
||||
`quantity` int(10) NOT NULL DEFAULT '1',
|
||||
`minBid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||||
`duration` int(10) NOT NULL DEFAULT '0',
|
||||
`chance` float NOT NULL DEFAULT '0',
|
||||
`bonusListIDs` text,
|
||||
PRIMARY KEY (`marketId`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
@@ -1,128 +0,0 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48748 WHERE `entry`=39870;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48595 WHERE `entry`=39890;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48754 WHERE `entry`=39873;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48611 WHERE `entry`=41073;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48597 WHERE `entry`=39962;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48509 WHERE `entry`=39450;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48661 WHERE `entry`=39854;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48669 WHERE `entry`=39954;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48666 WHERE `entry`=39956;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48652 WHERE `entry`=39405;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48667 WHERE `entry`=40448;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48746 WHERE `entry`=40291;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48680 WHERE `entry`=39909;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48654 WHERE `entry`=39381;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48677 WHERE `entry`=39415;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48676 WHERE `entry`=39414;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48750 WHERE `entry`=40270;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48753 WHERE `entry`=40273;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48751 WHERE `entry`=40272;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48610 WHERE `entry`=40306;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48682 WHERE `entry`=39626;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48744 WHERE `entry`=40268;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48653 WHERE `entry`=40290;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48337 WHERE `entry`=39625;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48695 WHERE `entry`=40167;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48693 WHERE `entry`=40166;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48818 WHERE `entry`=39392;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48784 WHERE `entry`=40319;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48801 WHERE `entry`=40320;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48702 WHERE `entry`=40177;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48822 WHERE `entry`=40484;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48350 WHERE `entry`=39984;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48348 WHERE `entry`=45467;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48755 WHERE `entry`=41095;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48828 WHERE `entry`=40600;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48845 WHERE `entry`=48844;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48832 WHERE `entry`=39388;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48745 WHERE `entry`=39855;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48657 WHERE `entry`=40293;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48662 WHERE `entry`=40294;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=48785 WHERE `entry`=40357;
|
||||
|
||||
UPDATE `creature_template` SET `minlevel`=87, `maxlevel`=87, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.42857, `unit_class`=1, `unit_flags`=67141696, `unit_flags2`=2048, `spell1`=91937, `spell2`=74846, `spell3`=90250, `spell4`=74670, `VehicleId`=0, `mingold`=20004, `maxgold`=20004, `DamageModifier`=125, `mechanic_immune_mask`=617299967, `flags_extra`=1 WHERE `entry`=48337;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=2, `speed_run`=1.42857, `unit_class`=1, `unit_flags`=0, `unit_flags2`=2048, `spell1`=76507, `spell2`=90212, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=0, `maxgold`=0, `DamageModifier`=7, `mechanic_immune_mask`=8388624, `flags_extra`=0 WHERE `entry`=48348;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=2.8, `speed_run`=1, `unit_class`=1, `unit_flags`=0, `unit_flags2`=2048, `spell1`=76507, `spell2`=90212, `spell3`=74699, `spell4`=90169, `VehicleId`=0, `mingold`=0, `maxgold`=0, `DamageModifier`=7, `mechanic_immune_mask`=8388624, `flags_extra`=0 WHERE `entry`=48350;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=1, `speed_run`=1.42857, `unit_class`=1, `unit_flags`=0, `unit_flags2`=2048, `spell1`=76507, `spell2`=90212, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=6367, `maxgold`=6367, `DamageModifier`=7, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48509;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=32832, `unit_flags2`=2048, `spell1`=76603, `spell2`=90487, `spell3`=76596, `spell4`=90486, `VehicleId`=0, `mingold`=12181, `maxgold`=12181, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48595;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=32832, `unit_flags2`=2048, `spell1`=74561, `spell2`=76720, `spell3`=90491, `spell4`=90522, `VehicleId`=0, `mingold`=12187, `maxgold`=12187, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48597;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=64, `unit_flags2`=2048, `spell1`=76729, `spell2`=90526, `spell3`=76727, `spell4`=0, `VehicleId`=0, `mingold`=12158, `maxgold`=12158, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48610;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=64, `unit_flags2`=2048, `spell1`=76729, `spell2`=90526, `spell3`=76727, `spell4`=0, `VehicleId`=0, `mingold`=12188, `maxgold`=12188, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48611;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=67108928, `unit_flags2`=33554432, `spell1`=76314, `spell2`=90308, `spell3`=76332, `spell4`=90653, `VehicleId`=0, `mingold`=12188, `maxgold`=12188, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48652;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=64, `unit_flags2`=33554432, `spell1`=76314, `spell2`=90308, `spell3`=76332, `spell4`=90653, `VehicleId`=0, `mingold`=12139, `maxgold`=12139, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48653;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=67108928, `unit_flags2`=33554432, `spell1`=76404, `spell2`=0, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=12151, `maxgold`=12151, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48654;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=67108944, `unit_flags2`=33554432, `spell1`=76378, `spell2`=76394, `spell3`=90659, `spell4`=0, `VehicleId`=0, `mingold`=12171, `maxgold`=12171, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48661;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=64, `unit_flags2`=33554432, `spell1`=90665, `spell2`=76411, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=12161, `maxgold`=12161, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48666;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=537133120, `unit_flags2`=33554432, `spell1`=90665, `spell2`=76411, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=12142, `maxgold`=12142, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48667;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=64, `unit_flags2`=2048, `spell1`=76416, `spell2`=90668, `spell3`=90673, `spell4`=76418, `VehicleId`=0, `mingold`=0, `maxgold`=0, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48669;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=64, `unit_flags2`=33554432, `spell1`=76557, `spell2`=0, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=12196, `maxgold`=12196, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48676;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=2, `unit_flags`=64, `unit_flags2`=33554432, `spell1`=76514, `spell2`=90692, `spell3`=76517, `spell4`=90693, `VehicleId`=779, `mingold`=12166, `maxgold`=12166, `DamageModifier`=37.7, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48677;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=67108928, `unit_flags2`=33554432, `spell1`=90697, `spell2`=76620, `spell3`=76626, `spell4`=90695, `VehicleId`=0, `mingold`=12136, `maxgold`=12136, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48680;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=67108928, `unit_flags2`=33554432, `spell1`=90705, `spell2`=76679, `spell3`=76685, `spell4`=90704, `VehicleId`=0, `mingold`=12148, `maxgold`=12148, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48682;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=262208, `unit_flags2`=2048, `spell1`=0, `spell2`=0, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=12193, `maxgold`=12193, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48693;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=2146, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=294976, `unit_flags2`=2048, `spell1`=90715, `spell2`=76711, `spell3`=76715, `spell4`=90712, `VehicleId`=0, `mingold`=12157, `maxgold`=12157, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48695;
|
||||
UPDATE `creature_template` SET `minlevel`=87, `maxlevel`=87, `exp`=3, `faction`=1771, `speed_walk`=2, `speed_run`=1.42857, `unit_class`=1, `unit_flags`=64, `unit_flags2`=67584, `spell1`=74976, `spell2`=90737, `spell3`=75056, `spell4`=90756, `VehicleId`=733, `mingold`=19994, `maxgold`=19994, `DamageModifier`=125, `mechanic_immune_mask`=617299967, `flags_extra`=1 WHERE `entry`=48702;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=2, `unit_flags`=64, `unit_flags2`=2048, `spell1`=76822, `spell2`=76823, `spell3`=76826, `spell4`=90839, `VehicleId`=0, `mingold`=12214, `maxgold`=12214, `DamageModifier`=37.7, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48744;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=64, `unit_flags2`=33554432, `spell1`=76369, `spell2`=90303, `spell3`=90844, `spell4`=76340, `VehicleId`=0, `mingold`=12832, `maxgold`=12832, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48745;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=67108928, `unit_flags2`=33554432, `spell1`=76369, `spell2`=90303, `spell3`=90844, `spell4`=76340, `VehicleId`=0, `mingold`=12153, `maxgold`=12153, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48746;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=32832, `unit_flags2`=2048, `spell1`=76766, `spell2`=90851, `spell3`=76765, `spell4`=90849, `VehicleId`=0, `mingold`=12161, `maxgold`=12161, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48748;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=32832, `unit_flags2`=2048, `spell1`=76578, `spell2`=90856, `spell3`=76579, `spell4`=90858, `VehicleId`=0, `mingold`=12150, `maxgold`=12150, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48750;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=64, `unit_flags2`=33554432, `spell1`=90867, `spell2`=76792, `spell3`=76779, `spell4`=90866, `VehicleId`=0, `mingold`=12179, `maxgold`=12179, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48751;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=2, `unit_flags`=64, `unit_flags2`=33554432, `spell1`=76797, `spell2`=90870, `spell3`=76794, `spell4`=90868, `VehicleId`=0, `mingold`=12185, `maxgold`=12185, `DamageModifier`=37.7, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48753;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=2146, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=32832, `unit_flags2`=2048, `spell1`=90872, `spell2`=76816, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=12174, `maxgold`=12174, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48754;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=14, `speed_walk`=1, `speed_run`=1.42857, `unit_class`=1, `unit_flags`=67108928, `unit_flags2`=33556480, `spell1`=90875, `spell2`=76817, `spell3`=75931, `spell4`=0, `VehicleId`=0, `mingold`=0, `maxgold`=0, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48755;
|
||||
UPDATE `creature_template` SET `minlevel`=87, `maxlevel`=87, `exp`=3, `faction`=2146, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=2, `unit_flags`=32832, `unit_flags2`=2048, `spell1`=90915, `spell2`=75245, `spell3`=76303, `spell4`=0, `VehicleId`=0, `mingold`=20026, `maxgold`=20026, `DamageModifier`=125, `mechanic_immune_mask`=617299967, `flags_extra`=1 WHERE `entry`=48784;
|
||||
UPDATE `creature_template` SET `minlevel`=87, `maxlevel`=87, `exp`=3, `faction`=2146, `speed_walk`=1, `speed_run`=1.42857, `unit_class`=1, `unit_flags`=32832, `unit_flags2`=2048, `spell1`=90950, `spell2`=75328, `spell3`=75321, `spell4`=0, `VehicleId`=737, `mingold`=0, `maxgold`=0, `DamageModifier`=35, `mechanic_immune_mask`=617299967, `flags_extra`=0 WHERE `entry`=48801;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=1, `speed_run`=0.912699, `unit_class`=1, `unit_flags`=64, `unit_flags2`=2048, `spell1`=91028, `spell2`=75755, `spell3`=75569, `spell4`=79467, `VehicleId`=0, `mingold`=12136, `maxgold`=12136, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48818;
|
||||
UPDATE `creature_template` SET `minlevel`=87, `maxlevel`=87, `exp`=3, `faction`=16, `speed_walk`=1, `speed_run`=1.28571, `unit_class`=1, `unit_flags`=64, `unit_flags2`=134219776, `spell1`=79466, `spell2`=91081, `spell3`=75789, `spell4`=91091, `VehicleId`=0, `mingold`=20003, `maxgold`=20003, `DamageModifier`=125, `mechanic_immune_mask`=617299967, `flags_extra`=1 WHERE `entry`=48822;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=3.6, `speed_run`=1.28571, `unit_class`=1, `unit_flags`=64, `unit_flags2`=2048, `spell1`=75755, `spell2`=91028, `spell3`=91049, `spell4`=75520, `VehicleId`=0, `mingold`=0, `maxgold`=0, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48828;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=14, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=33554432, `unit_flags2`=2048, `spell1`=0, `spell2`=0, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=0, `maxgold`=0, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48832;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=3.6, `speed_run`=1.28571, `unit_class`=1, `unit_flags`=64, `unit_flags2`=2048, `spell1`=91028, `spell2`=91049, `spell3`=91040, `spell4`=0, `VehicleId`=0, `mingold`=0, `maxgold`=0, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48845;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=0, `unit_flags2`=2048, `spell1`=76404, `spell2`=0, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=12159, `maxgold`=12159, `DamageModifier`=35, `mechanic_immune_mask`=8388624, `flags_extra`=0 WHERE `entry`=48657;
|
||||
UPDATE `creature_template` SET `minlevel`=84, `maxlevel`=84, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=0, `unit_flags2`=2048, `spell1`=76378, `spell2`=76394, `spell3`=90659, `spell4`=0, `VehicleId`=0, `mingold`=12148, `maxgold`=12148, `DamageModifier`=36.2, `mechanic_immune_mask`=8388624, `flags_extra`=0 WHERE `entry`=48662;
|
||||
UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=14, `speed_walk`=1.55556, `speed_run`=1, `unit_class`=1, `unit_flags`=0, `unit_flags2`=2048, `spell1`=0, `spell2`=0, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=0, `maxgold`=0, `DamageModifier`=35, `mechanic_immune_mask`=8388624, `flags_extra`=0 WHERE `entry`=48785;
|
||||
|
||||
-- Drake Part
|
||||
DELETE FROM `creature` WHERE `id` =42571 AND `guid` NOT IN (339783,339784,339782,339781,339780);
|
||||
UPDATE `creature` SET `position_z`=345.94 WHERE `guid` IN (340008, 340378, 339966, 339890, 340283, 340293);
|
||||
UPDATE `creature` SET `position_z`=236.371 WHERE `guid` IN (339824);
|
||||
|
||||
DELETE FROM `creature` WHERE `guid` IN (340373,339903,340376,340101,340122,340085,339912,339961,340018,340118,340112,339905,339892,340108,340384,339899,340086,339970,340000,340380,340083,339964,340096,340075,339768,340016,339830,339894,340011,339962,340093,339898,339904,340124,340087,340074,339889,340110,340381,340377,340119,339906,340017,339827,340111,340386,340082,339992,339914,339773,340100,339893,339965,339767,339764,339911,339762,340363,340327,340297,340367,340339,340255,340202,340354,340371,340308,340331,340369,340305,340152,340286,340312,340375,340343,340161,340359,340365,340313,340145,340334,340304,340158,340181,340150,340374,340366,340364,340095,340356,340368,340370,340301,340329,340089,340314,340361,340285,340274,340239,340296,340309,340340,340311,340128,340310,340287,340151,340267,340341,340298,340362,340358,340306,340162,340315,340254,340338,340133);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
|
||||
(340373,40268,670,0, 0, 6, 169, 0, 0, 1, -575.284485, -699.97735, 268.7676, 2.968479, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0),
|
||||
(339903,39626,670,0, 0, 6, 169, 0, 0, 1, -576.561523, -697.73522, 268.7684, 2.891018, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0),
|
||||
(340376,39909,670,0, 0, 6, 169, 0, 0, 1, -575.046631, -694.11480, 268.7675, 2.919857, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0),
|
||||
(340101,40448,670,0, 0, 6, 169, 0, 0, 1, -572.992798, -691.09594, 268.7675, 3.017984, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0),
|
||||
(340122,39870,670,0, 0, 6, 169, 0, 0, 1, -539.585022, -696.51318, 268.7684, 0.616211, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0),
|
||||
(340085,40270,670,0, 0, 6, 169, 0, 0, 1, -533.775879, -703.29345, 268.7672, 1.334843, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0),
|
||||
(339912,40270,670,0, 0, 6, 169, 0, 0, 1, -656.722656, -725.30139, 269.1153, 1.425167, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0),
|
||||
(339961,39870,670,0, 0, 6, 169, 0, 0, 1, -649.716675, -728.94116, 269.1172, 1.939608, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0),
|
||||
(340018,40448,670,0, 0, 6, 169, 0, 0, 1, -481.643921, -735.08947, 268.7677, 0.136811, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0),
|
||||
(340118,39909,670,0, 0, 6, 169, 0, 0, 1, -477.318787, -739.53515, 268.7677, 0.221161, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0),
|
||||
(340112,40268,670,0, 0, 6, 169, 0, 0, 1, -479.162567, -745.30114, 268.7677, 0.423481, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0),
|
||||
(339905,42570,670,0, 0, 6, 169, 0, 0, 0, -440.726013, -335.56201, 268.8160, 3.124140, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0),
|
||||
(339892,42570,670,0, 0, 6, 169, 0, 0, 0, -443.128998, -350.76599, 267.6069, 2.583090, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0),
|
||||
(340108,42570,670,0, 0, 6, 169, 0, 0, 0, -436.037994, -371.02099, 269.0480, 2.600540, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0),
|
||||
(340384,42570,670,0, 0, 6, 169, 0, 0, 0, -435.717010, -387.11499, 267.7959, 1.937310, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0),
|
||||
(339899,42570,670,0, 0, 6, 169, 0, 0, 0, -450.401001, -387.39099, 268.9590, 1.151920, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0);
|
||||
|
||||
UPDATE `creature` SET `id`=42571 WHERE `guid` IN (339783,339784,339782,339781,339780);
|
||||
UPDATE `creature` SET `equipment_id`=1 WHERE `map`=670 AND `id` IN (SELECT `CreatureID` FROM `creature_equip_template`);
|
||||
UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry` IN (40197, 42495);
|
||||
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry` IN(40566, 44314);
|
||||
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|131072, `flags_extra`=`flags_extra`|2 WHERE `entry` IN(42570);
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (42496, 42495, 39294, 42571);
|
||||
INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`auras`) VALUES
|
||||
(42496,0,1, "39199"),
|
||||
(42495,0,1, "39199"),
|
||||
(42571,0,1, "79377"),
|
||||
(39294,0,1, "");
|
||||
|
||||
-- Ground Siege Stalker
|
||||
UPDATE `creature_template` SET `flags_extra`=130 WHERE `entry`=40030;
|
||||
-- Blitz Stalker
|
||||
UPDATE `creature_template` SET `flags_extra`=128 WHERE `entry`=40040;
|
||||
-- Shadow Gale Trigger
|
||||
UPDATE `creature_template` SET `flags_extra`=130 WHERE `entry`=40567;
|
||||
@@ -1,3 +0,0 @@
|
||||
--
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (39859, 38821, 34527, 35845);
|
||||
UPDATE `creature_template` SET `InhabitType`=4, `flags_extra`=128 WHERE `entry` IN (39859, 38821, 34527, 35845);
|
||||
@@ -1,338 +0,0 @@
|
||||
--
|
||||
SET @Oguid:=235252;
|
||||
DELETE FROM `gameobject` WHERE `map`=34;
|
||||
DELETE FROM `gameobject` WHERE `guid` BETWEEN @Oguid+0 AND @Oguid+33;
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
|
||||
(@Oguid+0, 206117, 34, 0, 0, 2, 169, 0, 80.1872, -21.7123, -26.5229, 0.95993, 0, 0, 0.461748, 0.887011, 7200, 255, 1, 0),
|
||||
(@Oguid+1, 206038, 34, 0, 0, 2, 169, 0, 126.142, -33.6665, -33.9396, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0),
|
||||
(@Oguid+2, 206038, 34, 0, 0, 2, 169, 0, 77.1255, -85.7675, -33.9396, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0),
|
||||
(@Oguid+3, 206039, 34, 0, 0, 2, 169, 0, 136.405, -62.4725, -34.8562, 0, 0, 0, 0, 1, 7200, 255, 1, 0),
|
||||
(@Oguid+4, 206038, 34, 0, 0, 2, 169, 0, 105.513, -34.6987, -34.8562, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0),
|
||||
(@Oguid+5, 206038, 34, 0, 0, 2, 169, 0, 117.186, -49.3382, -33.5413, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0),
|
||||
(@Oguid+6, 206038, 34, 0, 0, 2, 169, 0, 113.598, -79.2585, -31.5162, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0),
|
||||
(@Oguid+7, 206039, 34, 0, 0, 2, 169, 0, 82.5491, -86.3351, -32.9531, 0, 0, 0, 0, 1, 7200, 255, 1, 0),
|
||||
(@Oguid+8, 206038, 34, 0, 0, 2, 169, 0, 118.107, -91.1957, -33.6035, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0),
|
||||
(@Oguid+9, 206038, 34, 0, 0, 2, 169, 0, 100.02, -44.5863, -34.8562, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0),
|
||||
(@Oguid+10, 206038, 34, 0, 0, 2, 169, 0, 97.0995, -96.3035, -35.1896, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0),
|
||||
(@Oguid+11, 206038, 34, 0, 0, 2, 169, 0, 102.467, -53.2114, -34.8562, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0),
|
||||
(@Oguid+12, 206038, 34, 0, 0, 2, 169, 0, 125.139, -69.8723, -33.9396, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0),
|
||||
(@Oguid+13, 206038, 34, 0, 0, 2, 169, 0, 128.726, -62.7564, -33.3152, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0),
|
||||
(@Oguid+14, 206039, 34, 0, 0, 2, 169, 0, 104.716, -92.3675, -34.977, 0, 0, 0, 0, 1, 7200, 255, 1, 0),
|
||||
(@Oguid+15, 206038, 34, 0, 0, 2, 169, 0, 133.237, -36.2304, -33.545, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0),
|
||||
(@Oguid+16, 206039, 34, 0, 0, 2, 169, 0, 113.787, -68.6769, -34.4421, -0.890117, 0, 0, -0.43051, 0.902586, 7200, 255, 1, 0),
|
||||
(@Oguid+17, 206039, 34, 0, 0, 2, 169, 0, 114.113, -116.77, -35.1896, 0, 0, 0, 0, 1, 7200, 255, 1, 0),
|
||||
(@Oguid+18, 206039, 34, 0, 0, 2, 169, 0, 139.263, -37.9274, -34.8562, 0, 0, 0, 0, 1, 7200, 255, 1, 0),
|
||||
(@Oguid+19, 206038, 34, 0, 0, 2, 169, 0, 133.514, -112.958, -33.9396, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0),
|
||||
(@Oguid+20, 206039, 34, 0, 0, 2, 169, 0, 130.886, -127.941, -33.9396, 0, 0, 0, 0, 1, 7200, 255, 1, 0),
|
||||
(@Oguid+21, 206038, 34, 0, 0, 2, 169, 0, 100.471, -63.4066, -34.8562, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0),
|
||||
(@Oguid+22, 206039, 34, 0, 0, 2, 169, 0, 143.322, -80.2735, -34.8562, 0, 0, 0, 0, 1, 7200, 255, 1, 0),
|
||||
(@Oguid+23, 206038, 34, 0, 0, 2, 169, 0, 85.4526, -102.806, -32.4805, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0),
|
||||
(@Oguid+24, 206038, 34, 0, 0, 2, 169, 0, 122.655, -48.4107, -31.062, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0),
|
||||
(@Oguid+25, 206038, 34, 0, 0, 2, 169, 0, 159.953, -56.0504, -34.8562, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0),
|
||||
(@Oguid+26, 206039, 34, 0, 0, 2, 169, 0, 118.08, -105.927, -35.1896, 0, 0, 0, 0, 1, 7200, 255, 1, 0),
|
||||
(@Oguid+27, 206038, 34, 0, 0, 2, 169, 0, 106.757, -89.6077, -31.5528, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0),
|
||||
(@Oguid+28, 206038, 34, 0, 0, 2, 169, 0, 130.461, -39.3777, -33.9396, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0),
|
||||
(@Oguid+29, 206038, 34, 0, 0, 2, 169, 0, 92.377, -116.607, -31.0731, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0),
|
||||
(@Oguid+30, 206039, 34, 0, 0, 2, 169, 0, 143.363, -53.1464, -34.8562, 0, 0, 0, 0, 1, 7200, 255, 1, 0),
|
||||
(@Oguid+31, 206038, 34, 0, 0, 2, 169, 0, 123.561, -71.0415, -28.8443, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0),
|
||||
(@Oguid+32, 206038, 34, 0, 0, 2, 169, 0, 136.253, -50.0208, -34.8562, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0),
|
||||
(@Oguid+33, 206038, 34, 0, 0, 2, 169, 0, 127.26, -125.315, -32.7396, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0);
|
||||
|
||||
SET @Cguid:= 375668;
|
||||
DELETE FROM `creature` WHERE `map`=34;
|
||||
DELETE FROM `creature` WHERE `guid` BETWEEN @Cguid+0 AND @Cguid+142;
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
|
||||
(@Cguid+0, 46252, 34, 0, 0, 2, 169, 0, 413, 0, 138.8, 68.2195, -33.8563, 3.75246, 7200, 0, 0, 2284, 1743, 0, 0, 0, 0, 0),
|
||||
(@Cguid+1, 46249, 34, 0, 0, 2, 169, 0, 384, 1, 143.643, 107.928, -35.1063, 1.09956, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+2, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 142.502, 111.638, -35.1063, 5.49779, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+3, 46248, 34, 0, 0, 2, 169, 0, 175, 1, 145.88, 111.855, -35.1063, 3.49066, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+4, 46250, 34, 0, 0, 2, 169, 0, 374, 1, 147.363, 102.737, -35.1896, 4.74935, 7200, 0, 0, 2604, 0, 2, 0, 0, 0, 0), -- 1
|
||||
(@Cguid+5, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 126.643, 48.8055, -33.8563, 5.34071, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+6, 46260, 34, 0, 0, 2, 169, 0, 1405, 0, 99.583, -39.0376, -34.8562, 2.37755, 7200, 0, 0, 2284, 1236, 2, 0, 0, 0, 0), -- 2
|
||||
(@Cguid+7, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 79.106, -96.1999, -33.9396, 2.88742, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0),
|
||||
(@Cguid+8, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 142.243, -74.6631, -34.8562, 0.60646, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0),
|
||||
(@Cguid+9, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 115.934, -62.6386, -34.8561, 2.66776, 7200, 0, 0, 302, 0, 2, 0, 0, 0, 0), -- 3
|
||||
(@Cguid+10, 46261, 34, 0, 0, 2, 169, 0, 35014, 0, 130.089, -115.885, -33.9396, 2.24391, 7200, 5, 0, 2132, 1162, 1, 0, 0, 0, 0),
|
||||
(@Cguid+11, 46261, 34, 0, 0, 2, 169, 0, 35014, 0, 143.314, -42.6761, -34.8562, 3.36318, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0),
|
||||
(@Cguid+12, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 140.377, 88.779, -33.8563, 5.16617, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+13, 46249, 34, 0, 0, 2, 169, 0, 384, 1, 145.945, 87.9651, -33.8563, 3.49066, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+14, 46249, 34, 0, 0, 2, 169, 0, 384, 1, 115.646, 46.6108, -34.8562, 3.05838, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+15, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 169.457, 131.567, -33.9396, 0.0420607, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+16, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 128.467, 60.6504, -33.8563, 5.60251, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+17, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 151.236, 61.0594, -34.7729, 2.3911, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+18, 46249, 34, 0, 0, 2, 169, 0, 384, 1, 151.978, 65.7358, -34.7729, 4.2586, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+19, 46250, 34, 0, 0, 2, 169, 0, 374, 1, 124.068, 119.782, -33.9396, 2.84049, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+20, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 114.621, 71.3001, -34.7729, 0.383972, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+21, 46248, 34, 0, 0, 2, 169, 0, 175, 1, 118.116, 75.7636, -34.7729, 4.2586, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+22, 46252, 34, 0, 0, 2, 169, 0, 413, 0, 119.789, 125.887, -33.9396, 2.52888, 7200, 0, 0, 2284, 1743, 0, 0, 0, 0, 0),
|
||||
(@Cguid+23, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 149.402, 39.6148, -34.7729, 1.25664, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+24, 46249, 34, 0, 0, 2, 169, 0, 384, 1, 150.557, 45.8164, -34.7729, 3.80482, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+25, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 190.948, 92.736, -33.9396, 3.35267, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+26, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 91.4122, -133.32, -33.9396, 0.911975, 7200, 5, 0, 302, 0, 1, 0, 0, 0, 0),
|
||||
(@Cguid+27, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 95.1225, -58.5109, -34.8562, 0.875983, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0),
|
||||
(@Cguid+28, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 134.673, -122.773, -33.9396, 5.86751, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+29, 46261, 34, 0, 0, 2, 169, 0, 35014, 0, 111.376, -45.8854, -34.8562, 5.65932, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0),
|
||||
(@Cguid+30, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 105.616, -57.7929, -34.8562, 5.6134, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0),
|
||||
(@Cguid+31, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 109.941, -100.341, -35.1896, -0.611966, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0),
|
||||
(@Cguid+32, 46261, 34, 0, 0, 2, 169, 0, 35014, 0, 125.033, -55.2645, -33.8563, 1.8326, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0),
|
||||
(@Cguid+33, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 128.403, -51.1683, -33.8563, 1.8326, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0),
|
||||
(@Cguid+34, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 116.784, -84.3837, -33.9396, 0.986595, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+35, 46260, 34, 0, 0, 2, 169, 0, 1405, 0, 89.6001, -143.828, -33.9396, 3.61654, 7200, 0, 0, 2284, 1236, 0, 0, 0, 0, 0),
|
||||
(@Cguid+36, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 130.427, -116.848, -33.9396, 2.46724, 7200, 5, 0, 2132, 1162, 1, 0, 0, 0, 0),
|
||||
(@Cguid+37, 46375, 34, 0, 0, 2, 169, 0, 35078, 1, 102.054, 0.80921, -25.5229, 3.68265, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+38, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 114.333, -2.55397, -25.5229, 1.18682, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+39, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 111.162, -2.44849, -25.5229, 1.93731, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 4
|
||||
(@Cguid+40, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 100.28, -0.705868, -25.6062, 4.72614, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 5
|
||||
(@Cguid+41, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 113.127, -13.4419, -26.4396, 2.19912, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+42, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 111.682, -15.3287, -26.4396, 2.3911, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 6
|
||||
(@Cguid+43, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 112.539, -18.1699, -26.4396, 3.54302, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+44, 46375, 34, 0, 0, 2, 169, 0, 35078, 1, 100.19, 1.53123, -25.6062, -2.79082, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+45, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 133.763, 3.99191, -25.5229, 4.13643, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+46, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 132.188, 5.22533, -25.5229, 3.75246, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 7
|
||||
(@Cguid+47, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 120.915, 0.512058, -25.6062, 3.24348, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 8
|
||||
(@Cguid+48, 46379, 34, 0, 0, 2, 169, 0, 35076, 1, 135.391, 5.12026, -24.3964, -2.53755, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+49, 46375, 34, 0, 0, 2, 169, 0, 35078, 1, 161.964, 5.82574, -25.5229, 5.96903, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+50, 46381, 34, 0, 0, 2, 169, 0, 35073, 1, 164.323, 5.37318, -25.5229, 3.01942, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+51, 46264, 34, 0, 0, 2, 169, 0, 1204, 0, 99.4527, -116.802, -35.1063, 1.09956, 43200, 0, 0, 15250, 3930, 0, 0, 0, 0, 0),
|
||||
(@Cguid+52, 46254, 34, 0, 0, 2, 169, 0, 501, 1, 158.016, 116.564, -35.1063, 4.2586, 43200, 0, 0, 23456, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+53, 46249, 34, 0, 0, 2, 169, 0, 384, 1, 132.665, 123.228, -33.9396, 0.0124326, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+54, 46252, 34, 0, 0, 2, 169, 0, 413, 0, 164.711, 135.636, -33.9396, 6.06013, 7200, 0, 0, 2284, 1743, 0, 0, 0, 0, 0),
|
||||
(@Cguid+55, 46248, 34, 0, 0, 2, 169, 0, 175, 1, 132.976, 40.8171, -33.8563, 3.90954, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+56, 46248, 34, 0, 0, 2, 169, 0, 175, 1, 159.443, 98.5626, -35.1063, 0.191986, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+57, 46252, 34, 0, 0, 2, 169, 0, 413, 0, 161.406, 97.0804, -35.1063, 2.72271, 7200, 0, 0, 2284, 1743, 0, 0, 0, 0, 0),
|
||||
(@Cguid+58, 46250, 34, 0, 0, 2, 169, 0, 374, 1, 161.415, 100.436, -35.1063, 3.89208, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+59, 46249, 34, 0, 0, 2, 169, 0, 384, 1, 171.285, 135.533, -33.9396, 2.47638, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+60, 46252, 34, 0, 0, 2, 169, 0, 413, 0, 112.905, 42.6389, -34.7729, 1.25664, 7200, 0, 0, 2284, 1743, 0, 0, 0, 0, 0),
|
||||
(@Cguid+61, 46250, 34, 0, 0, 2, 169, 0, 374, 1, 110.525, 50.7815, -34.7729, 5.39307, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+62, 46252, 34, 0, 0, 2, 169, 0, 413, 0, 178.448, 98.6488, -33.9396, 0.533069, 7200, 0, 0, 2284, 1743, 0, 0, 0, 0, 0),
|
||||
(@Cguid+63, 46248, 34, 0, 0, 2, 169, 0, 175, 1, 179.873, 90.7396, -33.9396, 2.95521, 7200, 0, 0, 2420, 0, 2, 0, 0, 0, 0), -- 9
|
||||
(@Cguid+64, 46248, 34, 0, 0, 2, 169, 0, 175, 1, 147.842, 43.3093, -34.8562, 6.19657, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+65, 46250, 34, 0, 0, 2, 169, 0, 374, 1, 154.114, 100.941, -35.1896, 3.43802, 7200, 0, 0, 2604, 0, 2, 0, 0, 0, 0), -- 10
|
||||
(@Cguid+66, 46260, 34, 0, 0, 2, 169, 0, 1405, 0, 138.332, -126.504, -33.9396, 2.10357, 7200, 0, 0, 2284, 1236, 0, 0, 0, 0, 0),
|
||||
(@Cguid+67, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 117.771, -75.4089, -33.8563, 0, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0),
|
||||
(@Cguid+68, 46260, 34, 0, 0, 2, 169, 0, 1405, 0, 119.77, -81.5856, -33.8563, 0, 7200, 0, 0, 2284, 1236, 0, 0, 0, 0, 0),
|
||||
(@Cguid+69, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 125.86, -61.6993, -33.9396, 1.00045, 7200, 0, 0, 302, 0, 2, 0, 0, 0, 0), -- 11
|
||||
(@Cguid+70, 46261, 34, 0, 0, 2, 169, 0, 35014, 0, 99.3459, -102.593, -35.1063, 0.436332, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0),
|
||||
(@Cguid+71, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 105.885, -101.519, -35.1063, 1.69297, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0),
|
||||
(@Cguid+72, 46260, 34, 0, 0, 2, 169, 0, 1405, 0, 111.092, -98.399, -35.1896, 4.32032, 7200, 0, 0, 2284, 1236, 0, 0, 0, 0, 0),
|
||||
(@Cguid+73, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 151.518, -47.9823, -34.8562, 2.91744, 7200, 0, 0, 302, 0, 2, 0, 0, 0, 0), -- 12
|
||||
(@Cguid+74, 46261, 34, 0, 0, 2, 169, 0, 35014, 0, 154.18, -69.5024, -34.8562, 5.11699, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0),
|
||||
(@Cguid+75, 46260, 34, 0, 0, 2, 169, 0, 1405, 0, 146.644, -49.8948, -34.8562, 1.7966, 7200, 0, 0, 2284, 1236, 2, 0, 0, 0, 0), -- 13
|
||||
(@Cguid+76, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 113.612, -59.6646, -34.8562, 1.07341, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+77, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 91.3291, -133.327, -33.9396, 2.51738, 7200, 5, 0, 302, 0, 1, 0, 0, 0, 0),
|
||||
(@Cguid+78, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 77.8695, -88.568, -33.9396, 6.13929, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+79, 46379, 34, 0, 0, 2, 169, 0, 35076, 1, 104.795, -29.1012, -26.4396, 0.864969, 7200, 0, 0, 2604, 0, 2, 0, 0, 0, 0), -- 14
|
||||
(@Cguid+80, 46379, 34, 0, 0, 2, 169, 0, 35076, 1, 151.833, 0.695342, -25.6062, 1.42085, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+81, 46375, 34, 0, 0, 2, 169, 0, 35078, 1, 136.11, 2.21884, -25.6062, 5.32628, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+82, 46381, 34, 0, 0, 2, 169, 0, 35073, 1, 151.78, -0.610041, -25.6062, 2.92175, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+83, 46381, 34, 0, 0, 2, 169, 0, 35073, 1, 141.334, -0.052255, -25.6062, 2.70265, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+84, 46379, 34, 0, 0, 2, 169, 0, 35076, 1, 138.974, 3.55755, -25.6062, 5.04733, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+85, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 101.52, -27.0801, -26.4396, 5.20108, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+86, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 100.542, -28.7851, -26.4396, 5.86431, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 15
|
||||
(@Cguid+87, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 103.314, -31.4143, -26.4396, 1.88496, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+88, 46379, 34, 0, 0, 2, 169, 0, 35076, 1, 108.927, 21.8863, -26.5229, 2.2088, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+89, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 102.194, 3.97128, -25.5229, 3.56047, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+90, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 100.528, 3.50848, -25.5229, 3.7705, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 16
|
||||
(@Cguid+91, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 93.2359, -0.0572555, -25.6062, 3.70497, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 17
|
||||
(@Cguid+92, 46375, 34, 0, 0, 2, 169, 0, 35078, 1, 98.96, -1.139, -25.6062, -0.0470873, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+93, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 112.535, 23.3279, -26.4396, 4.13643, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+94, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 110.96, 24.5613, -26.4396, 3.75246, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 18
|
||||
(@Cguid+95, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 111.84, 18.6591, -26.4396, 2.16421, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+96, 46379, 34, 0, 0, 2, 169, 0, 35076, 1, 132.009, 1.1699, -25.5229, 2.53995, 7200, 0, 0, 2604, 0, 2, 0, 0, 0, 0), -- 19
|
||||
(@Cguid+97, 46379, 34, 0, 0, 2, 169, 0, 35076, 1, 109.06, -15.5223, -26.5229, 1.99201, 7200, 0, 0, 2604, 0, 2, 0, 0, 0, 0), -- 20
|
||||
(@Cguid+98, 46383, 34, 0, 0, 2, 169, 0, 35068, 1, 172.463, -2.24164, -25.5229, 2.72271, 43200, 0, 0, 17475, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+99, 46300, 34, 0, 0, 2, 169, 0, 35073, 0, 126.23, -33.708, -33.8563, 0.785398, 7200, 0, 0, 521, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+100, 46299, 34, 0, 0, 2, 169, 0, 35076, 0, 97.0772, -96.3446, -35.1063, 1.36136, 7200, 0, 0, 484, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+101, 46299, 34, 0, 0, 2, 169, 0, 35076, 0, 100.069, -44.6332, -34.7729, 1.36136, 7200, 0, 0, 484, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+102, 46300, 34, 0, 0, 2, 169, 0, 35073, 0, 125.168, -69.6588, -33.8563, 1.36136, 7200, 0, 0, 521, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+103, 46299, 34, 0, 0, 2, 169, 0, 35076, 0, 130.365, -39.4408, -33.8563, 4.01426, 7200, 0, 0, 484, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+104, 46299, 34, 0, 0, 2, 169, 0, 35076, 0, 136.265, -50.0503, -34.7729, 0.837758, 7200, 0, 0, 484, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+105, 46300, 34, 0, 0, 2, 169, 0, 35073, 0, 77.1173, -85.7022, -33.8563, 1.36136, 7200, 0, 0, 521, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+106, 46300, 34, 0, 0, 2, 169, 0, 35073, 0, 100.481, -63.3902, -34.7729, 4.41568, 7200, 0, 0, 521, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+107, 46406, 34, 0, 0, 2, 169, 0, 2989, 1, 78.7384, -0.682292, -25.5229, 0, 7200, 0, 0, 1302, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+108, 46405, 34, 0, 0, 2, 169, 0, 2989, 1, 78.6935, 15.392, -26.4396, 0.610865, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+109, 46406, 34, 0, 0, 2, 169, 0, 2989, 1, 77.0925, 3.23572, -25.5229, 0, 7200, 0, 0, 1302, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+110, 46406, 34, 0, 0, 2, 169, 0, 2990, 1, 76.7786, -1.54392, -25.5229, 0, 7200, 0, 0, 1302, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+111, 46405, 34, 0, 0, 2, 169, 0, 2992, 1, 89.3952, 9.3915, -26.4396, 3.40339, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -- 21
|
||||
(@Cguid+112, 46407, 34, 0, 0, 2, 169, 0, 2988, 0, 91.6768, -29.3938, -26.4396, 3.12414, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+113, 46408, 34, 0, 0, 2, 169, 0, 2992, 0, 90.7331, -8.76813, -26.4396, 4.13643, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+114, 46405, 34, 0, 0, 2, 169, 0, 2989, 1, 90.0439, -2.58535, -25.5229, 0.139626, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -- 22
|
||||
(@Cguid+115, 46406, 34, 0, 0, 2, 169, 0, 2989, 1, 78.9916, 4.26081, -25.5229, 0, 7200, 0, 0, 1302, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+116, 46406, 34, 0, 0, 2, 169, 0, 2989, 1, 78.7236, -2.62016, -25.5229, 0, 7200, 0, 0, 1302, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+117, 46407, 34, 0, 0, 2, 169, 0, 2987, 0, 78.9247, -27.3705, -26.4396, 1.62316, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+118, 46405, 34, 0, 0, 2, 169, 0, 2989, 1, 79.3117, 17.1223, -26.4396, 5.21853, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+119, 46408, 34, 0, 0, 2, 169, 0, 2990, 0, 88.6199, -21.0578, -26.4396, 1.72788, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+120, 46405, 34, 0, 0, 2, 169, 0, 2992, 1, 79.9497, 22.0916, -26.4396, 5.48033, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -- 23
|
||||
(@Cguid+121, 46405, 34, 0, 0, 2, 169, 0, 2989, 1, 85.3679, 18.7793, -26.4396, 5.42797, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+122, 46408, 34, 0, 0, 2, 169, 0, 2989, 0, 77.3381, -15.1934, -26.4396, 0, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+123, 46407, 34, 0, 0, 2, 169, 0, 2986, 0, 91.3948, -16.1498, -26.4396, 3.05433, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+124, 46405, 34, 0, 0, 2, 169, 0, 2992, 1, 80.8261, 15.4966, -26.4396, 2.80998, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+125, 46405, 34, 0, 0, 2, 169, 0, 2992, 1, 90.0527, 4.0865, -25.5229, 6.05629, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -- 24
|
||||
(@Cguid+126, 46411, 34, 0, 0, 2, 169, 0, 27769, 0, 85.5236, -17.4515, -26.4396, 0, 7200, 0, 0, 5342, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+127, 46410, 34, 0, 0, 2, 169, 0, 2993, 0, 83.9379, -14.7392, -26.4396, 3.22886, 7200, 0, 0, 635, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+128, 46406, 34, 0, 0, 2, 169, 0, 2990, 1, 79.0145, 2.2961, -25.5229, 0, 7200, 0, 0, 1302, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+129, 46407, 34, 0, 0, 2, 169, 0, 2988, 0, 79.8477, -31.7496, -26.4396, 0.907571, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+130, 46407, 34, 0, 0, 2, 169, 0, 2986, 0, 86.7224, -32.0406, -26.4396, 1.62316, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+131, 46405, 34, 0, 0, 2, 169, 0, 2989, 1, 89.7979, -0.81802, -25.5229, 0.0698132, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -- 25
|
||||
(@Cguid+132, 46409, 34, 0, 0, 2, 169, 0, 1865, 1, 83.5244, 32.7149, -26.4829, 3.29497, 7200, 0, 0, 4229, 0, 2, 0, 0, 0, 0), -- 26
|
||||
(@Cguid+133, 46482, 34, 0, 0, 2, 169, 0, 35068, 1, 88.8999, 21.8505, -26.4421, 4.4855, 7200, 0, 0, 5592, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+134, 46405, 34, 0, 0, 2, 169, 0, 2992, 1, 89.7199, 2.35929, -25.5229, 6.12611, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -- 27
|
||||
(@Cguid+135, 46408, 34, 0, 0, 2, 169, 0, 2991, 0, 80.187, -6.52612, -26.4396, 4.72984, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+136, 46405, 34, 0, 0, 2, 169, 0, 2989, 1, 86.3939, 17.585, -26.4396, 2.33874, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+137, 46405, 34, 0, 0, 2, 169, 0, 2989, 1, 90.0658, 17.493, -26.4396, 2.79253, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -- 28
|
||||
(@Cguid+138, 46417, 34, 0, 0, 2, 169, 0, 2991, 1, 73.7084, 0.704101, -25.5229, 0, 7200, 0, 0, 1953, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+139, 46407, 34, 0, 0, 2, 169, 0, 2986, 0, 90.2458, -32.1359, -26.4396, 1.62316, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+140, 1720, 34, 0, 0, 2, 169, 0, 0, 0, 103.112, 77.7348, -34.8562, 5.94116, 28800, 0, 0, 2097, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+141, 53488, 34, 0, 0, 2, 169, 0, 16925, 0, 66.8395, 0.820416, -22.9799, 0, 7200, 0, 0, 12600, 0, 0, 0, 0, 0, 0),
|
||||
(@Cguid+142, 53488, 34, 0, 0, 2, 169, 0, 16925, 0, 76.7849, 0.891, -25.5229, 0, 7200, 0, 0, 12600, 0, 0, 0, 0, 0, 0);
|
||||
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (@Cguid+4, @Cguid+6, @Cguid+9, @Cguid+39, @Cguid+40, @Cguid+42, @Cguid+46, @Cguid+47, @Cguid+63, @Cguid+65, @Cguid+69, @Cguid+73, @Cguid+75, @Cguid+79, @Cguid+86, @Cguid+90, @Cguid+91, @Cguid+94, @Cguid+96, @Cguid+97, @Cguid+111, @Cguid+114, @Cguid+120, @Cguid+125, @Cguid+131, @Cguid+132, @Cguid+134, @Cguid+137);
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
|
||||
(@Cguid+4, (@Cguid+4)*10, 0, 0, 0, 0, ""), -- 1
|
||||
(@Cguid+6, (@Cguid+6)*10, 0, 0, 0, 0, ""), -- 2
|
||||
(@Cguid+9, (@Cguid+9)*10, 0, 0, 0, 0, ""), -- 3
|
||||
(@Cguid+39, 0, 0, 1, 1, 0, ""), -- 4
|
||||
(@Cguid+40, 0, 0, 0, 1, 0, ""), -- 5
|
||||
(@Cguid+42, 0, 0, 1, 1, 0, ""), -- 6
|
||||
(@Cguid+46, 0, 0, 1, 1, 0, ""), -- 7
|
||||
(@Cguid+47, 0, 0, 0, 1, 0, ""), -- 8
|
||||
(@Cguid+63, (@Cguid+63)*10, 0, 0, 0, 0, ""), -- 9
|
||||
(@Cguid+65, (@Cguid+65)*10, 0, 0, 0, 0, ""), -- 10
|
||||
(@Cguid+69, (@Cguid+69)*10, 0, 0, 0, 0, ""), -- 11
|
||||
(@Cguid+73, (@Cguid+73)*10, 0, 0, 0, 0, ""), -- 12
|
||||
(@Cguid+75, (@Cguid+75)*10, 0, 0, 0, 0, ""), -- 13
|
||||
(@Cguid+79, (@Cguid+79)*10, 0, 0, 0, 0, ""), -- 14
|
||||
(@Cguid+86, 0, 0, 1, 1, 0, ""), -- 15
|
||||
(@Cguid+90, 0, 0, 0, 1, 0, ""), -- 16
|
||||
(@Cguid+91, 0, 0, 0, 1, 0, ""), -- 17
|
||||
(@Cguid+94, 0, 0, 1, 1, 0, ""), -- 18
|
||||
(@Cguid+96, (@Cguid+96)*10, 0, 0, 0, 0, ""), -- 19
|
||||
(@Cguid+97, (@Cguid+97)*10, 0, 0, 0, 0, ""), -- 20
|
||||
(@Cguid+111, 0, 0, 3, 1, 0, "55474"), -- 21
|
||||
(@Cguid+114, 0, 0, 0, 1, 333, ""), -- 22
|
||||
(@Cguid+120, 0, 0, 3, 1, 0, "55474"), -- 23
|
||||
(@Cguid+125, 0, 0, 0, 1, 333, ""), -- 24
|
||||
(@Cguid+131, 0, 0, 0, 1, 333, ""), -- 25
|
||||
(@Cguid+132, (@Cguid+132)*10, 0, 0, 0, 0, ""), -- 26
|
||||
(@Cguid+134, 0, 0, 0, 1, 333, ""), -- 27
|
||||
(@Cguid+137, 0, 0, 3, 1, 0, "55474"); -- 28
|
||||
|
||||
DELETE FROM `waypoint_data` WHERE `id` IN ((@Cguid+4)*10, (@Cguid+6)*10, (@Cguid+9)*10, (@Cguid+63)*10, (@Cguid+65)*10, (@Cguid+69)*10, (@Cguid+73)*10, (@Cguid+75)*10, (@Cguid+79)*10, (@Cguid+96)*10, (@Cguid+97)*10, (@Cguid+132)*10);
|
||||
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES
|
||||
((@Cguid+4)*10, 1, 110.294, -18.2778, -26.5229, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+4)*10, 2, 110.703, -19.1904, -26.5229, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+4)*10, 3, 108.707, -14.7353, -26.5229, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+4)*10, 4, 108.707, -14.7353, -26.5229, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+6)*10, 1, 132.866, 1.68494, -25.6062, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+6)*10, 2, 132.009, 1.1699, -25.6062, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+6)*10, 3, 131.334, 1.63358, -25.6062, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+6)*10, 4, 131.334, 1.63358, -25.6062, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+9)*10, 1, 105.652, -28.5862, -26.5229, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+9)*10, 2, 104.795, -29.1012, -26.5229, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+9)*10, 3, 105.953, -27.7429, -26.5229, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+9)*10, 4, 105.953, -27.7429, -26.5229, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+63)*10, 1, 147.865, -50.7881, -34.8562, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+63)*10, 2, 146.868, -50.8707, -34.8562, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+63)*10, 3, 146.571, -49.5761, -34.8562, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+63)*10, 4, 146.571, -49.5761, -34.8562, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+65)*10, 1, 153.951, -47.9694, -34.8562, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+65)*10, 2, 154.64, -48.6941, -34.8562, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+65)*10, 3, 153.149, -48.3541, -34.8562, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+65)*10, 4, 151.191, -47.9077, -34.8562, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+65)*10, 5, 151.191, -47.9077, -34.8562, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+69)*10, 1, 125.32, -62.541, -33.9396, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+69)*10, 2, 125.86, -61.6993, -33.9396, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+69)*10, 3, 126.255, -61.0834, -33.9396, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+69)*10, 4, 128.001, -58.3609, -33.9396, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+69)*10, 5, 130.018, -51.5804, -33.9396, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+69)*10, 6, 130.34, -50.4989, -33.9396, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+69)*10, 7, 129.576, -45.469, -33.9396, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+69)*10, 8, 129.426, -44.4811, -33.9396, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+69)*10, 9, 129.426, -44.4811, -33.9396, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+73)*10, 1, 162.874, 101.41, -34.9649, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+73)*10, 2, 161.891, 101.591, -34.9649, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+73)*10, 3, 158.366, 102.24, -35.1896, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+73)*10, 4, 152.103, 100.327, -35.1896, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+73)*10, 5, 150.572, 99.8595, -35.1896, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+73)*10, 6, 150.572, 99.8595, -35.1896, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+75)*10, 1, 181.549, 91.3863, -33.9396, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+75)*10, 2, 181.055, 90.5167, -33.9396, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+75)*10, 3, 176.763, 91.3261, -33.9396, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+75)*10, 4, 176.763, 91.3261, -33.9396, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+79)*10, 1, 122.621, -65.386, -33.9378, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+79)*10, 2, 121.682, -65.0414, -33.9378, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+79)*10, 3, 121.157, -64.8486, -33.9374, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+79)*10, 4, 119.006, -64.059, -34.8494, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+79)*10, 5, 117.944, -63.6694, -34.856, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+79)*10, 6, 114.462, -61.8837, -34.8562, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+79)*10, 7, 111.293, -60.2584, -34.8562, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+79)*10, 8, 110.055, -60.4123, -34.8562, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+79)*10, 9, 104.609, -61.0894, -34.8562, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+79)*10, 10, 104.609, -61.0894, -34.8562, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+96)*10, 1, 100.193, -38.7373, -34.8562, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+96)*10, 2, 100.307, -39.7309, -34.8562, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+96)*10, 3, 99.3503, -38.8146, -34.8562, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+96)*10, 4, 99.3503, -38.8146, -34.8562, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+97)*10, 1, 147.326, 103.736, -35.1896, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+97)*10, 2, 147.363, 102.737, -35.1896, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+97)*10, 3, 147.419, 101.211, -35.1896, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+97)*10, 4, 146.919, 99.3285, -35.1896, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+97)*10, 5, 146.392, 97.3472, -35.1896, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+97)*10, 6, 146.056, 96.0809, -34.7753, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+97)*10, 7, 145.617, 94.4278, -33.9411, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+97)*10, 8, 145.173, 92.758, -33.9396, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+97)*10, 9, 145.173, 92.758, -33.9396, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+132)*10, 1, 84.4642, 33.8602, -26.442, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+132)*10, 2, 84.4642, 32.8602, -26.442, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+132)*10, 3, 82.5378, 32.5624, -26.5259, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+132)*10, 4, 80.4382, 32.1262, -26.5265, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+132)*10, 5, 79.0513, 30.7565, -26.5262, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+132)*10, 6, 78.5776, 28.8914, -26.5229, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+132)*10, 7, 78.9996, 27.247, -26.5229, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+132)*10, 8, 81.4716, 26.7795, -26.5298, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+132)*10, 9, 83.6806, 26.924, -26.5335, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+132)*10, 10, 86.3659, 26.8395, -26.5267, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+132)*10, 11, 88.4547, 26.7095, -26.5229, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+132)*10, 12, 90.2688, 26.9445, -26.5229, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+132)*10, 13, 91.2195, 28.3116, -26.5229, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+132)*10, 14, 91.276, 29.5049, -26.5229, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+132)*10, 15, 90.8135, 30.8675, -26.5229, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+132)*10, 16, 89.6863, 31.783, -26.5229, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+132)*10, 17, 88.7407, 32.3032, -26.5229, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+132)*10, 18, 87.2978, 32.709, -26.5229, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+132)*10, 19, 85.5401, 32.9464, -26.5229, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+132)*10, 20, 84.5596, 32.7557, -26.5251, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+132)*10, 21, 84.4853, 31.0094, -26.5272, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+132)*10, 22, 84.4622, 29.6961, -26.5286, 0, 0, 0, 0, 100, 0),
|
||||
((@Cguid+132)*10, 23, 84.4622, 29.6961, -26.5286, 0, 0, 0, 0, 100, 0);
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (46252,46249,46251,46248,46250,46260,46263,46262,46261,46375,46382,46379,46381,46264,46254,46383,46300,46299,46406,46405,46407,46408,46411,46410,46409,46482,46417,1720);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
|
||||
(46252, 0, 0, 0, 1, 0, ""),
|
||||
(46249, 0, 0, 0, 1, 0, ""),
|
||||
(46251, 0, 0, 0, 1, 0, ""),
|
||||
(46248, 0, 0, 0, 1, 0, ""),
|
||||
(46250, 0, 0, 0, 1, 0, ""),
|
||||
(46260, 0, 0, 0, 1, 0, ""),
|
||||
(46263, 0, 0, 0, 1, 0, "19818"),
|
||||
(46262, 0, 0, 0, 1, 0, ""),
|
||||
(46261, 0, 0, 0, 1, 0, ""),
|
||||
(46375, 0, 0, 0, 1, 0, ""),
|
||||
(46382, 0, 0, 3, 1, 0, ""),
|
||||
(46379, 0, 0, 0, 1, 0, ""),
|
||||
(46381, 0, 0, 0, 1, 0, "10022"),
|
||||
(46264, 0, 0, 0, 1, 0, ""),
|
||||
(46254, 0, 0, 0, 1, 0, ""),
|
||||
(46383, 0, 0, 0, 1, 0, ""),
|
||||
(46300, 0, 0, 0, 1, 0, "29266"),
|
||||
(46299, 0, 0, 0, 1, 0, "29266"),
|
||||
(46406, 0, 0, 0, 3, 214, ""),
|
||||
(46405, 0, 0, 1, 1, 0, ""),
|
||||
(46407, 0, 0, 3, 1, 0, ""),
|
||||
(46408, 0, 0, 1, 1, 0, ""),
|
||||
(46411, 0, 0, 0, 1, 0, ""),
|
||||
(46410, 0, 0, 0, 1, 0, ""),
|
||||
(46409, 0, 0, 0, 1, 0, ""),
|
||||
(46482, 0, 0, 0, 1, 0, ""),
|
||||
(46417, 0, 0, 0, 3, 214, ""),
|
||||
(1720, 0, 0, 0, 4097, 0, "");
|
||||
@@ -1,2 +0,0 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `action_type`=16 WHERE `entryorguid`=3038200 AND `source_type`=9 AND `id`=2;
|
||||
@@ -1,307 +0,0 @@
|
||||
SET @OGUID := 78735; -- 20 free guids required
|
||||
SET @CGUID := 84148; -- 9 free guids required
|
||||
|
||||
SET @NPC := @CGUID+1;
|
||||
SET @PATH := @NPC * 10;
|
||||
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=0 WHERE `entry` IN (25740,25755,25756,25865);
|
||||
UPDATE `creature_template` SET `minlevel`=82,`maxlevel`=82, `mechanic_immune_mask`=617299839, `ScriptName`='boss_ahune' WHERE `entry`=25740; -- Ahune
|
||||
UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80, `AIName`='SmartAI' WHERE `entry`=25755; -- Ahunite Hailstone
|
||||
UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80, `AIName`='SmartAI' WHERE `entry`=25756; -- Ahunite Coldwave
|
||||
UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80, `AIName`='SmartAI' WHERE `entry`=25757; -- Ahunite Frostwind
|
||||
UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80, `flags_extra`=`flags_extra`|0x40000000, `mechanic_immune_mask`=617299839, `ScriptName`='npc_frozen_core' WHERE `entry`=25865; -- Frozen Core
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_ahune_bunny' WHERE `entry`=25745;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_earthen_ring_flamecaller' WHERE `entry`=25754;
|
||||
UPDATE `creature_template` SET `unit_flags`=33554432, `MovementType`=2 WHERE `entry` IN (25964,25965,25966); -- Shaman beam bunny
|
||||
UPDATE `creature_template` SET `unit_flags`=33554432 WHERE `entry`=26239; -- Ghost of Ahune
|
||||
UPDATE `creature_template` SET `flags_extra`=128 WHERE `entry`=25985; -- Ahune Ice Spear Bunny
|
||||
UPDATE `gameobject_template` SET `ScriptName`='go_ahune_ice_stone' WHERE `entry`=187882;
|
||||
UPDATE `creature` SET `orientation`=2.408554 WHERE `guid`=202734; -- Luma
|
||||
UPDATE `creature` SET `orientation`=3.804818 WHERE `guid`=202737; -- Flamecaller
|
||||
UPDATE `creature_template` SET `HealthModifier`=94.5, `unit_flags`=33554688 WHERE `entry`=25865;
|
||||
UPDATE `creature_template` SET `HealthModifier`=18.8 WHERE `entry`=25755;
|
||||
UPDATE `creature_template` SET `HealthModifier`=3.538 WHERE `entry`=25756;
|
||||
UPDATE `creature_template` SET `HealthModifier`=1.5 WHERE `entry`=25757;
|
||||
UPDATE `creature_template` SET `HealthModifier`=4 WHERE `entry`=40446;
|
||||
UPDATE `creature_template` SET `InhabitType`=7 WHERE `entry` IN (25964,25965,25966,26190);
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN
|
||||
('spell_ahune_synch_health',
|
||||
'spell_ice_spear_control_aura',
|
||||
'spell_slippery_floor_periodic',
|
||||
'spell_summon_ice_spear_delayer',
|
||||
'spell_summoning_rhyme_aura',
|
||||
'spell_ahune_spanky_hands',
|
||||
'spell_ahune_minion_despawner',
|
||||
'spell_ice_spear_target_picker',
|
||||
'spell_ice_bombardment_dest_picker');
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(46430, 'spell_ahune_synch_health'),
|
||||
(46371, 'spell_ice_spear_control_aura'),
|
||||
(46320, 'spell_slippery_floor_periodic'),
|
||||
(46878, 'spell_summon_ice_spear_delayer'),
|
||||
(45926, 'spell_summoning_rhyme_aura'),
|
||||
(46146, 'spell_ahune_spanky_hands'),
|
||||
(46843, 'spell_ahune_minion_despawner'),
|
||||
(46372, 'spell_ice_spear_target_picker'),
|
||||
(46398, 'spell_ice_bombardment_dest_picker');
|
||||
|
||||
DELETE FROM `creature_text` WHERE `entry` IN (25745,25754,25697,40446);
|
||||
INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(25745,0,0,'The Earthen Ring\'s Assault Begins.',41,0,100,0,0,0,24930,1,'Ahune Bunny- EMOTE_EARTHEN_ASSAULT'),
|
||||
(25754,0,0,'Ahune Retreats. His defenses diminish.',41,0,100,0,0,0,24931,1,'Earthen Ring Flamecaller - EMOTE_RETREAT'),
|
||||
(25754,1,0,'Ahune will soon resurface.',41,0,100,0,0,0,24932,1,'Earthen Ring Flamecaller - EMOTE_RESURFACE'),
|
||||
(40446,0,0,'How DARE you! You will not stop the coming of Lord Ahune!',14,0,100,0,0,0,40437,0,'Skar\'this the Summoner'),
|
||||
(25697,0,0,'The Ice Stone has melted!',14,0,100,0,0,0,24895,0,'Luma Skymother - SAY_PLAYER_1'),
|
||||
(25697,1,0,'Ahune, your strength grows no more!',14,0,100,0,0,0,24893,0,'Luma Skymother - SAY_PLAYER_2'),
|
||||
(25697,2,0,'Your frozen reign will not come to pass!',14,0,100,0,0,0,24894,0,'Luma Skymother - SAY_PLAYER_3');
|
||||
|
||||
DELETE FROM `gossip_menu` WHERE `entry`=11389;
|
||||
INSERT INTO `gossip_menu` VALUES
|
||||
(11389,15864);
|
||||
|
||||
DELETE FROM `gossip_menu_option` WHERE `menu_id`=11389;
|
||||
INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`OptionBroadcastTextID`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`box_coded`,`box_money`,`box_text`,`BoxBroadcastTextID`) VALUES
|
||||
(11389,1,0,'Disturb the stone and summon Lord Ahune.',40443,1,1,0,0,0,0,NULL,0);
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (25740,25755,25865,25985,25952);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `auras`) VALUES
|
||||
(25740, 0, 0, 9, 1, 61976),
|
||||
(25755, 0, 0, 0, 0, 46542),
|
||||
(25865, 0, 0, 0, 0, '46810 61976'),
|
||||
(25985, 0, 0, 0, 0, '75498 46878'),
|
||||
(25952, 0, 0, 0, 0, 46314);
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (46603,46593,46735,45930,45941,46809,46843,46396,46398,46236);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(13,1,46603,0,0,31,0,3,26121,0,0,0,0,'',"Spell 'Force Wisp Flight Missile' can hit 'Wisp Source Bunny'"),
|
||||
(13,1,46593,0,0,31,0,3,26120,0,0,0,0,'',"Spell 'Wisp Flight Missile and Beam' can hit 'Wisp Dest Bunny'"),
|
||||
(13,1,46735,0,0,31,0,3,26190,0,0,0,0,'',"Spell 'Spank - Force Bunny To Knock You To' can hit '[PH] Spank Target Bunny'"),
|
||||
(13,1,45930,0,1,31,0,3,25971,0,0,0,0,'',"Spell 'Ahune - Summoning Rhyme Spell, make bonfire' can hit 'Shaman Bonfire Bunny 000'"),
|
||||
(13,1,45930,0,2,31,0,3,25972,0,0,0,0,'',"Spell 'Ahune - Summoning Rhyme Spell, make bonfire' can hit 'Shaman Bonfire Bunny 001'"),
|
||||
(13,1,45930,0,3,31,0,3,25973,0,0,0,0,'',"Spell 'Ahune - Summoning Rhyme Spell, make bonfire' can hit 'Shaman Bonfire Bunny 002'"),
|
||||
(13,1,45941,0,0,31,0,3,25746,0,0,0,0,'',"Spell 'Summon Ahune's Loot Missile' can hit '[PH] Ahune Loot Loc Bunny'"),
|
||||
(13,1,46809,0,0,31,0,3,26239,0,0,0,0,'',"Spell 'Make Ahune's Ghost Burst' can hit 'Ghost of Ahune"),
|
||||
(13,1,46843,0,1,31,0,3,25756,0,0,0,0,'',"Spell 'Minion Despawner' can hit 'Ahunite Coldwave'"),
|
||||
(13,1,46843,0,2,31,0,3,25757,0,0,0,0,'',"Spell 'Minion Despawner' can hit 'Ahunite Frostwind'"),
|
||||
(13,1,46843,0,3,31,0,3,25755,0,0,0,0,'',"Spell 'Minion Despawner' can hit 'Ahunite Hailstone'"),
|
||||
(13,1,46398,0,0,31,0,3,25972,0,0,0,0,'',"Spell 'Ice Bombardment Dest Picker' can hit 'Shaman Bonfire Bunny'"),
|
||||
(13,1,46396,0,0,31,0,3,25972,0,0,0,0,'',"Spell 'Ice Bombardment' can hit 'Shaman Bonfire Bunny'"),
|
||||
(13,1,46236,0,1,31,0,3,25971,0,0,0,0,'',"Spell 'Close opening Visual' can hit 'Shaman Bonfire Bunny 000'"),
|
||||
(13,1,46236,0,2,31,0,3,25972,0,0,0,0,'',"Spell 'Close opening Visual' can hit 'Shaman Bonfire Bunny 001'"),
|
||||
(13,1,46236,0,3,31,0,3,25973,0,0,0,0,'',"Spell 'Close opening Visual' can hit 'Shaman Bonfire Bunny 002'");
|
||||
|
||||
DELETE FROM `disables` WHERE `sourceType`=0 AND `entry` IN (46314,46603,46593,46422);
|
||||
INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES
|
||||
(0,46314,64,0,0,'Disable LOS for spell Ahune - Slippery Floor Ambient'),
|
||||
(0,46603,64,0,0,'Disable LOS for spell Force Whisp to Flight'),
|
||||
(0,46593,64,0,0,'Disable LOS for spell Whisp Flight Missile and Beam'),
|
||||
(0,46422,64,0,0,'Disable LOS for spell Shamans Look for Opening');
|
||||
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (45947,-45964,45964);
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES
|
||||
(45947,45946,2,''),
|
||||
(-45964,-46333,0,''),
|
||||
(45964,46333,0,'');
|
||||
|
||||
-- Skar'this the Summoner
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=40446;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=40446 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
|
||||
(40446,0,0,0,1,0,100,1,0,0,0,0,11,75427,0,0,0,0,0,1,0,0,0,0,0,0,0,'Skar\'this the Summoner - OOC - Cast \'Frost Channelling\''),
|
||||
(40446,0,1,0,4,0,100,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Skar\'this the Summoner - On agro - say'),
|
||||
(40446,0,2,0,0,0,100,0,5000,5000,15000,15000,11,55909,1,0,0,0,0,2,0,0,0,0,0,0,0,'Skar\'this the Summoner - IC - Cast Crashing Wave'),
|
||||
(40446,0,3,0,0,0,100,0,10000,10000,20000,20000,11,11831,1,0,0,0,0,2,0,0,0,0,0,0,0,'Skar\'this the Summoner - IC - Cast Frost Nova'),
|
||||
(40446,0,4,0,0,0,100,0,7000,7000,9000,9000,11,15043,0,0,0,0,0,2,0,0,0,0,0,0,0,'Skar\'this the Summoner - IC - Cast Frostbolt');
|
||||
|
||||
-- Summon Loot Bunny SAI
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=25746;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=25746 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
|
||||
(25746,0,0,0,8,0,100,0,45941,0,0,0,11,46891,0,0,0,0,0,1,0,0,0,0,0,0,0,'[PH] Ahune Loot Loc Bunny - On SpellHit - Cast \'Summon Loot\'');
|
||||
|
||||
-- [PH] Spank Target Bunny SAI
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=26190;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=26190 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
|
||||
(26190,0,0,0,8,0,100,0,46735,0,0,0,11,46734,0,0,0,0,0,7,0,0,0,0,0,0,0,'[PH] Spank Target Bunny - On SpellHit \'Spank - Force Bunny To Knock You To\' - Cast \'Knock To\'');
|
||||
|
||||
-- Ghost of Ahune
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI', `flags_extra`='2' WHERE `entry`=26239;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=26239 AND `source_type`=0;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=2623900 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
|
||||
(26239,0,0,0,25,0,100,0,0,0,0,0,3,0,11686,0,0,0,0,1,0,0,0,0,0,0,0,'Ghost of Ahune - On Reset - Morph to Model 11686'),
|
||||
(26239,0,1,0,8,0,100,0,46809,0,4000,4000,80,2623900,2,0,0,0,0,1,0,0,0,0,0,0,0,'Ghost of Ahune - On SpellHit \'Make Ahune\'s Ghost Burst\' - Call Timed ActionList'),
|
||||
(2623900,9,0,0,0,0,100,0,0,0,0,0,3,0,23707,0,0,0,0,1,0,0,0,0,0,0,0,'Ghost of Ahune - Timed ActionList - Morph to Model 23707'),
|
||||
(2623900,9,1,0,0,0,100,0,0,0,0,0,11,46786,0,0,0,0,0,1,0,0,0,0,0,0,0,'Ghost of Ahune - Timed ActionList - Cast \'Ahune\'s Ghost Disguise\''),
|
||||
(2623900,9,2,0,0,0,100,0,2400,2400,0,0,47,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Ghost of Ahune - Timed ActionList - Set Visibility Off'),
|
||||
(2623900,9,3,0,0,0,100,0,500,500,0,0,3,0,11686,0,0,0,0,1,0,0,0,0,0,0,0,'Ghost of Ahune - Timed ActionList - Morph to Model 11686'),
|
||||
(2623900,9,4,0,0,0,100,0,0,0,0,0,47,1,0,0,0,0,0,1,0,0,0,0,0,0,0,'Ghost of Ahune - Timed ActionList - Set Visibility On');
|
||||
|
||||
-- Wisp Source Bunny SAI
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=26121;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=26121 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
|
||||
(26121,0,0,1,8,0,100,0,46603,0,0,0,11,46593,0,0,0,0,0,11,26120,100,0,0,0,0,0,'Wisp Source Bunny - On SpellHit \'Force Wisp Flight Missile\' - Cast \'Wisp Flight Missile and Beam\''),
|
||||
(26121,0,1,0,61,0,100,0,0,0,0,0,41,9000,0,0,0,0,0,1,0,0,0,0,0,0,0,'Wisp Source Bunny - On SpellHit \'Force Wisp Flight Missile\' - Despawn in 9s');
|
||||
|
||||
-- Wisp Dest Bunny SAI
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=26120;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=26120 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
|
||||
(26120,0,0,0,8,0,100,0,46593,0,0,0,41,9000,0,0,0,0,0,1,0,0,0,0,0,0,0,'Wisp Dest Bunny - On SpellHit \'Wisp Flight Missile and Beam\' - Despawn in 9s');
|
||||
|
||||
-- Shaman Beam Bunny SAI
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (25971,25972,25973);
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (25971,25972,25973) 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
|
||||
(25971,0,0,0,8,0,100,0,45930,0,0,0,11,46339,0,0,0,0,0,1,0,0,0,0,0,0,0,'Shaman Beam Bunny 000 - On SpellHit - Cast \'Bonfire Disguise\''),
|
||||
(25972,0,0,0,8,0,100,0,45930,0,0,0,11,46339,0,0,0,0,0,1,0,0,0,0,0,0,0,'Shaman Beam Bunny 001 - On SpellHit - Cast \'Bonfire Disguise\''),
|
||||
(25973,0,0,0,8,0,100,0,45930,0,0,0,11,46339,0,0,0,0,0,1,0,0,0,0,0,0,0,'Shaman Beam Bunny 002 - On SpellHit - Cast \'Bonfire Disguise\'');
|
||||
|
||||
-- Ahunite Hailstone SAI
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=25755;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=25755 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
|
||||
(25755,0,0,0,0,0,100,0,6000,8000,6000,8000,11,2676,0,0,0,0,0,2,0,0,0,0,0,0,0,'Ahunite Hailstone - In Combat - Cast \'Pulverize\'');
|
||||
|
||||
-- Ahunite Coldwave SAI
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=25756;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=25756 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
|
||||
(25756,0,0,0,0,0,100,0,5000,7000,6000,8000,11,46406,0,0,0,0,0,2,0,0,0,0,0,0,0,'Ahunite Coldwave - In Combat - Cast \'Bitter Blast\'');
|
||||
|
||||
-- Ahunite Frostwind SAI
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=25757;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=25757 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
|
||||
(25757,0,0,0,54,0,100,0,0,0,0,0,11,12550,0,0,0,0,0,1,0,0,0,0,0,0,0,'Ahunite Frostwind - On Just Summoned - Cast \'Lightning Shield\''),
|
||||
(25757,0,1,0,0,0,100,0,2000,2000,5000,7000,11,46568,0,0,0,0,0,18,120,0,0,0,0,0,0,'Ahunite Frostwind - In Combat - Cast \'Wind Buffet\'');
|
||||
|
||||
DELETE FROM `item_loot_template` WHERE `entry`=35512;
|
||||
INSERT INTO `item_loot_template` (`Entry`,`Item`,`Reference`,`Chance`,`QuestRequired`,`LootMode`,`GroupId`,`MinCount`,`MaxCount`,`Comment`) VALUES
|
||||
(35512,17202,0,100,0,1,0,2,5,NULL);
|
||||
|
||||
DELETE FROM `item_loot_template` WHERE `Entry`=54536;
|
||||
INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`) VALUES
|
||||
(54536, 54806, 0, 3, 0, 1, 0, 1, 1),
|
||||
(54536, 23247, 0, 100, 0, 1, 1, 5, 10),
|
||||
(54536, 53641, 0, 3, 0, 1, 0, 1, 1);
|
||||
|
||||
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID AND @CGUID+8;
|
||||
INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`,`npcflag`,`unit_flags`,`dynamicflags`) VALUES
|
||||
(@CGUID,25745,547,6,0,0,-96.64146,-230.8864,4.780959,1.413717,300,0,0,1,1,0,0,0,0), -- [PH] Ahune Summon Loc Bunny
|
||||
(@CGUID+1,25964,547,6,0,0,-90.00211,-224.9285,-1.378754,2.956095,300,0,0,1,1,2,0,0,0), -- Shaman Beam Bunny 000
|
||||
(@CGUID+2,25965,547,6,0,0,-97.39627,-223.761,-1.494899,0.9130945,300,0,0,1,1,2,0,0,0), -- Shaman Beam Bunny 001
|
||||
(@CGUID+3,25966,547,6,0,0,-103.3054,-224.0149,0.5259815,5.676991,300,0,0,1,1,2,0,0,0), -- Shaman Beam Bunny 002
|
||||
(@CGUID+4,26190,547,6,0,0,-95.33572,-207.4834,16.28742,4.904375,300,0,0,1,1,0,0,0,0), -- [PH] Spank Target Bunny
|
||||
(@CGUID+5,25952,547,6,0,0,-96.64146,-230.8864,4.780959,1.413717,300,0,0,1,1,0,0,0,0), -- Slippery Floor Bunny
|
||||
(@CGUID+6,25952,547,6,0,0,-69.83901,-162.474,-2.303646,2.513274,300,0,0,1,1,0,0,0,0), -- Slippery Floor Bunny
|
||||
(@CGUID+7,26239,547,6,0,0,-99.10214,-233.1872,-1.22297,1.466077,300,0,0,1,1,0,0,0,0), -- Ghost of Ahune
|
||||
(@CGUID+8,25746,547,6,0,0,-96.8723,-212.8425,-1.149142,4.153883,300,0,0,1,1,0,0,0,0); -- [PH] Ahune Loot Loc Bunny
|
||||
|
||||
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID AND @OGUID+19;
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
|
||||
(@OGUID+0, 187882, 547, 6, 1, 1, -69.90455, -162.2449, -2.366563, 2.426008, 0, 0, 0.9366722, 0.3502074, 120, 255, 1,0), -- Icestone
|
||||
(@OGUID+1, 188067, 547, 6, 1, 1,-79.397, -219.7025, -4.042892, -2.199115, 0, 0, -0.8910065, 0.4539906, 120, 255, 1, 0), -- Ice Block
|
||||
(@OGUID+2, 188067, 547, 6, 1, 1, -115.5985, -162.7724, -1.924025, -0.5585039, 0, 0, -0.2756367, 0.9612619, 120, 255, 1, 0), -- Ice Block
|
||||
(@OGUID+3, 188067, 547, 6, 1, 1, -71.89625, -145.4974, -1.551813, -1.954766, 0, 0, -0.8290367, 0.5591941, 120, 255, 1, 0), -- Ice Block
|
||||
(@OGUID+4, 188067, 547, 6, 1, 1, -49.27251, -168.9859, -1.898811, 2.007128, 0, 0, 0.8433914, 0.5372996, 120, 255, 1, 0), -- Ice Block
|
||||
(@OGUID+5, 188067, 547, 6, 1, 1, -75.95139, -182.771, -4.882017, -1.151916, 0, 0, -0.5446386, 0.8386708, 120, 255, 1, 0), -- Ice Block
|
||||
(@OGUID+6, 188067, 547, 6, 1, 1, -83.52528, -172.1806, -3.816522, 0.01745246, 0, 0, 0.00872612, 0.9999619, 120, 255, 1, 0), -- Ice Block
|
||||
(@OGUID+7, 188067, 547, 6, 1, 1, -83.52528, -217.3293, -3.0728, -0.4886912, 0, 0, -0.2419214, 0.9702958, 120, 255, 1, 0), -- Ice Block
|
||||
(@OGUID+8, 188072, 547, 6, 1, 1, -71.48915, -160.7316, -4.18569, -0.4188786, 0, 0, -0.2079115, 0.9781476, 120, 255, 1, 0), -- Ice Stone Mount
|
||||
(@OGUID+9, 188072, 547, 6, 1, 1, -69.21773, -163.491, -2.044773, 2.967041, 0, 0, 0.9961939, 0.08716504, 120, 255, 1, 0), -- Ice Stone Mount
|
||||
(@OGUID+10, 188072, 547, 6, 1, 1, -71.82486, -164.475, -3.962982, -0.9250239, 0, 0, -0.4461975, 0.8949345, 120, 255, 1, 0), -- Ice Stone Mount
|
||||
(@OGUID+11, 188072, 547, 6, 1, 1, -69.20837, -160.345, -4.25643, 1.850049, 0, 0, 0.7986355, 0.601815, 120, 255, 1, 0), -- Ice Stone Mount
|
||||
(@OGUID+12, 188073, 547, 6, 1, 1, -89.75205, -113.5002, -2.709442, 0.453785, 0, 0, 0.2249508, 0.9743701, 120, 255, 1, 0), -- Ahune Bonfire
|
||||
(@OGUID+13, 188073, 547, 6, 1, 1,-114.9574, -117.3017, -2.71, 2.007128, 0, 0, 0.8433914, 0.5372996, 120, 255, 1, 0), -- Ahune Bonfire
|
||||
(@OGUID+14, 188142, 547, 6, 1, 1, -74.65959, -243.8125, -2.735999, 2.216565, 0, 0, 0.8949337, 0.4461992, 120, 255, 1, 0), -- Ice Block, Big
|
||||
(@OGUID+15, 188142, 547, 6, 1, 1, -72.75314, -185.1547, -4.930593, 0.157079, 0, 0, 0.07845879, 0.9969174, 120, 255, 1, 0), -- Ice Block, Big
|
||||
(@OGUID+16, 188142, 547, 6, 1, 1, -103.7134, -245.5041, -1.377881, -1.291542, 0, 0, -0.6018143, 0.7986361, 120, 255, 1, 0), -- Ice Block, Big
|
||||
(@OGUID+17, 188142, 547, 6, 1, 1, -118.9196, -204.8023, -1.504161, 1.919862, 0, 0, 0.8191519, 0.5735767, 120, 255, 1, 0), -- Ice Block, Big
|
||||
(@OGUID+18, 188142, 547, 6, 1, 1, -117.3857, -165.9649, -2.018646, 0.5585039, 0, 0, 0.2756367, 0.9612619, 120, 255, 1, 0), -- Ice Block, Big
|
||||
(@OGUID+19, 188142, 547, 6, 1, 1, -75.42784, -221.16, -2.882941, 0.4886912, 0, 0, 0.2419214, 0.9702958, 120, 255, 1, 0); -- Ice Block, Big
|
||||
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (@NPC,@NPC+1,@NPC+2);
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`) VALUES
|
||||
(@NPC,@PATH),
|
||||
(@NPC+1,@PATH+10),
|
||||
(@NPC+2,@PATH+20);
|
||||
|
||||
DELETE FROM `waypoint_data` WHERE `id` IN (@PATH,@PATH+10,@PATH+20);
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-107.1537,-233.7247,27.1834,0,0,0,100,0),
|
||||
(@PATH,2,-109.4618,-232.0907,25.12787,0,0,0,100,0),
|
||||
(@PATH,3,-109.4792,-229.4328,20.98899,0,0,0,100,0),
|
||||
(@PATH,4,-105.9522,-226.8887,17.26674,0,0,0,100,0),
|
||||
(@PATH,5,-101.0044,-224.8914,16.04452,0,0,0,100,0),
|
||||
(@PATH,6,-96.82773,-225.9608,15.73896,0,0,0,100,0),
|
||||
(@PATH,7,-92.59879,-227.0505,15.54452,0,0,0,100,0),
|
||||
(@PATH,8,-90.07465,-229.0938,16.58224,0,0,0,100,0),
|
||||
(@PATH,9,-88.24558,-231.7715,22.47455,0,0,0,100,0),
|
||||
(@PATH,10,-91.0969,-232.6422,24.65563,0,0,0,100,0),
|
||||
(@PATH,11,-97.20647,-234.4709,28.46118,0,0,0,100,0),
|
||||
(@PATH,12,-101.5825,-234.9054,29.35008,0,0,0,100,0),
|
||||
|
||||
(@PATH+10,1,-109.4618,-232.0907,25.12787,0,0,0,100,0),
|
||||
(@PATH+10,2,-109.4792,-229.4328,20.98899,0,0,0,100,0),
|
||||
(@PATH+10,3,-105.9522,-226.8887,17.26674,0,0,0,100,0),
|
||||
(@PATH+10,4,-101.0044,-224.8914,16.04452,0,0,0,100,0),
|
||||
(@PATH+10,5,-96.82773,-225.9608,15.73896,0,0,0,100,0),
|
||||
(@PATH+10,6,-92.59879,-227.0505,15.54452,0,0,0,100,0),
|
||||
(@PATH+10,7,-90.07465,-229.0938,16.58224,0,0,0,100,0),
|
||||
(@PATH+10,8,-88.24558,-231.7715,22.47455,0,0,0,100,0),
|
||||
(@PATH+10,9,-91.0969,-232.6422,24.65563,0,0,0,100,0),
|
||||
(@PATH+10,10,-97.20647,-234.4709,28.46118,0,0,0,100,0),
|
||||
(@PATH+10,11,-101.5825,-234.9054,29.35008,0,0,0,100,0),
|
||||
(@PATH+10,12,-107.1537,-233.7247,27.1834,0,0,0,100,0),
|
||||
|
||||
(@PATH+20,1,-97.20647,-234.4709,28.46118,0,0,0,100,0),
|
||||
(@PATH+20,2,-101.5825,-234.9054,29.35008,0,0,0,100,0),
|
||||
(@PATH+20,3,-107.1537,-233.7247,27.1834,0,0,0,100,0),
|
||||
(@PATH+20,4,-109.4618,-232.0907,25.12787,0,0,0,100,0),
|
||||
(@PATH+20,5,-109.4792,-229.4328,20.98899,0,0,0,100,0),
|
||||
(@PATH+20,6,-105.9522,-226.8887,17.26674,0,0,0,100,0),
|
||||
(@PATH+20,7,-101.0044,-224.8914,16.04452,0,0,0,100,0),
|
||||
(@PATH+20,8,-96.82773,-225.9608,15.73896,0,0,0,100,0),
|
||||
(@PATH+20,9,-92.59879,-227.0505,15.54452,0,0,0,100,0),
|
||||
(@PATH+20,10,-90.07465,-229.0938,16.58224,0,0,0,100,0),
|
||||
(@PATH+20,11,-88.24558,-231.7715,22.47455,0,0,0,100,0),
|
||||
(@PATH+20,12,-91.0969,-232.6422,24.65563,0,0,0,100,0);
|
||||
|
||||
DELETE FROM `game_event_creature` WHERE `guid` BETWEEN @CGUID AND @CGUID+8 AND `eventEntry`=1;
|
||||
INSERT INTO `game_event_creature` (`eventEntry`,`guid`) VALUES
|
||||
(1,@CGUID),
|
||||
(1,@CGUID+1),
|
||||
(1,@CGUID+2),
|
||||
(1,@CGUID+3),
|
||||
(1,@CGUID+4),
|
||||
(1,@CGUID+5),
|
||||
(1,@CGUID+6),
|
||||
(1,@CGUID+7),
|
||||
(1,@CGUID+8);
|
||||
|
||||
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN @OGUID AND @OGUID+19 AND `eventEntry`=1;
|
||||
INSERT INTO `game_event_gameobject` (`eventEntry`,`guid`) VALUES
|
||||
(1,@OGUID),
|
||||
(1,@OGUID+1),
|
||||
(1,@OGUID+2),
|
||||
(1,@OGUID+3),
|
||||
(1,@OGUID+4),
|
||||
(1,@OGUID+5),
|
||||
(1,@OGUID+6),
|
||||
(1,@OGUID+7),
|
||||
(1,@OGUID+8),
|
||||
(1,@OGUID+9),
|
||||
(1,@OGUID+10),
|
||||
(1,@OGUID+11),
|
||||
(1,@OGUID+12),
|
||||
(1,@OGUID+13),
|
||||
(1,@OGUID+14),
|
||||
(1,@OGUID+15),
|
||||
(1,@OGUID+16),
|
||||
(1,@OGUID+17),
|
||||
(1,@OGUID+18),
|
||||
(1,@OGUID+19);
|
||||
@@ -1,3 +0,0 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_baron_geddon_inferno';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(19695, 'spell_baron_geddon_inferno');
|
||||
@@ -1,39 +0,0 @@
|
||||
-- The column `spell1` was misused for this NPC. This NPC is undead. He cannot be MCed. The spell 29307 should be cast using SmartAI or by Script.
|
||||
-- Also, link the zombies chows to the custom ScriptedAI defined in boss_gluth.cpp.
|
||||
UPDATE `creature_template` SET `spell1`=0, `ScriptName`='npc_zombie_chow' WHERE `entry`=16360;
|
||||
UPDATE `creature_template` SET `spell1`=0 WHERE `entry`=30303;
|
||||
|
||||
-- connect the decimate spell (effect 0) used by Gluth (in both 10 man & 25) to the spell script defined in boss_gluth.cpp.
|
||||
-- and connect the 2 zombie chow's search spells to a unique spell script used by both.
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_gluth_decimate', 'spell_gluth_zombiechow_search');
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(28374, 'spell_gluth_decimate'),
|
||||
(54426, 'spell_gluth_decimate'),
|
||||
(28239, 'spell_gluth_zombiechow_search'),
|
||||
(28404, 'spell_gluth_zombiechow_search');
|
||||
|
||||
-- add the condition to the multi-target insta-kill spell 28404 which is that only zombies are eligible targets to the spell.
|
||||
-- add a condition to the decimate spell (28374/54426). It's damage component should only affect players and zombies.
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`= 13 AND `SourceEntry` IN (28374, 28404, 54426);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(13, 1, 28404, 0, 0, 31, 0, 3, 16360, 0, 0, 0, 0, '', 'Zombie Chow Search targets zombies only'),
|
||||
(13, 1, 28374, 0, 0, 31, 0, 3, 16360, 0, 0, 0, 0, '', 'Decimate damage should only hit zombie or player'),
|
||||
(13, 1, 28374, 0, 1, 31, 0, 4, 0, 0, 0, 0, 0, '', 'Decimate damage should only hit zombie or player'),
|
||||
(13, 1, 54426, 0, 0, 31, 0, 3, 16360, 0, 0, 0, 0, '', 'Decimate damage should only hit zombie or player'),
|
||||
(13, 1, 54426, 0, 1, 31, 0, 4, 0, 0, 0, 0, 0, '', 'Decimate damage should only hit zombie or player');
|
||||
|
||||
-- adds Gluth's 5 emotes into the DB.
|
||||
DELETE FROM `creature_text` WHERE `entry`=15932 AND `groupid` IN(0,1,2,3,4) AND `id`=0;
|
||||
INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(15932, 0, 0, '%s spots a zombie to devour!', 16, 0, 100, 0, 0, 0, 12242, 2/3, 'Gluth - spots one'),
|
||||
(15932, 1, 0, '%s decimates all nearby flesh!', 41, 0, 100, 0, 0, 0, 32321, 2/3, 'Gluth - decimate'),
|
||||
(15932, 2, 0, '%s becomes enraged!', 41, 0, 100, 0, 0, 0, 24144, 2/3, 'Gluth - enrage'),
|
||||
(15932, 3, 0, '%s devours all nearby zombies!', 16, 0, 100, 0, 0, 0, 12348, 2/3, 'Gluth - devours all'),
|
||||
(15932, 4, 0, '%s goes into a berserker rage!', 41, 0, 100, 0, 0, 0, 34057, 2/3, 'Gluth - berserker');
|
||||
|
||||
-- move zombie chows to summon groups (gets rid of hardcoded spawn coords)
|
||||
DELETE FROM `creature_summon_groups` WHERE `summonerId`=15932;
|
||||
INSERT INTO `creature_summon_groups` (`summonerId`,`summonerType`,`groupId`,`entry`,`position_x`,`position_y`,`position_z`,`orientation`,`summonType`,`summonTime`) VALUES
|
||||
(15932,0,1,16360,3270.132,-3169.948,297.5891,5.88176,6,10000),
|
||||
(15932,0,2,16360,3307.298,-3183.449,297.5891,5.74213,6,10000),
|
||||
(15932,0,2,16360,3255.708,-3135.677,297.5891,1.86750,6,10000);
|
||||
@@ -1,2 +0,0 @@
|
||||
UPDATE `npc_spellclick_spells` SET `spell_id`=46598 WHERE `npc_entry`=31583 and`spell_id`=59319;
|
||||
UPDATE `smart_scripts` SET `action_param2`=2 WHERE `entryorguid`=31578 and`source_type`=0 and`id`=3;
|
||||
@@ -1,33 +0,0 @@
|
||||
-- new gossip_menu_option and creature text entries for:
|
||||
-- NPC ID 18538 Ishanah, High Priestess of the Aldor
|
||||
-- NPC ID 18584 Sal'salabim, quest giver
|
||||
-- NPC ID 18585 Raliq the Drunk, target
|
||||
-- NPC ID 25967 Zephyr, portal provider
|
||||
|
||||
DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (7725,7729,7735,9205);
|
||||
INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`OptionBroadcastTextID`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`box_coded`,`box_money`,`box_text`,`BoxBroadcastTextID`) VALUES
|
||||
(7725,0,0,'Altruis sent me. He said that you could help me.', 15552,1,1, 0,0,0,0,'',0),
|
||||
(7729,0,0,"I have been sent by Sal'salabim to collect a debt that you owe. Pay up or I'm going to have to hurt you.",15560,1,1,0,0,0,0,'',0),
|
||||
(7735,0,0,"Who are the Sha'tar?", 15642,1,1,7736,0,0,0,'',0),
|
||||
(7735,1,0,"Isn't Shattrath a draenei city? Why do you allow others here?",15644,1,1,7737,0,0,0,'',0),
|
||||
(9205,0,0,'Take me to the Caverns of Time.', 25111,1,1, 0,0,0,0,'',0);
|
||||
|
||||
-- conditions for the gossip menu options as a preparation for future SAI scripts
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`= 15 AND `SourceGroup` IN (7725,7729);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
|
||||
(15, 7725,0, 0,0, 9,0, 10004,0,0,0,0,0,'', 'Show gossip menu option 7725 only if Quest 10004 is taken (active)'),
|
||||
(15, 7729,0, 0,0, 9,0, 10009,0,0,0,0,0,'', 'Show gossip menu option 7729 only if Quest 10009 is taken (active)');
|
||||
|
||||
-- insert missing creature text (say lines) for Sal'salabim and Raliq the Drunk
|
||||
DELETE FROM `creature_text` WHERE `entry` IN (18584,18585) AND `groupid`= 0;
|
||||
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES
|
||||
(18584,0,0,'[Demonic] Ka kalix!', 12,0,100,0,0,0,15551,0,"Sal'salabim SAY_DEMONIC_AGGRO"),
|
||||
(18585,0,0,'Raliq teach you lesson now!',12,0,100,0,0,0,15567,0,'Raliq the Drunk SAY_RALIQ_ATTACK');
|
||||
|
||||
-- insert missing quest Progress gossip, quest 10004
|
||||
DELETE FROM `quest_request_items` WHERE `ID` = 10004;
|
||||
INSERT INTO `quest_request_items` (`ID`,`EmoteOnComplete`,`EmoteOnIncomplete`,`CompletionText`,`VerifiedBuild`) VALUES
|
||||
(10004,0,0,"<Sal'salabim rubs his head.>$B$B[Demonic] Ik il romath sardon.",0);
|
||||
|
||||
-- remove core script for Ishanah, High Priestess of the Aldor
|
||||
UPDATE `creature_template` SET `ScriptName`= '' WHERE `entry`= 18538;
|
||||
@@ -1,2 +0,0 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `exp`=0 WHERE `entry` IN (33432, 34106);
|
||||
@@ -1,3 +0,0 @@
|
||||
--
|
||||
UPDATE `gameobject` SET `spawntimesecs` = 10 WHERE `id` IN (148499, 178084, 178085, 176785);
|
||||
UPDATE `gameobject` SET `spawntimesecs` = 2 WHERE `id` IN (190447, 759);
|
||||
@@ -1,7 +0,0 @@
|
||||
--
|
||||
-- Rework Scourge Deathspeaker SAI
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=27615 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
|
||||
(27615, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 0, 0, 11, 49119, 2, 0, 0, 0, 0, 10, 101497, 27452, 0, 0, 0, 0, 0, 'Scourge Deathspeaker - Out of Combat - Cast \'Fire Beam\' (Triggered)'),
|
||||
(27615, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 11, 52281, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Scourge Deathspeaker - On Aggro - Cast \'Flame of the Seer\' (No Repeat)'),
|
||||
(27615, 0, 2, 0, 0, 0, 100, 0, 1000, 2000, 5000, 6000, 11, 52282, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Scourge Deathspeaker - In Combat - Cast \'Fireball\'');
|
||||
@@ -1,6 +0,0 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=27547;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=27547 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
|
||||
(27547, 0, 0, 1, 2, 0, 100, 0, 0, 40, 9000, 9000, 11, 32714, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vladek - In HPCT - Cast \'Enrage\''),
|
||||
(27547, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 11, 47457, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vladek - In HPCT - Cast Worgen Transform - Male');
|
||||
@@ -1,27 +0,0 @@
|
||||
--
|
||||
-- Quest Bring 'Em Back Alive
|
||||
UPDATE `creature_template_addon` SET `auras`=45771 WHERE `entry`=25596;
|
||||
UPDATE `creature_template` SET `spell1`=45876, `spell2`=45877 WHERE `entry`=25596;
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=25607;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (25596, 25607) AND `source_type`=0;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (22560700) 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
|
||||
(25596, 0, 0, 0, 0, 0, 100, 0, 10000, 12000, 20000, 22000, 11, 45876, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Infected Kodo Beast - In Combat - Cast \'Stampede\''),
|
||||
(25596, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 91, 7, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Infected Kodo Beast - On Aggro - Remove Flag Standstate Dead'),
|
||||
(25596, 0, 2, 3, 27, 0, 100, 0, 0, 0, 0, 0, 91, 7, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Infected Kodo Beast - On Passenger Boarded - Remove Flag Standstate Dead'),
|
||||
(25596, 0, 3, 4, 61, 0, 100, 1, 0, 0, 0, 0, 28, 45771, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Infected Kodo Beast - On Link - Remove Aura \'Scourge Infection\' (No Repeat)'),
|
||||
(25596, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Infected Kodo Beast - On Link - Remove Aura \'Scourge Infection\' (No Repeat)'),
|
||||
(25596, 0, 5, 6, 31, 0, 100, 0, 45877, 0, 0, 0, 11, 50630, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Infected Kodo Beast - On Target Spell Hit \'Deliver Kodo\' - Eject passenger'),
|
||||
(25596, 0, 6, 7, 61, 0, 100, 0, 0, 0, 0, 0, 45, 0, 1, 0, 0, 0, 0, 19, 25607, 20, 0, 0, 0, 0, 0, 'Infected Kodo Beast - On Target Spell Hit \'Deliver Kodo\' - Set data'),
|
||||
(25596, 0, 7, 0, 61, 0, 100, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Infected Kodo Beast - On Target Spell Hit \'Deliver Kodo\' - Despawn Instant'),
|
||||
(25607, 0, 0, 0, 38, 0, 100, 0, 0, 1, 3000, 3000, 80, 2560700, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Farmer Torp - In Data set - Action list'),
|
||||
(2560700, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 84, 0, 0, 0, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 'Farmer Torp - Action list - Player talk'),
|
||||
(2560700, 9, 1, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Farmer Torp - Action list - Say text');
|
||||
|
||||
DELETE FROM `creature_text` WHERE `entry` IN (25607, 25596);
|
||||
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`probability`,`BroadcastTextId`,`TextRange`,`comment`) VALUES
|
||||
(25607,0,0,"Here's your kodo, Torp!",12,100,24881,0,"Farmer Torp"),
|
||||
(25607,0,1,"Door-to-door kodo delivery!",12,100,24882,0,"Farmer Torp"),
|
||||
(25607,1,0,"YES! It worked!",12,100,24883,0,"Farmer Torp"),
|
||||
(25607,1,1,"Great job!",12,100,24884,0,"Farmer Torp"),
|
||||
(25596,0,0,"%s is cured!",16,100,24885,0,"Infected Kodo Beast");
|
||||
@@ -1,7 +0,0 @@
|
||||
--
|
||||
-- Add missing Gnomeregan Conjuror/Silvermoon Magister SAI (Cosmetic)
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (19006, 19007);
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (19006, 19007) 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
|
||||
(19006, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 11, 32783, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Silvermoon Magister - On Reset - Cast \'Arcane Channeling\''),
|
||||
(19007, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 11, 32783, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Gnomeregan Conjuror - On Reset - Cast \'Arcane Channeling\'');
|
||||
@@ -1,5 +0,0 @@
|
||||
--
|
||||
-- Hairy Herring Heads, Withered Batwings, Wasp's Wings, Muddy Mire Maggots, Knotroot, Spekled Guano, Seasoned Slider Cider, Pickled Eagle Egg, Prismatic Mojo, Raptor Claw
|
||||
-- Pulverized Gargoyle Teeth, Icerown Bottled Water, Putrid Pirate Perspiration, Spiky Spider Eggs, Abomination Guts, Amberseed, Shrunken Dragom's Claw, Crystallized Hogsnot
|
||||
-- Ancient Ectoplasm, Chrushed Basilisk Crystals, Blight Crystal, Frozen Spider Ichor, Trollbane, Ghoul Drool,
|
||||
UPDATE `gameobject` SET `spawntimesecs` = 0 WHERE `id` IN (190459,190461,190462,190463,190464,190465,190466,190467,190468,190469,190470,190471,190472,190473,190474,190476,190477,190478,190479,190480,190481,190482,191180,191181,191182);
|
||||
@@ -1,90 +0,0 @@
|
||||
--
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (202936, 202878, 202950, 202931, 202875, 202884, 202914, 202925, 202934, 202944, 202879, 202945, 202898, 202910, 202912, 202909, 202870, 202949, 202903, 202920, 202922, 202924, 202926, 202939, 202888, 202940, 202882, 202947, 202897, 202937, 202915, 202929, 202935, 202872, 202887, 202942, 202948, 202896, 202900, 202916, 202886, 202923, 202894, 202927, 202913, 202906, 202876, 202941, 202881, 202890, 202907, 202904, 202874, 202880, 202877, 202905, 202873, 202908, 202946, 202917, 202928, 202932, 202943, 202883, 202895, 202951, 202901, 202911, 202885, 202899, 202933, 202868, 202938, 202919, 202921, 202918, 202893, 202891, 202889, 202866, 202871, 202892, 202930, 202902, 202869, 202867);
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
|
||||
(202936, 0, 0, 0, 1, 0, '66321 55944'), -- Argent Crusade Spectator
|
||||
(202878, 0, 0, 0, 1, 0, '66321 55944 66370'), -- Tauren Coliseum Spectator
|
||||
(202950, 0, 0, 0, 1, 0, '66321 55944 66361'), -- Argent Crusade Spectator, 66361 - Argent Crusade Pennant
|
||||
(202931, 0, 0, 0, 1, 0, '66321 55944'), -- [ph] Argent Raid Spectator - FX - Draenei
|
||||
(202875, 0, 0, 0, 1, 0, '66321 55944'), -- Troll Coliseum Spectator
|
||||
(202884, 0, 0, 0, 1, 0, '66321 55944 66369'), -- Orcish Coliseum Spectator
|
||||
(202914, 0, 0, 0, 1, 0, '66321 55944'), -- Human Coliseum Spectator
|
||||
(202925, 0, 0, 0, 1, 0, '66321 55944'), -- [ph] Argent Raid Spectator - FX - Orc
|
||||
(202934, 0, 0, 0, 1, 0, '66321 55944 66361'), -- Argent Crusade Spectator
|
||||
(202944, 0, 0, 0, 1, 0, '66321 55944 66361'), -- Argent Crusade Spectator
|
||||
(202879, 0, 0, 0, 1, 0, '66321 55944 66370'), -- Tauren Coliseum Spectator
|
||||
(202945, 0, 0, 0, 1, 0, '66321 55944'), -- Argent Crusade Spectator
|
||||
(202898, 0, 0, 0, 1, 0, '66321 55944'), -- Blood Elf Coliseum Spectator
|
||||
(202910, 0, 0, 0, 1, 0, '66321 55944 66366'), -- Gnomish Coliseum Spectator
|
||||
(202912, 0, 0, 0, 1, 0, '66321 55944'), -- Human Coliseum Spectator
|
||||
(202909, 0, 0, 0, 1, 0, '66321 55944'), -- Gnomish Coliseum Spectator
|
||||
(202870, 0, 0, 0, 1, 0, '66321 55944'), -- Dwarven Coliseum Spectator
|
||||
(202949, 0, 0, 0, 1, 0, '66321 55944'), -- Argent Crusade Spectator
|
||||
(202903, 0, 0, 0, 1, 0, '66321 55944 66362'), -- Draenei Coliseum Spectator
|
||||
(202920, 0, 0, 0, 1, 0, '66321 55944'), -- Night Elf Coliseum Spectator
|
||||
(202922, 0, 0, 0, 1, 0, '66321 55944'), -- [ph] Argent Raid Spectator - FX - Horde
|
||||
(202924, 0, 0, 0, 1, 0, '66321 55944'), -- [ph] Argent Raid Spectator - FX - Human
|
||||
(202926, 0, 0, 0, 1, 0, '66321 55944'), -- [ph] Argent Raid Spectator - FX - Troll
|
||||
(202939, 0, 0, 0, 1, 0, '66321 55944'), -- Argent Crusade Spectator
|
||||
(202888, 0, 0, 0, 1, 0, '66321 55944'), -- Orcish Coliseum Spectator
|
||||
(202940, 0, 0, 0, 1, 0, '66321 55944'), -- Argent Crusade Spectator
|
||||
(202882, 0, 0, 0, 1, 0, '66321 55944'), -- Tauren Coliseum Spectator
|
||||
(202947, 0, 0, 0, 1, 0, '66321 55944'), -- Argent Crusade Spectator
|
||||
(202897, 0, 0, 0, 1, 0, '66321 55944 66360'), -- Blood Elf Coliseum Spectator, 66360 - Silvermoon Pennant
|
||||
(202937, 0, 0, 0, 1, 0, '66321 55944 66361'), -- Argent Crusade Spectator
|
||||
(202915, 0, 0, 0, 1, 0, '66321 55944 66367'), -- Human Coliseum Spectator
|
||||
(202929, 0, 0, 0, 1, 0, '66321 55944'), -- [ph] Argent Raid Spectator - FX - Undead
|
||||
(202935, 0, 0, 0, 1, 0, '66321 55944'), -- Argent Crusade Spectator
|
||||
(202872, 0, 0, 0, 1, 0, '66321 55944 66371'), -- Troll Coliseum Spectator
|
||||
(202887, 0, 0, 0, 1, 0, '66321 55944'), -- Orcish Coliseum Spectator
|
||||
(202942, 0, 0, 0, 1, 0, '66321 55944'), -- Argent Crusade Spectator
|
||||
(202948, 0, 0, 0, 1, 0, '66321 55944'), -- Argent Crusade Spectator
|
||||
(202896, 0, 0, 0, 1, 0, '66321 55944'), -- Blood Elf Coliseum Spectator
|
||||
(202900, 0, 0, 0, 1, 0, '66321 55944'), -- Draenei Coliseum Spectator
|
||||
(202916, 0, 0, 0, 1, 0, '66321 55944 66367'), -- Human Coliseum Spectator
|
||||
(202886, 0, 0, 0, 1, 0, '66321 55944'), -- Orcish Coliseum Spectator
|
||||
(202923, 0, 0, 0, 1, 0, '66321 55944'), -- [ph] Argent Raid Spectator - FX - Alliance
|
||||
(202894, 0, 0, 0, 1, 0, '66321 55944 66360'), -- Blood Elf Coliseum Spectator
|
||||
(202927, 0, 0, 0, 1, 0, '66321 55944'), -- [ph] Argent Raid Spectator - FX - Tauren
|
||||
(202913, 0, 0, 0, 1, 0, '66321 55944'), -- Human Coliseum Spectator
|
||||
(202906, 0, 0, 0, 1, 0, '66321 55944'), -- Gnomish Coliseum Spectator
|
||||
(202876, 0, 0, 0, 1, 0, '66321 55944'), -- Troll Coliseum Spectator
|
||||
(202941, 0, 0, 0, 1, 0, '66321 55944'), -- Argent Crusade Spectator
|
||||
(202881, 0, 0, 0, 1, 0, '66321 55944'), -- Tauren Coliseum Spectator
|
||||
(202890, 0, 0, 0, 1, 0, '66321 55944 66365'), -- Forsaken Coliseum Spectator
|
||||
(202907, 0, 0, 0, 1, 0, '66321 55944 66366'), -- Gnomish Coliseum Spectator
|
||||
(202904, 0, 0, 0, 1, 0, '66321 55944 66362'), -- Draenei Coliseum Spectator
|
||||
(202874, 0, 0, 0, 1, 0, '66321 55944'), -- Troll Coliseum Spectator
|
||||
(202880, 0, 0, 0, 1, 0, '66321 55944'), -- Tauren Coliseum Spectator
|
||||
(202877, 0, 0, 0, 1, 0, '66321 55944 66371'), -- Troll Coliseum Spectator, 66371 - Sen'jin Pennant
|
||||
(202905, 0, 0, 0, 1, 0, '66321 55944'), -- Gnomish Coliseum Spectator
|
||||
(202873, 0, 0, 0, 1, 0, '66321 55944 66371'), -- Troll Coliseum Spectator
|
||||
(202908, 0, 0, 0, 1, 0, '66321 55944 66366'), -- Gnomish Coliseum Spectator
|
||||
(202946, 0, 0, 0, 1, 0, '66321 55944'), -- Argent Crusade Spectator
|
||||
(202917, 0, 0, 0, 1, 0, '66321 55944'), -- Night Elf Coliseum Spectator
|
||||
(202928, 0, 0, 0, 1, 0, '66321 55944'), -- [ph] Argent Raid Spectator - FX - Blood Elf
|
||||
(202932, 0, 0, 0, 1, 0, '66321 55944'), -- [ph] Argent Raid Spectator - FX - Night Elf
|
||||
(202943, 0, 0, 0, 1, 0, '66321 55944'), -- Argent Crusade Spectator
|
||||
(202883, 0, 0, 0, 1, 0, '66321 55944 66369'), -- Orcish Coliseum Spectator
|
||||
(202895, 0, 0, 0, 1, 0, '66321 55944 66360'), -- Blood Elf Coliseum Spectator
|
||||
(202951, 0, 0, 0, 1, 0, '66321 55944'), -- Argent Crusade Spectator
|
||||
(202901, 0, 0, 0, 1, 0, '66321 55944 66362'), -- Draenei Coliseum Spectator
|
||||
(202911, 0, 0, 0, 1, 0, '66321 55944'), -- Human Coliseum Spectator
|
||||
(202885, 0, 0, 0, 1, 0, '66321 55944'), -- Orcish Coliseum Spectator
|
||||
(202899, 0, 0, 0, 1, 0, '66321 55944'), -- Blood Elf Coliseum Spectator
|
||||
(202933, 0, 0, 0, 1, 0, '66321 55944'), -- [ph] Argent Raid Spectator - FX - Gnome
|
||||
(202868, 0, 0, 0, 1, 0, '66321 55944 66363'), -- Dwarven Coliseum Spectator, 66363 - Ironforge Pennant
|
||||
(202938, 0, 0, 0, 1, 0, '66321 55944'), -- Argent Crusade Spectator
|
||||
(202919, 0, 0, 0, 1, 0, '66321 55944 66368'), -- Night Elf Coliseum Spectator, 66368 - Darnassus Pennant
|
||||
(202921, 0, 0, 0, 1, 0, '66321 55944 66368'), -- Night Elf Coliseum Spectator
|
||||
(202918, 0, 0, 0, 1, 0, '66321 55944'), -- Night Elf Coliseum Spectator
|
||||
(202893, 0, 0, 0, 1, 0, '66321 55944'), -- Forsaken Coliseum Spectator
|
||||
(202891, 0, 0, 0, 1, 0, '66321 55944'), -- Forsaken Coliseum Spectator
|
||||
(202889, 0, 0, 0, 1, 0, '66321 55944 66365'), -- Forsaken Coliseum Spectator
|
||||
(202866, 0, 0, 0, 1, 0, '66321 55944 66363'), -- Dwarven Coliseum Spectator, 66363 - Ironforge Pennant
|
||||
(202871, 0, 0, 0, 1, 0, '66321 55944 66363'), -- Dwarven Coliseum Spectator
|
||||
(202892, 0, 0, 0, 1, 0, '66321 55944 66365'), -- Forsaken Coliseum Spectator, 66365 - Undercity Pennant
|
||||
(202930, 0, 0, 0, 1, 0, '66321 55944'), -- [ph] Argent Raid Spectator - FX - Dwarf
|
||||
(202902, 0, 0, 0, 1, 0, '66321 55944'), -- Draenei Coliseum Spectator
|
||||
(202869, 0, 0, 0, 1, 0, '66321 55944'), -- Dwarven Coliseum Spectator
|
||||
(202867, 0, 0, 0, 1, 0, '66321 55944'); -- Dwarven Coliseum Spectator
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
--
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (27435) AND `source_type`=0 AND `id`=2;
|
||||
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
|
||||
(27435, 0, 2, 0, 63, 0, 100, 0, 0, 0, 0, 0, 18, 512, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Wintergarde Mine Bomb - Just created - Set immune to NPC');
|
||||
@@ -1,43 +0,0 @@
|
||||
--
|
||||
|
||||
UPDATE `creature_template` SET `speed_walk`=0.888888, `speed_run`=1.14286, `unit_flags`=67108928, `unit_flags2`=33554432, `mingold`=12151, `maxgold`=12151, `DamageModifier`=35, `mechanic_immune_mask`=0 WHERE `entry`=39381;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.14286, `unit_flags`=33554432, `unit_flags2`=2048, `mingold`=0, `maxgold`=0, `DamageModifier`=35, `mechanic_immune_mask`=0 WHERE `entry`=39388;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=0.912699, `unit_flags`=64, `unit_flags2`=2048, `mingold`=12136, `maxgold`=12136, `DamageModifier`=35, `mechanic_immune_mask`=0 WHERE `entry`=39392;
|
||||
UPDATE `creature_template` SET `speed_walk`=0.888888, `speed_run`=1.14286, `unit_flags`=67108928, `unit_flags2`=33554432, `mingold`=12188, `maxgold`=12188, `DamageModifier`=48, `mechanic_immune_mask`=0 WHERE `entry`=39405;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.14286, `unit_flags`=64, `unit_flags2`=33554432, `mingold`=12196, `maxgold`=12196, `DamageModifier`=35, `mechanic_immune_mask`=0 WHERE `entry`=39414;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.14286, `unit_flags`=64, `unit_flags2`=33554432, `mingold`=12166, `maxgold`=12166, `DamageModifier`=37.7, `mechanic_immune_mask`=0 WHERE `entry`=39415;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.42857, `unit_flags`=0, `unit_flags2`=2048, `mingold`=6367, `maxgold`=6367, `DamageModifier`=7, `mechanic_immune_mask`=0 WHERE `entry`=39450;
|
||||
UPDATE `creature_template` SET `speed_walk`=0.888888, `speed_run`=1.42857, `unit_flags`=67141696, `unit_flags2`=2048, `mingold`=20004, `maxgold`=20004, `DamageModifier`=121.2, `mechanic_immune_mask`=617299967 WHERE `entry`=39625;
|
||||
UPDATE `creature_template` SET `speed_walk`=0.888888, `speed_run`=1.14286, `unit_flags`=67108928, `unit_flags2`=33554432, `mingold`=12148, `maxgold`=12148, `DamageModifier`=35, `mechanic_immune_mask`=0 WHERE `entry`=39626;
|
||||
UPDATE `creature_template` SET `speed_walk`=0.888888, `speed_run`=1.14286, `unit_flags`=67108944, `unit_flags2`=33554432, `mingold`=12171, `maxgold`=12171, `DamageModifier`=35, `mechanic_immune_mask`=0 WHERE `entry`=39854;
|
||||
UPDATE `creature_template` SET `speed_walk`=0.888888, `speed_run`=1.14286, `unit_flags`=64, `unit_flags2`=33554432, `mingold`=12832, `maxgold`=12832, `DamageModifier`=48, `mechanic_immune_mask`=0 WHERE `entry`=39855;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.14286, `unit_flags`=32832, `unit_flags2`=2048, `mingold`=12161, `maxgold`=12161, `DamageModifier`=48, `mechanic_immune_mask`=0 WHERE `entry`=39870;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.14286, `unit_flags`=32832, `unit_flags2`=2048, `mingold`=12174, `maxgold`=12174, `DamageModifier`=35, `mechanic_immune_mask`=0 WHERE `entry`=39873;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.14286, `unit_flags`=32832, `unit_flags2`=2048, `mingold`=12181, `maxgold`=12181, `DamageModifier`=48, `mechanic_immune_mask`=0 WHERE `entry`=39890;
|
||||
UPDATE `creature_template` SET `speed_walk`=0.888888, `speed_run`=1.14286, `unit_flags`=67108928, `unit_flags2`=33554432, `mingold`=12136, `maxgold`=12136, `DamageModifier`=35, `mechanic_immune_mask`=0 WHERE `entry`=39909;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.14286, `unit_flags`=64, `unit_flags2`=2048, `mingold`=0, `maxgold`=0, `DamageModifier`=48, `mechanic_immune_mask`=0 WHERE `entry`=39954;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.14286, `unit_flags`=64, `unit_flags2`=33554432, `mingold`=12161, `maxgold`=12161, `DamageModifier`=35, `mechanic_immune_mask`=0 WHERE `entry`=39956;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.14286, `unit_flags`=32832, `unit_flags2`=2048, `mingold`=12187, `maxgold`=12187, `DamageModifier`=48, `mechanic_immune_mask`=0 WHERE `entry`=39962;
|
||||
UPDATE `creature_template` SET `speed_walk`=2.8, `speed_run`=1, `unit_flags`=0, `unit_flags2`=2048, `mingold`=0, `maxgold`=0, `DamageModifier`=7, `mechanic_immune_mask`=0 WHERE `entry`=39984;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.14286, `unit_flags`=262208, `unit_flags2`=2048, `mingold`=12193, `maxgold`=12193, `DamageModifier`=35, `mechanic_immune_mask`=0 WHERE `entry`=40166;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.14286, `unit_flags`=294976, `unit_flags2`=2048, `mingold`=12157, `maxgold`=12157, `DamageModifier`=48, `mechanic_immune_mask`=0 WHERE `entry`=40167;
|
||||
UPDATE `creature_template` SET `speed_walk`=2, `speed_run`=1.42857, `unit_flags`=64, `unit_flags2`=67584, `mingold`=19994, `maxgold`=19994, `DamageModifier`=121.2, `mechanic_immune_mask`=617299967 WHERE `entry`=40177;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.14286, `unit_flags`=64, `unit_flags2`=2048, `mingold`=12214, `maxgold`=12214, `DamageModifier`=37.7, `mechanic_immune_mask`=0 WHERE `entry`=40268;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.14286, `unit_flags`=32832, `unit_flags2`=2048, `mingold`=12150, `maxgold`=12150, `DamageModifier`=48, `mechanic_immune_mask`=0 WHERE `entry`=40270;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.14286, `unit_flags`=64, `unit_flags2`=33554432, `mingold`=12179, `maxgold`=12179, `DamageModifier`=35, `mechanic_immune_mask`=0 WHERE `entry`=40272;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.14286, `unit_flags`=64, `unit_flags2`=33554432, `mingold`=12185, `maxgold`=12185, `DamageModifier`=37.7, `mechanic_immune_mask`=0 WHERE `entry`=40273;
|
||||
UPDATE `creature_template` SET `speed_walk`=0.888888, `speed_run`=1.14286, `unit_flags`=64, `unit_flags2`=33554432, `mingold`=12139, `maxgold`=12139, `DamageModifier`=48, `mechanic_immune_mask`=0 WHERE `entry`=40290;
|
||||
UPDATE `creature_template` SET `speed_walk`=0.888888, `speed_run`=1.14286, `unit_flags`=67108928, `unit_flags2`=33554432, `mingold`=12153, `maxgold`=12153, `DamageModifier`=72.1, `mechanic_immune_mask`=0 WHERE `entry`=40291;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.14286, `unit_flags`=0, `unit_flags2`=2048, `mingold`=12159, `maxgold`=12159, `DamageModifier`=36.2, `mechanic_immune_mask`=0 WHERE `entry`=40293;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.14286, `unit_flags`=0, `unit_flags2`=2048, `mingold`=12148, `maxgold`=12148, `DamageModifier`=36.2, `mechanic_immune_mask`=0 WHERE `entry`=40294;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.14286, `unit_flags`=64, `unit_flags2`=2048, `mingold`=12158, `maxgold`=12158, `DamageModifier`=35, `mechanic_immune_mask`=0 WHERE `entry`=40306;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.14286, `unit_flags`=32832, `unit_flags2`=2048, `mingold`=20026, `maxgold`=20026, `DamageModifier`=102.1, `mechanic_immune_mask`=617299967 WHERE `entry`=40319;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.42857, `unit_flags`=32832, `unit_flags2`=2048, `mingold`=0, `maxgold`=0, `DamageModifier`=46.6, `mechanic_immune_mask`=617299967 WHERE `entry`=40320;
|
||||
UPDATE `creature_template` SET `speed_walk`=1.55556, `speed_run`=1, `unit_flags`=0, `unit_flags2`=2048, `mingold`=0, `maxgold`=0, `DamageModifier`=72.4, `mechanic_immune_mask`=0 WHERE `entry`=40357;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.14286, `unit_flags`=537133120,`unit_flags2`=33554432, `mingold`=12142, `maxgold`=12142, `DamageModifier`=35, `mechanic_immune_mask`=0 WHERE `entry`=40448;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.28571, `unit_flags`=64, `unit_flags2`=134219776, `mingold`=20003, `maxgold`=20003, `DamageModifier`=121.2, `mechanic_immune_mask`=617299967 WHERE `entry`=40484;
|
||||
UPDATE `creature_template` SET `speed_walk`=3.6, `speed_run`=1.28571, `unit_flags`=64, `unit_flags2`=2048, `mingold`=0, `maxgold`=0, `DamageModifier`=35, `mechanic_immune_mask`=0 WHERE `entry`=40600;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.14286, `unit_flags`=64, `unit_flags2`=2048, `mingold`=12188, `maxgold`=12188, `DamageModifier`=35, `mechanic_immune_mask`=0 WHERE `entry`=41073;
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.42857, `unit_flags`=67108928, `unit_flags2`=33556480, `mingold`=0, `maxgold`=0, `DamageModifier`=46.7, `mechanic_immune_mask`=0 WHERE `entry`=41095;
|
||||
UPDATE `creature_template` SET `speed_walk`=2, `speed_run`=1.42857, `unit_flags`=0, `unit_flags2`=2048, `mingold`=0, `maxgold`=0, `DamageModifier`=7, `mechanic_immune_mask`=0 WHERE `entry`=45467;
|
||||
UPDATE `creature_template` SET `speed_walk`=3.6, `speed_run`=1.28571, `unit_flags`=64, `unit_flags2`=2048, `mingold`=0, `maxgold`=0, `DamageModifier`=35, `mechanic_immune_mask`=0 WHERE `entry`=48844;
|
||||
@@ -1,4 +0,0 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_monk_crackling_jade_lightning','spell_monk_crackling_jade_lightning_knockback_proc_aura');
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(117952,'spell_monk_crackling_jade_lightning'),
|
||||
(117959,'spell_monk_crackling_jade_lightning_knockback_proc_aura');
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user