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,31 +1,32 @@
|
|||
-- --------------------------------------------------------
|
||||
-- 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_template_spell
|
||||
-- Dumping structure for table acore_world.creature_template_spell
|
||||
DROP TABLE IF EXISTS `creature_template_spell`;
|
||||
CREATE TABLE IF NOT EXISTS `creature_template_spell` (
|
||||
`CreatureID` mediumint unsigned NOT NULL,
|
||||
`Index` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`Spell` mediumint unsigned DEFAULT NULL,
|
||||
`VerifiedBuild` smallint DEFAULT '0',
|
||||
`VerifiedBuild` mediumint DEFAULT NULL,
|
||||
PRIMARY KEY (`CreatureID`,`Index`),
|
||||
CONSTRAINT `creature_template_spell_chk_1` CHECK (((`Index` >= 0) and (`Index` <= 7)))
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
|
||||
|
||||
-- Dumpar data för tabell acore_world.creature_template_spell: ~9 511 rows (ungefär)
|
||||
-- Dumping data for table acore_world.creature_template_spell: ~9,511 rows (approximately)
|
||||
DELETE FROM `creature_template_spell`;
|
||||
/*!40000 ALTER TABLE `creature_template_spell` DISABLE KEYS */;
|
||||
INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES
|
||||
(30, 0, 744, 12340),
|
||||
(40, 0, 6016, 12340),
|
||||
|
|
@ -9538,8 +9539,8 @@ INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `Verified
|
|||
(61021, 0, 14518, 0),
|
||||
(61021, 1, 13005, 0),
|
||||
(61021, 2, 13952, 0);
|
||||
/*!40000 ALTER TABLE `creature_template_spell` 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