Local snapshot for Docker build (includes mod-ale)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,175 @@
|
||||
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
|
||||
--
|
||||
-- Host: localhost Database: acore_world
|
||||
-- ------------------------------------------------------
|
||||
-- Server version 8.4.3
|
||||
|
||||
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
||||
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
|
||||
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
|
||||
/*!50503 SET NAMES utf8mb4 */;
|
||||
/*!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 */;
|
||||
|
||||
--
|
||||
-- Table structure for table `dungeon_access_template`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `dungeon_access_template`;
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!50503 SET character_set_client = utf8mb4 */;
|
||||
CREATE TABLE `dungeon_access_template` (
|
||||
`id` tinyint unsigned NOT NULL AUTO_INCREMENT COMMENT 'The dungeon template ID',
|
||||
`map_id` int unsigned DEFAULT NULL COMMENT 'Map ID from instance_template',
|
||||
`difficulty` tinyint unsigned NOT NULL DEFAULT '0' COMMENT '5 man: 0 = normal, 1 = heroic, 2 = epic (not implemented) | 10 man: 0 = normal, 2 = heroic | 25 man: 1 = normal, 3 = heroic',
|
||||
`min_level` tinyint unsigned DEFAULT NULL,
|
||||
`max_level` tinyint unsigned DEFAULT NULL,
|
||||
`min_avg_item_level` smallint unsigned DEFAULT NULL COMMENT 'Min average ilvl required to enter',
|
||||
`comment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'Dungeon Name 5/10/25/40 man - Normal/Heroic',
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `FK_dungeon_access_template__instance_template` (`map_id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=122 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Dungeon/raid access template and single requirements';
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
--
|
||||
-- Dumping data for table `dungeon_access_template`
|
||||
--
|
||||
|
||||
LOCK TABLES `dungeon_access_template` WRITE;
|
||||
/*!40000 ALTER TABLE `dungeon_access_template` DISABLE KEYS */;
|
||||
INSERT INTO `dungeon_access_template` VALUES
|
||||
(1,33,0,14,0,0,'Shadowfang Keep'),
|
||||
(2,34,0,15,0,0,'Stormwind Stockades'),
|
||||
(3,36,0,10,0,0,'Deadmines (DM)'),
|
||||
(4,43,0,10,0,0,'Wailing Caverns (WC)'),
|
||||
(5,47,0,17,0,0,'Razorfen Kraul'),
|
||||
(6,48,0,19,0,0,'Blackfathom Deeps'),
|
||||
(7,70,0,30,0,0,'Uldaman'),
|
||||
(8,90,0,15,0,0,'Gnomeregan'),
|
||||
(9,109,0,35,0,0,'Sunken Temple (of Atal\'Hakkar)'),
|
||||
(10,129,0,25,0,0,'Razorfen Downs'),
|
||||
(11,189,0,20,0,0,'Scarlet Monastery (SM) - All wings'),
|
||||
(12,209,0,35,0,0,'Zul\'Farrak (ZF)'),
|
||||
(13,229,0,45,0,0,'Blackrock Spire - Both Lower (LBRS) & Upper (UBRS) - 5/10man'),
|
||||
(14,230,0,40,0,0,'Blackrock Depths (BRD)'),
|
||||
(15,249,0,80,0,0,'Onyxia\'s Lair - 10man'),
|
||||
(16,249,1,80,0,0,'Onyxia\'s Lair - 25man'),
|
||||
(17,269,0,66,0,0,'Caverns Of Time: Black Morass/Opening the Dark Portal - Normal'),
|
||||
(18,269,1,70,0,0,'Caverns Of Time: Black Morass/Opening the Dark Portal - Heroic'),
|
||||
(19,289,0,45,0,0,'Scholomance'),
|
||||
(20,309,0,50,0,0,'Zul\'Gurub (ZG) - 20man'),
|
||||
(21,329,0,45,0,0,'Stratholme'),
|
||||
(22,349,0,30,0,0,'Maraudon - All wings'),
|
||||
(23,389,0,8,0,0,'Ragefire Chasm (RF)'),
|
||||
(24,409,0,50,0,0,'Molten Core - 40man'),
|
||||
(25,429,0,45,0,0,'Dire Maul - All wings'),
|
||||
(26,469,0,60,0,0,'Blackwing Lair (BWL) - 40man'),
|
||||
(27,509,0,50,0,0,'Ahn\'Qiraj Ruins (AQ20) - 20man'),
|
||||
(28,531,0,50,0,0,'Ahn\'Qiraj Temple (AQ40) - 40man'),
|
||||
(29,532,0,68,0,0,'Karazhan - 10man'),
|
||||
(30,533,0,80,0,0,'Naxxramas - 10man'),
|
||||
(31,533,1,80,0,0,'Naxxramas'),
|
||||
(32,534,0,70,0,0,'Battle Of Mount Hyjal,Alliance Base'),
|
||||
(33,540,0,55,0,0,'The Shattered Halls'),
|
||||
(34,540,1,70,0,0,'The Shattered Halls'),
|
||||
(35,542,0,55,0,0,'The Blood Furnace'),
|
||||
(36,542,1,70,0,0,'The Blood Furnace'),
|
||||
(37,543,0,55,0,0,'Hellfire Ramparts'),
|
||||
(38,543,1,70,0,0,'Hellfire Ramparts'),
|
||||
(39,544,0,65,0,0,'Hellfire Citadel: Magtheridon\'s Lair - 25man'),
|
||||
(40,545,0,55,0,0,'The Steamvault'),
|
||||
(41,545,1,70,0,0,'The Steamvault'),
|
||||
(42,546,0,55,0,0,'The Underbog'),
|
||||
(43,546,1,70,0,0,'The Underbog'),
|
||||
(44,547,0,55,0,0,'The Slave Pens'),
|
||||
(45,547,1,70,0,0,'The Slave Pens'),
|
||||
(46,548,0,68,0,0,'Coilfang Reservoir: Serpentshrine Cavern - 25man'),
|
||||
(47,550,0,70,0,0,'The Eye'),
|
||||
(48,552,0,68,0,0,'The Arcatraz'),
|
||||
(49,552,1,70,0,0,'The Arcatraz'),
|
||||
(50,553,0,67,0,0,'The Botanica'),
|
||||
(51,553,1,70,0,0,'The Botanica'),
|
||||
(52,554,0,67,0,0,'The Mechanar'),
|
||||
(53,554,1,70,0,0,'The Mechanar'),
|
||||
(54,555,0,65,0,0,'Shadow Labyrinth'),
|
||||
(55,555,1,70,0,0,'Shadow Labyrinth'),
|
||||
(56,556,0,55,0,0,'Sethekk Halls'),
|
||||
(57,556,1,70,0,0,'Sethekk Halls'),
|
||||
(58,557,0,55,0,0,'Mana Tombs'),
|
||||
(59,557,1,70,0,0,'Mana Tombs'),
|
||||
(60,558,0,55,0,0,'Auchenai Crypts'),
|
||||
(61,558,1,70,0,0,'Auchenai Crypts'),
|
||||
(62,560,0,64,0,0,'Caverns Of Time: Old Hillsbrad Foothills/Escape from Durnholde - Normal'),
|
||||
(63,560,1,70,0,0,'Caverns Of Time: Old Hillsbrad Foothills/Escape from Durnholde - Heroic'),
|
||||
(64,564,0,70,0,0,'Black Temple'),
|
||||
(65,565,0,70,0,0,'Gruul\'s Lair'),
|
||||
(66,568,0,70,0,0,'Zul\'Aman'),
|
||||
(67,574,0,65,0,0,'Utgarde Keep'),
|
||||
(68,574,1,80,0,180,'Utgarde Keep'),
|
||||
(69,575,0,75,0,0,'Utgarde Pinnacle'),
|
||||
(70,575,1,80,0,180,'Utgarde Pinnacle'),
|
||||
(71,576,0,66,0,0,'The Nexus'),
|
||||
(72,576,1,80,0,180,'The Nexus'),
|
||||
(73,578,0,75,0,0,'The Oculus'),
|
||||
(74,578,1,80,0,180,'The Oculus'),
|
||||
(75,580,0,70,0,0,'Sunwell Plateau'),
|
||||
(76,585,0,65,0,0,'Magisters\' Terrace - Normal'),
|
||||
(77,585,1,70,0,0,'Magisters\' Terrace - Heroic'),
|
||||
(78,595,0,75,0,0,'Culling of Stratholme'),
|
||||
(79,595,1,80,0,180,'Culling of Stratholme'),
|
||||
(80,599,0,72,0,0,'Ulduar,Halls of Stone'),
|
||||
(81,599,1,80,0,180,'Ulduar,Halls of Stone'),
|
||||
(82,600,0,69,0,0,'Drak\'Tharon Keep'),
|
||||
(83,600,1,80,0,180,'Drak\'Tharon Keep'),
|
||||
(84,601,0,67,0,0,'Azjol-Nerub'),
|
||||
(85,601,1,80,0,180,'Azjol-Nerub'),
|
||||
(86,602,0,75,0,0,'Ulduar,Halls of Lightning'),
|
||||
(87,602,1,80,0,180,'Ulduar,Halls of Lightning'),
|
||||
(88,603,0,80,0,0,'Ulduar - 10man'),
|
||||
(89,603,1,80,0,0,'Ulduar'),
|
||||
(90,604,0,71,0,0,'Gundrak (North entrance)'),
|
||||
(91,604,1,80,0,180,'Gundrak (North entrance)'),
|
||||
(92,608,0,70,0,0,'Violet Hold'),
|
||||
(93,608,1,80,0,180,'Violet Hold'),
|
||||
(94,615,0,80,0,0,'The Obsidian Sanctum - 10man'),
|
||||
(95,615,1,80,0,0,'Chamber of Aspects,Obsidian Sanctum'),
|
||||
(96,616,0,80,0,0,'The Eye of Eternity (Malygos) - 10man'),
|
||||
(97,616,1,80,0,0,'The Eye of Eternity'),
|
||||
(98,619,0,68,0,0,'Ahn\'Kahet'),
|
||||
(99,619,1,80,0,180,'Ahn\'Kahet'),
|
||||
(100,624,0,80,0,0,'Vault of Archavon - 10man'),
|
||||
(101,624,1,80,0,0,'Vault of Archavon'),
|
||||
(102,631,0,80,0,0,'Icecrown Citadel - 10man Normal'),
|
||||
(103,631,1,80,0,0,'IceCrown Citadel'),
|
||||
(104,631,2,80,0,0,'IceCrown Citadel'),
|
||||
(105,631,3,80,0,0,'IceCrown Citadel'),
|
||||
(106,632,0,75,0,180,'Forge of Souls'),
|
||||
(107,632,1,80,0,200,'Forge of Souls'),
|
||||
(108,649,0,80,0,0,'Trial of the Crusader - 10man Normal'),
|
||||
(109,649,1,80,0,0,'Trial of the Crusader'),
|
||||
(110,649,2,80,0,0,'Trial of the Crusader'),
|
||||
(111,649,3,80,0,0,'Trial of the Crusader'),
|
||||
(112,650,0,75,0,180,'Trial of the Champion'),
|
||||
(113,650,1,80,0,200,'Trial of the Champion'),
|
||||
(114,658,0,78,0,180,'Pit of Saron'),
|
||||
(115,658,1,80,0,200,'Pit of Saron'),
|
||||
(116,668,0,78,0,180,'Halls of Reflection'),
|
||||
(117,668,1,80,0,219,'Halls of Reflection'),
|
||||
(118,724,0,80,0,0,'The Ruby Sanctum - 10man Normal'),
|
||||
(119,724,1,80,0,0,'The Ruby Sanctum'),
|
||||
(120,724,2,80,0,0,'The Ruby Sanctum'),
|
||||
(121,724,3,80,0,0,'The Ruby Sanctum');
|
||||
/*!40000 ALTER TABLE `dungeon_access_template` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
|
||||
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
|
||||
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
|
||||
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|
||||
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2026-03-15 20:38:30
|
||||
Reference in New Issue
Block a user