mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 15:50:20 +00:00
160 lines
9.3 KiB
SQL
160 lines
9.3 KiB
SQL
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
|
|
/*!40103 SET TIME_ZONE='+00:00' */;
|
|
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
|
|
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
|
|
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
|
|
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
|
|
DROP TABLE IF EXISTS `access_requirement`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
CREATE TABLE `access_requirement`
|
|
(
|
|
`mapId` mediumint(8) unsigned NOT NULL,
|
|
`difficulty` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|
`level_min` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|
`level_max` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|
`item_level` smallint(5) unsigned NOT NULL DEFAULT '0',
|
|
`item` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`item2` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`quest_done_A` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`quest_done_H` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`completed_achievement` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`quest_failed_text` text,
|
|
`comment` text,
|
|
PRIMARY KEY (`mapId`,`difficulty`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Access Requirements';
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
LOCK TABLES `access_requirement` WRITE;
|
|
/*!40000 ALTER TABLE `access_requirement` DISABLE KEYS */;
|
|
INSERT INTO `access_requirement` VALUES
|
|
(33,0,14,0,0,0,0,0,0,0,NULL,'Shadowfang Keep Entrance'),
|
|
(34,0,15,0,0,0,0,0,0,0,NULL,'Stormwind Stockades Entrance'),
|
|
(36,0,10,0,0,0,0,0,0,0,NULL,'DeadMines Entrance'),
|
|
(43,0,10,0,0,0,0,0,0,0,NULL,'The Barrens - Wailing Caverns'),
|
|
(47,0,17,0,0,0,0,0,0,0,NULL,'Razorfen Kraul Entrance'),
|
|
(48,0,19,0,0,0,0,0,0,0,NULL,'Blackphantom Deeps Entrance'),
|
|
(70,0,30,0,0,0,0,0,0,0,NULL,'Uldaman Entrance'),
|
|
(90,0,15,0,0,0,0,0,0,0,NULL,'Gnomeregan Entrance'),
|
|
(109,0,35,0,0,0,0,0,0,0,NULL,'Altar of Atal\'Hakkar Entrance'),
|
|
(129,0,25,0,0,0,0,0,0,0,NULL,'Razorfen Downs Entrance'),
|
|
(189,0,20,0,0,0,0,0,0,0,NULL,'Scarlet Monastery - Graveyard (Entrance)'),
|
|
(209,0,35,0,0,0,0,0,0,0,NULL,'Zul\'Farrak Entrance'),
|
|
(229,0,45,0,0,0,0,0,0,0,NULL,'Blackrock Spire - Searing Gorge Instance (Inside)'),
|
|
(230,0,40,0,0,0,0,0,0,0,NULL,'Blackrock Mountain - Searing Gorge Instance?'),
|
|
(249,0,80,0,0,0,0,0,0,0,NULL,'Onyxia\'s Lair Entrance'),
|
|
(249,1,80,0,0,0,0,0,0,0,NULL,'Onyxia\'s Lair Entrance'),
|
|
(269,0,66,0,0,0,0,10285,10285,0,'You must complete the quest \"Return to Andormu\" before entering the Black Morass.','Caverns Of Time,Black Morass (Entrance)'),
|
|
(269,1,70,0,0,30635,0,10285,10285,0,'You must complete the quest \"Return to Andormu\" and be level 70 before entering the Heroic difficulty of the Black Morass.','Caverns Of Time,Black Morass (Entrance)'),
|
|
(289,0,45,0,0,0,0,0,0,0,NULL,'Scholomance Entrance'),
|
|
(309,0,50,0,0,0,0,0,0,0,NULL,'Zul\'Gurub Entrance '),
|
|
(329,0,45,0,0,0,0,0,0,0,NULL,'Stratholme - Eastern Plaguelands Instance'),
|
|
(349,0,30,0,0,0,0,0,0,0,NULL,'Maraudon'),
|
|
(389,0,8,0,0,0,0,0,0,0,NULL,'Ragefire Chasm - Ogrimmar Instance'),
|
|
(409,0,50,0,0,0,0,0,0,0,NULL,'The Molten Bridge'),
|
|
(429,0,45,0,0,0,0,0,0,0,NULL,'Dire Maul'),
|
|
(469,0,60,0,0,0,0,0,0,0,NULL,'Blackwing Lair - Blackrock Mountain - Eastern Kingdoms'),
|
|
(509,0,50,0,0,0,0,0,0,0,NULL,'Ruins Of Ahn\'Qiraj (Outside)'),
|
|
(531,0,50,0,0,0,0,0,0,0,NULL,'Ahn\'Qiraj Temple (Outside)'),
|
|
(532,0,68,0,0,0,0,0,0,0,NULL,'Karazhan,Main (Entrance)'),
|
|
(533,0,80,0,0,0,0,0,0,0,NULL,'Naxxramas'),
|
|
(533,1,80,0,0,0,0,0,0,0,NULL,'Naxxramas'),
|
|
(534,0,70,0,0,0,0,0,0,0,NULL,'Battle Of Mount Hyjal,Alliance Base (Entrance)'),
|
|
(540,0,55,0,0,0,0,0,0,0,NULL,'The Shattered Halls (Entrance)'),
|
|
(540,1,70,0,0,30637,30622,0,0,0,NULL,'The Shattered Halls (Entrance)'),
|
|
(542,0,55,0,0,0,0,0,0,0,NULL,'The Blood Furnace (Entrance)'),
|
|
(542,1,70,0,0,30637,30622,0,0,0,NULL,'The Blood Furnace (Entrance)'),
|
|
(543,0,55,0,0,0,0,0,0,0,NULL,'Hellfire Ramparts (Entrance)'),
|
|
(543,1,70,0,0,30637,30622,0,0,0,NULL,'Hellfire Ramparts (Entrance)'),
|
|
(544,0,65,0,0,0,0,0,0,0,NULL,'Magtheridon\'s Lair (Entrance)'),
|
|
(545,0,55,0,0,0,0,0,0,0,NULL,'The Steamvault (Entrance)'),
|
|
(545,1,70,0,0,30623,0,0,0,0,NULL,'The Steamvault (Entrance)'),
|
|
(546,0,55,0,0,0,0,0,0,0,NULL,'The Underbog (Entrance)'),
|
|
(546,1,70,0,0,30623,0,0,0,0,NULL,'The Underbog (Entrance)'),
|
|
(547,0,55,0,0,0,0,0,0,0,NULL,'The Slave Pens (Entrance)'),
|
|
(547,1,70,0,0,30623,0,0,0,0,NULL,'The Slave Pens (Entrance)'),
|
|
(548,0,68,0,0,0,0,0,0,0,NULL,'Serpentshrine Cavern (Entrance)'),
|
|
(550,0,70,0,0,0,0,0,0,0,NULL,'The Eye (Entrance)'),
|
|
(552,0,68,0,0,0,0,0,0,0,NULL,'The Arcatraz (Entrance)'),
|
|
(552,1,70,0,0,30634,0,0,0,0,NULL,'The Arcatraz (Entrance)'),
|
|
(553,0,67,0,0,0,0,0,0,0,NULL,'The Botanica (Entrance)'),
|
|
(553,1,70,0,0,30634,0,0,0,0,NULL,'The Botanica (Entrance)'),
|
|
(554,0,67,0,0,0,0,0,0,0,NULL,'The Mechanar (Entrance)'),
|
|
(554,1,70,0,0,30634,0,0,0,0,NULL,'The Mechanar (Entrance)'),
|
|
(555,0,65,0,0,0,0,0,0,0,NULL,'Shadow Labyrinth (Entrance)'),
|
|
(555,1,70,0,0,30633,0,0,0,0,NULL,'Shadow Labyrinth (Entrance)'),
|
|
(556,0,55,0,0,0,0,0,0,0,NULL,'Sethekk Halls (Entrance)'),
|
|
(556,1,70,0,0,30633,0,0,0,0,NULL,'Sethekk Halls (Entrance)'),
|
|
(557,0,55,0,0,0,0,0,0,0,NULL,'Mana Tombs (Entrance)'),
|
|
(557,1,70,0,0,30633,0,0,0,0,NULL,'Mana Tombs (Entrance)'),
|
|
(558,0,55,0,0,0,0,0,0,0,NULL,'Auchenai Crypts (Entrance)'),
|
|
(558,1,70,0,0,30633,0,0,0,0,NULL,'Auchenai Crypts (Entrance)'),
|
|
(560,0,64,0,0,0,0,0,0,0,NULL,'Caverns Of Time,Old Hillsbrad Foothills (Entrance)'),
|
|
(560,1,70,0,0,30635,0,0,0,0,NULL,'Caverns Of Time,Old Hillsbrad Foothills (Entrance)'),
|
|
(564,0,70,0,0,0,0,0,0,0,NULL,'Black Temple (Entrance)'),
|
|
(565,0,70,0,0,0,0,0,0,0,NULL,'Gruul\'s Lair (Entrance)'),
|
|
(568,0,70,0,0,0,0,0,0,0,NULL,'Zul\'Aman (Entrance)'),
|
|
(574,0,65,0,0,0,0,0,0,0,NULL,'Utgarde Keep (entrance)'),
|
|
(574,1,80,0,180,0,0,0,0,0,NULL,'Utgarde Keep (entrance)'),
|
|
(575,0,75,0,0,0,0,0,0,0,NULL,'Utgarde Pinnacle (entrance)'),
|
|
(575,1,80,0,180,0,0,0,0,0,NULL,'Utgarde Pinnacle (entrance)'),
|
|
(576,0,66,0,0,0,0,0,0,0,NULL,'The Nexus (entrance)'),
|
|
(576,1,80,0,180,0,0,0,0,0,NULL,'The Nexus (entrance)'),
|
|
(578,0,75,0,0,0,0,0,0,0,NULL,'The Oculus (entrance)'),
|
|
(578,1,80,0,180,0,0,0,0,0,NULL,'The Oculus (entrance)'),
|
|
(580,0,70,0,0,0,0,0,0,0,NULL,'Sunwell Plateau (Entrance)'),
|
|
(585,0,65,0,0,0,0,0,0,0,NULL,'Magisters\' Terrace (Entrance)'),
|
|
(585,1,70,0,0,0,0,11492,11492,0,NULL,'Magisters\' Terrace (Entrance)'),
|
|
(595,0,75,0,0,0,0,0,0,0,NULL,'Culling of Stratholme (entrance)'),
|
|
(595,1,80,0,180,0,0,0,0,0,NULL,'Culling of Stratholme (entrance)'),
|
|
(599,0,72,0,0,0,0,0,0,0,NULL,'Ulduar,Halls of Stone (entrance)'),
|
|
(599,1,80,0,180,0,0,0,0,0,NULL,'Ulduar,Halls of Stone (entrance)'),
|
|
(600,0,69,0,0,0,0,0,0,0,NULL,'Drak\'Tharon Keep (entrance)'),
|
|
(600,1,80,0,180,0,0,0,0,0,NULL,'Drak\'Tharon Keep (entrance)'),
|
|
(601,0,67,0,0,0,0,0,0,0,NULL,'Azjol-Nerub (entrance)'),
|
|
(601,1,80,0,180,0,0,0,0,0,NULL,'Azjol-Nerub (entrance)'),
|
|
(602,0,75,0,0,0,0,0,0,0,NULL,'Ulduar,Halls of Lightning (entrance)'),
|
|
(602,1,80,0,180,0,0,0,0,0,NULL,'Ulduar,Halls of Lightning (entrance)'),
|
|
(603,0,80,0,0,0,0,0,0,0,NULL,'Ulduar Raid entrance'),
|
|
(603,1,80,0,0,0,0,0,0,0,NULL,'Ulduar Raid entrance'),
|
|
(604,0,71,0,0,0,0,0,0,0,NULL,'Gundrak (entrance north)'),
|
|
(604,1,80,0,180,0,0,0,0,0,NULL,'Gundrak (entrance north)'),
|
|
(608,0,70,0,0,0,0,0,0,0,NULL,'Violet Hold (entrance)'),
|
|
(608,1,80,0,180,0,0,0,0,0,NULL,'Violet Hold (entrance)'),
|
|
(615,0,80,0,0,0,0,0,0,0,NULL,'Chamber of Aspects,Obsidian Sanctum (entrance)'),
|
|
(615,1,80,0,0,0,0,0,0,0,NULL,'Chamber of Aspects,Obsidian Sanctum (entrance)'),
|
|
(616,0,80,0,0,0,0,0,0,0,NULL,'The Eye of Eternity (entrance)'),
|
|
(616,1,80,0,0,0,0,0,0,0,NULL,'The Eye of Eternity (entrance)'),
|
|
(619,0,68,0,0,0,0,0,0,0,NULL,'Ahn\'Kahet (entrance)'),
|
|
(619,1,80,0,180,0,0,0,0,0,NULL,'Ahn\'Kahet (entrance)'),
|
|
(624,0,80,0,0,0,0,0,0,0,NULL,'Vault of Archavon (Entrance)'),
|
|
(624,1,80,0,0,0,0,0,0,0,NULL,'Vault of Archavon (Entrance)'),
|
|
(631,0,80,0,0,0,0,0,0,0,NULL,'IceCrown Citadel (Entrance)'),
|
|
(631,1,80,0,0,0,0,0,0,0,NULL,'IceCrown Citadel (Entrance)'),
|
|
(631,2,80,0,0,0,0,0,0,4530,NULL,'IceCrown Citadel (Entrance)'),
|
|
(631,3,80,0,0,0,0,0,0,4597,NULL,'IceCrown Citadel (Entrance)'),
|
|
(632,0,75,0,180,0,0,0,0,0,NULL,'Forge of Souls (Entrance)'),
|
|
(632,1,80,0,200,0,0,0,0,0,NULL,'Forge of Souls (Entrance)'),
|
|
(649,0,80,0,0,0,0,0,0,0,NULL,'Trial of the Crusader'),
|
|
(649,1,80,0,0,0,0,0,0,0,NULL,'Trial of the Crusader'),
|
|
(649,2,80,0,0,0,0,0,0,3917,NULL,'Trial of the Crusader'),
|
|
(649,3,80,0,0,0,0,0,0,3916,NULL,'Trial of the Crusader'),
|
|
(650,0,75,0,180,0,0,0,0,0,NULL,'Trial of the Champion'),
|
|
(650,1,80,0,200,0,0,0,0,0,NULL,'Trial of the Champion'),
|
|
(658,0,78,0,180,0,0,24499,24511,0,NULL,'Pit of Saron (Entrance)'),
|
|
(658,1,80,0,200,0,0,24499,24511,0,NULL,'Pit of Saron (Entrance)'),
|
|
(668,0,78,0,180,0,0,24710,24712,0,NULL,'Halls of Reflection (Entrance)'),
|
|
(668,1,80,0,219,0,0,24710,24712,0,NULL,'Halls of Reflection (Entrance)'),
|
|
(724,0,80,0,0,0,0,0,0,0,NULL,'The Ruby Sanctum (Entrance)'),
|
|
(724,1,80,0,0,0,0,0,0,0,NULL,'The Ruby Sanctum (Entrance)'),
|
|
(724,2,80,0,0,0,0,0,0,0,NULL,'The Ruby Sanctum (Entrance)'),
|
|
(724,3,80,0,0,0,0,0,0,0,NULL,'The Ruby Sanctum (Entrance)');
|
|
/*!40000 ALTER TABLE `access_requirement` ENABLE KEYS */;
|
|
UNLOCK TABLES;
|
|
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
|
|
|
|
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
|
|
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
|
|
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
|
|
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
|
|