feat(DB): Release ACDB 11.0.0 (#19414)

This commit is contained in:
Kitzunu 2024-07-17 01:07:46 +02:00 committed by GitHub
parent f0e6b0f1ab
commit 3e88bd8668
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
86 changed files with 224663 additions and 226009 deletions

View file

@ -30,7 +30,7 @@ CREATE TABLE IF NOT EXISTS `spell_scripts` (
`o` float NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- Dumping data for table acore_world.spell_scripts: ~130 rows (approximately)
-- Dumping data for table acore_world.spell_scripts: ~131 rows (approximately)
DELETE FROM `spell_scripts`;
INSERT INTO `spell_scripts` (`id`, `effIndex`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES
(35727, 0, 0, 15, 35730, 2, 0, 0, 0, 0, 0),
@ -162,7 +162,8 @@ INSERT INTO `spell_scripts` (`id`, `effIndex`, `delay`, `command`, `datalong`, `
(60940, 0, 0, 6, 0, 0, 0, 1769.13, 772.25, 56.22, 3.97),
(24320, 0, 0, 15, 24321, 2, 0, 0, 0, 0, 0),
(25952, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0),
(50499, 0, 0, 15, 50493, 0, 0, 0, 0, 0, 0);
(50499, 0, 0, 15, 50493, 0, 0, 0, 0, 0, 0),
(36153, 0, 0, 15, 36141, 3, 0, 0, 0, 0, 0);
/*!40103 SET TIME_ZONE=IFNULL(@OLD_TIME_ZONE, 'system') */;
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;