feat(DB): release ACDB 6.0.0 (#11515)
This commit is contained in:
parent
6950eb0cd0
commit
b4bcdd94d1
737 changed files with 87008 additions and 43668 deletions
|
|
@ -1,8 +1,8 @@
|
|||
-- --------------------------------------------------------
|
||||
-- Хост: 127.0.0.1
|
||||
-- Версия сервера: 10.6.4-MariaDB - mariadb.org binary distribution
|
||||
-- Операционная система: Win64
|
||||
-- HeidiSQL Версия: 11.3.0.6295
|
||||
-- Värd: 127.0.0.1
|
||||
-- Serverversion: 8.0.28 - MySQL Community Server - GPL
|
||||
-- Server-OS: Win64
|
||||
-- HeidiSQL Version: 11.3.0.6295
|
||||
-- --------------------------------------------------------
|
||||
|
||||
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
|
||||
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
|
||||
|
||||
-- Дамп структуры для таблица acore_world.spell_custom_attr
|
||||
-- Dumpar struktur för tabell acore_world.spell_custom_attr
|
||||
DROP TABLE IF EXISTS `spell_custom_attr`;
|
||||
CREATE TABLE IF NOT EXISTS `spell_custom_attr` (
|
||||
`spell_id` MEDIUMINT unsigned NOT NULL DEFAULT 0 COMMENT 'spell id',
|
||||
|
|
@ -20,7 +20,7 @@ CREATE TABLE IF NOT EXISTS `spell_custom_attr` (
|
|||
PRIMARY KEY (`spell_id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COMMENT='SpellInfo custom attributes';
|
||||
|
||||
-- Дамп данных таблицы acore_world.spell_custom_attr: 256 rows
|
||||
-- Dumpar data för tabell acore_world.spell_custom_attr: 263 rows
|
||||
DELETE FROM `spell_custom_attr`;
|
||||
/*!40000 ALTER TABLE `spell_custom_attr` DISABLE KEYS */;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
|
||||
|
|
@ -279,7 +279,14 @@ INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
|
|||
(27130, 100663296),
|
||||
(10170, 100663296),
|
||||
(57874, 12288),
|
||||
(46619, 16777216);
|
||||
(46619, 16777216),
|
||||
(22247, 64),
|
||||
(22282, 2048),
|
||||
(22283, 2048),
|
||||
(22285, 2048),
|
||||
(22286, 2048),
|
||||
(22287, 2048),
|
||||
(22288, 2048);
|
||||
/*!40000 ALTER TABLE `spell_custom_attr` ENABLE KEYS */;
|
||||
|
||||
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue