feat(DB): release ACDB 8.0.0 (#14833)
This commit is contained in:
parent
e7cbc80a91
commit
785bb5ed6b
901 changed files with 58864 additions and 36806 deletions
|
|
@ -1,26 +1,28 @@
|
|||
-- --------------------------------------------------------
|
||||
-- Värd: 127.0.0.1
|
||||
-- Serverversion: 8.0.28 - MySQL Community Server - GPL
|
||||
-- Server-OS: Win64
|
||||
-- HeidiSQL Version: 11.3.0.6295
|
||||
-- Host: 127.0.0.1
|
||||
-- Server version: 8.0.29 - MySQL Community Server - GPL
|
||||
-- Server OS: Win64
|
||||
-- HeidiSQL Version: 12.0.0.6468
|
||||
-- --------------------------------------------------------
|
||||
|
||||
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
||||
/*!40101 SET NAMES utf8 */;
|
||||
/*!50503 SET NAMES utf8mb4 */;
|
||||
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
|
||||
/*!40103 SET TIME_ZONE='+00:00' */;
|
||||
/*!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 */;
|
||||
|
||||
-- Dumpar struktur för tabell acore_world.creature_questender
|
||||
-- Dumping structure for table acore_world.creature_questender
|
||||
DROP TABLE IF EXISTS `creature_questender`;
|
||||
CREATE TABLE IF NOT EXISTS `creature_questender` (
|
||||
`id` mediumint unsigned NOT NULL DEFAULT '0' COMMENT 'Identifier',
|
||||
`quest` mediumint unsigned NOT NULL DEFAULT '0' COMMENT 'Quest Identifier',
|
||||
PRIMARY KEY (`id`,`quest`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 ROW_FORMAT=FIXED COMMENT='Creature System';
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=FIXED COMMENT='Creature System';
|
||||
|
||||
-- Dumpar data för tabell acore_world.creature_questender: 7 865 rows
|
||||
-- Dumping data for table acore_world.creature_questender: 7,898 rows
|
||||
DELETE FROM `creature_questender`;
|
||||
/*!40000 ALTER TABLE `creature_questender` DISABLE KEYS */;
|
||||
INSERT INTO `creature_questender` (`id`, `quest`) VALUES
|
||||
|
|
@ -3587,6 +3589,7 @@ INSERT INTO `creature_questender` (`id`, `quest`) VALUES
|
|||
(15534, 8613),
|
||||
(15534, 8614),
|
||||
(15535, 8615),
|
||||
(15535, 8616),
|
||||
(15540, 8507),
|
||||
(15540, 8731),
|
||||
(15540, 9338),
|
||||
|
|
@ -3649,7 +3652,34 @@ INSERT INTO `creature_questender` (`id`, `quest`) VALUES
|
|||
(15700, 8792),
|
||||
(15700, 8793),
|
||||
(15700, 8794),
|
||||
(15700, 8851),
|
||||
(15700, 8852),
|
||||
(15700, 8853),
|
||||
(15700, 8854),
|
||||
(15700, 8855),
|
||||
(15700, 10500),
|
||||
(15701, 8846),
|
||||
(15701, 8847),
|
||||
(15701, 8848),
|
||||
(15701, 8849),
|
||||
(15701, 8850),
|
||||
(15731, 8811),
|
||||
(15731, 8819),
|
||||
(15733, 8812),
|
||||
(15733, 8820),
|
||||
(15734, 8813),
|
||||
(15734, 8821),
|
||||
(15735, 8814),
|
||||
(15735, 8822),
|
||||
(15736, 8815),
|
||||
(15736, 8823),
|
||||
(15737, 8816),
|
||||
(15737, 8824),
|
||||
(15738, 8815),
|
||||
(15738, 8826),
|
||||
(15738, 8842),
|
||||
(15739, 8818),
|
||||
(15739, 8825),
|
||||
(15761, 8818),
|
||||
(15761, 8826),
|
||||
(15761, 8844),
|
||||
|
|
@ -4908,6 +4938,7 @@ INSERT INTO `creature_questender` (`id`, `quest`) VALUES
|
|||
(19935, 11106),
|
||||
(19935, 13432),
|
||||
(19937, 10258),
|
||||
(19942, 10259),
|
||||
(20066, 10266),
|
||||
(20066, 10267),
|
||||
(20066, 10310),
|
||||
|
|
@ -5220,6 +5251,10 @@ INSERT INTO `creature_questender` (`id`, `quest`) VALUES
|
|||
(21955, 10685),
|
||||
(21955, 11094),
|
||||
(21962, 10705),
|
||||
(21968, 10693),
|
||||
(21968, 10698),
|
||||
(21969, 10699),
|
||||
(21969, 10700),
|
||||
(21983, 10717),
|
||||
(21983, 10747),
|
||||
(21984, 10709),
|
||||
|
|
@ -7891,6 +7926,7 @@ INSERT INTO `creature_questender` (`id`, `quest`) VALUES
|
|||
(40429, 26013);
|
||||
/*!40000 ALTER TABLE `creature_questender` ENABLE KEYS */;
|
||||
|
||||
/*!40103 SET TIME_ZONE=IFNULL(@OLD_TIME_ZONE, 'system') */;
|
||||
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
|
||||
/*!40014 SET FOREIGN_KEY_CHECKS=IFNULL(@OLD_FOREIGN_KEY_CHECKS, 1) */;
|
||||
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue