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,18 +1,20 @@
|
|||
-- --------------------------------------------------------
|
||||
-- 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_model_info
|
||||
-- Dumping structure for table acore_world.creature_model_info
|
||||
DROP TABLE IF EXISTS `creature_model_info`;
|
||||
CREATE TABLE IF NOT EXISTS `creature_model_info` (
|
||||
`DisplayID` mediumint unsigned NOT NULL DEFAULT '0',
|
||||
|
|
@ -21,9 +23,9 @@ CREATE TABLE IF NOT EXISTS `creature_model_info` (
|
|||
`Gender` tinyint unsigned NOT NULL DEFAULT '2',
|
||||
`DisplayID_Other_Gender` mediumint unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`DisplayID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COMMENT='Creature System (Model related info)';
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Creature System (Model related info)';
|
||||
|
||||
-- Dumpar data för tabell acore_world.creature_model_info: 24 143 rows
|
||||
-- Dumping data for table acore_world.creature_model_info: 24,143 rows
|
||||
DELETE FROM `creature_model_info`;
|
||||
/*!40000 ALTER TABLE `creature_model_info` DISABLE KEYS */;
|
||||
INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `Gender`, `DisplayID_Other_Gender`) VALUES
|
||||
|
|
@ -9958,7 +9960,7 @@ INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`,
|
|||
(15552, 0.306, 1.5, 0, 15552),
|
||||
(15553, 0, 0, 0, 0),
|
||||
(15554, 0.6, 1, 2, 0),
|
||||
(15555, 2, 0, 2, 0),
|
||||
(15555, 2, 8, 2, 0),
|
||||
(15556, 1, 15, 2, 0),
|
||||
(15557, 0.3519, 1.725, 0, 0),
|
||||
(15558, 0.347, 1.5, 0, 0),
|
||||
|
|
@ -10194,10 +10196,10 @@ INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`,
|
|||
(15787, 1, 1, 2, 0),
|
||||
(15788, 0.96, 2.5, 2, 0),
|
||||
(15789, 1.1, 1, 2, 0),
|
||||
(15790, 2, 0, 2, 0),
|
||||
(15790, 2, 15, 2, 0),
|
||||
(15791, 0, 0, 2, 0),
|
||||
(15792, 0, 0, 2, 0),
|
||||
(15793, 1.1, 1, 2, 0),
|
||||
(15793, 1.1, 15, 2, 0),
|
||||
(15794, 0.558, 5, 2, 0),
|
||||
(15795, 0, 0, 1, 15796),
|
||||
(15796, 0, 0, 1, 15795),
|
||||
|
|
@ -24174,6 +24176,7 @@ INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`,
|
|||
(32754, 1.25, 6.25, 2, 0);
|
||||
/*!40000 ALTER TABLE `creature_model_info` 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