mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Scenarios: Attempt to restore scenario state from completed encounter info
This commit is contained in:
@@ -2586,31 +2586,6 @@ LOCK TABLES `instance` WRITE;
|
||||
/*!40000 ALTER TABLE `instance` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
--
|
||||
-- Table structure for table `instance_scenario_progress`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `instance_scenario_progress`;
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!50503 SET character_set_client = utf8mb4 */;
|
||||
CREATE TABLE `instance_scenario_progress` (
|
||||
`id` int unsigned NOT NULL,
|
||||
`criteria` int unsigned NOT NULL,
|
||||
`counter` bigint unsigned NOT NULL,
|
||||
`date` bigint NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`id`,`criteria`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
--
|
||||
-- Dumping data for table `instance_scenario_progress`
|
||||
--
|
||||
|
||||
LOCK TABLES `instance_scenario_progress` WRITE;
|
||||
/*!40000 ALTER TABLE `instance_scenario_progress` DISABLE KEYS */;
|
||||
/*!40000 ALTER TABLE `instance_scenario_progress` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
--
|
||||
-- Table structure for table `item_instance`
|
||||
--
|
||||
@@ -3629,7 +3604,8 @@ INSERT INTO `updates` VALUES
|
||||
('2022_08_21_00_characters.sql','1D75688392FBDA18CD8494F32CF682DCB49642EC','ARCHIVED','2022-08-21 00:02:03',0),
|
||||
('2022_09_18_00_characters.sql','A7DF0C1F0E074F3E63A6CDD0AF873A1F3DC33B29','RELEASED','2022-09-18 21:48:42',0),
|
||||
('2022_10_03_00_characters.sql','7B062787230D9158A622EB4AFE7FA6D18AB47BB3','RELEASED','2022-10-03 22:32:58',0),
|
||||
('2022_10_03_01_characters.sql','7CF58BD9CC366301CC992017028568C8774C4BC2','RELEASED','2022-10-03 22:36:38',0);
|
||||
('2022_10_03_01_characters.sql','7CF58BD9CC366301CC992017028568C8774C4BC2','RELEASED','2022-10-03 22:36:38',0),
|
||||
('2022_10_03_02_characters.sql','33135AB3132943F15F4849A16EC5EFEA402F24F6','RELEASED','2022-10-03 22:38:27',0);
|
||||
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user