feat(DB): release ACDB 6.0.0 (#11515)

This commit is contained in:
Kitzunu 2022-04-24 15:56:31 +02:00 committed by GitHub
parent 6950eb0cd0
commit b4bcdd94d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
737 changed files with 87008 additions and 43668 deletions

View file

@ -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.areatrigger_scripts
-- Dumpar struktur för tabell acore_world.areatrigger_scripts
DROP TABLE IF EXISTS `areatrigger_scripts`;
CREATE TABLE IF NOT EXISTS `areatrigger_scripts` (
`entry` MEDIUMINT NOT NULL,
@ -20,7 +20,7 @@ CREATE TABLE IF NOT EXISTS `areatrigger_scripts` (
PRIMARY KEY (`entry`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
-- Дамп данных таблицы acore_world.areatrigger_scripts: 125 rows
-- Dumpar data för tabell acore_world.areatrigger_scripts: 127 rows
DELETE FROM `areatrigger_scripts`;
/*!40000 ALTER TABLE `areatrigger_scripts` DISABLE KEYS */;
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES
@ -148,7 +148,9 @@ INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES
(3626, 'SmartTrigger'),
(3957, 'at_zulgurub_entrance_speech'),
(2066, 'at_trigger_the_beast_movement'),
(2067, 'at_the_beast_room');
(2067, 'at_the_beast_room'),
(3960, 'at_zulgurub_temple_speech'),
(3847, 'at_orb_of_command');
/*!40000 ALTER TABLE `areatrigger_scripts` ENABLE KEYS */;
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;