feat(DB): Release ACDB 9.0.0 (#16069)

* squishy
This commit is contained in:
Gultask 2023-04-25 01:48:38 -03:00 committed by GitHub
parent df77b5f4f7
commit 5ca6fe6fda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
785 changed files with 133828 additions and 126861 deletions

View file

@ -17,17 +17,17 @@
-- Dumping structure for table acore_world.spell_linked_spell
DROP TABLE IF EXISTS `spell_linked_spell`;
CREATE TABLE IF NOT EXISTS `spell_linked_spell` (
`spell_trigger` mediumint NOT NULL,
`spell_effect` mediumint NOT NULL DEFAULT '0',
`spell_trigger` int NOT NULL,
`spell_effect` int NOT NULL DEFAULT '0',
`type` tinyint unsigned NOT NULL DEFAULT '0',
`comment` text NOT NULL,
`comment` text COLLATE utf8mb4_unicode_ci NOT NULL,
UNIQUE KEY `trigger_effect_type` (`spell_trigger`,`spell_effect`,`type`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COMMENT='Spell System';
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Spell System';
-- Dumping data for table acore_world.spell_linked_spell: 578 rows
-- Dumping data for table acore_world.spell_linked_spell: ~579 rows (approximately)
DELETE FROM `spell_linked_spell`;
/*!40000 ALTER TABLE `spell_linked_spell` DISABLE KEYS */;
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
(-75731, -75055, 0, 'Instant Statue'),
(-75731, -74890, 0, 'Instant Statue'),
(-73077, -69188, 0, 'Rocket Pack - linked aura'),
(-71563, -71564, 0, 'Nevermelting Ice Crystal - Remove working trigger'),
@ -166,6 +166,7 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm
(-5144, -36032, 0, 'Arcane Missiles Rank 2'),
(-5143, -36032, 0, 'Arcane Missiles Rank 1'),
(781, 56446, 0, 'Disengage'),
(3204, 8329, 0, 'Sapper Explode'),
(5784, 31725, 0, 'Summon felsteed'),
(7376, 57339, 2, 'Defensive Stance Passive - Tank Class Passive Threat'),
(7744, 72757, 0, 'Will of the Forsaken Cooldown Trigger (WOTF)'),
@ -186,19 +187,24 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm
(7946, -7943, 1, 'Evolving Ectoplasm (Black) - Remove Evolving Ectoplasm Red'),
(7946, 7743, 2, 'Evolving Ectoplasm (Black) - trigger Shadow Immunity'),
(11511, 11518, 0, 'Activate Bomb trigger'),
(13278, 13493, 0, 'Gnomish Death Ray'),
(13819, 31726, 0, 'Summon Warhorse'),
(13927, 59917, 1, 'Enchant Gloves - Riding Skill Speed add'),
(15237, 23455, 0, 'Holy Nova (rank1)'),
(15430, 23458, 0, 'Holy Nova (rank2)'),
(15431, 23459, 0, 'Holy Nova (rank3)'),
(17500, 17499, 0, 'Malown\'s Slam - trigger Surge of Strenght'),
(17767, 54501, 2, 'Consume Shadows - Rank 1'),
(17770, 29940, 0, 'Wolfshead Helm Energy'),
(17850, 54501, 2, 'Consume Shadows - Rank 2'),
(17851, 54501, 2, 'Consume Shadows - Rank 3'),
(17852, 54501, 2, 'Consume Shadows - Rank 4'),
(17853, 54501, 2, 'Consume Shadows - Rank 5'),
(17854, 54501, 2, 'Consume Shadows - Rank 6'),
(19263, 67801, 2, 'Deterrence'),
(19512, -19502, 1, 'Apply Salve - Sickly Critter Aura removed'),
(20066, -61840, 1, 'Repentance'),
(20482, 20483, 1, 'Firesworn Eruption Trigger - On Hit - Trigger Massive Eruption'),
(20594, 65116, 0, 'Stoneform'),
(21178, 57339, 2, 'Bear Form (Passive2) - Tank Class Passive Threat'),
(22352, -22520, 1, 'Phase Lasher (Fire) - Remove Phase Lasher (Frost)'),
@ -214,9 +220,12 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm
(22520, -22353, 1, 'Phase Lasher (Frost) - Remove Phase Lasher (Nature)'),
(22520, -22352, 1, 'Phase Lasher (Frost) - Remove Phase Lasher (Fire)'),
(23161, 31725, 0, 'Summon Nightmare'),
(23192, 24872, 0, 'Form Rhok\'delar and Lok\'delar at once '),
(23214, 31726, 0, 'Summon Charger'),
(23414, -26889, 2, 'Nefarian Rogue class call - Vanish'),
(23414, -1857, 2, 'Nefarian Rogue class call - Vanish'),
(23414, -1856, 2, 'Nefarian Rogue class call - Vanish'),
(24023, 12021, 1, 'Charge (24023) will now trigger Fixate'),
(35475, 51120, 1, 'Drums of War - Tinnitus'),
(24707, 24870, 2, 'Bobbing Apple'),
(24714, 24750, 1, 'Trick cast Trick'),
(24743, 24730, 1, 'Cannon Prep - Link Teleport'),
@ -224,6 +233,7 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm
(24832, 24754, 1, 'Cannon Prep - Link Stun'),
(24832, 24831, 1, 'Cannon Prep - Link Teleport'),
(25331, 25329, 0, 'Holy Nova (rank7)'),
(25654, 6608, 1, 'Hive\'Zara Tail Lasher: On Tail Lash - Apply Dropped Weapon'),
(25780, 57340, 2, 'Righteous Fury - Tank Class Passive Threat'),
(26022, 61417, 2, 'Pursuit of Justice add'),
(26023, 61418, 2, 'Pursuit of Justice add'),
@ -233,7 +243,6 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm
(26304, 44429, 0, 'Blue Firework Cluster - questcredit'),
(26325, 44429, 0, 'Green Firework Cluster - questcredit'),
(26327, 44429, 0, 'Red Firework Cluster - questcredit'),
(-75731, -75055, 0, 'Instant Statue'),
(26393, 26394, 1, 'Elune\'s Blessing'),
(27272, 54501, 2, 'Consume Shadows - Rank 7'),
(27799, 27803, 0, 'Holy Nova (rank4)'),
@ -243,6 +252,7 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm
(28084, -28059, 1, 'Negative Charge - Positive Charge'),
(28273, -28274, 0, 'Bloodthistle'),
(28732, -28798, 1, 'Widow\'s Embrace - Frenzy'),
(28757, 28758, 0, 'Stalker\'s Ally'),
(29126, 29099, 1, 'Flame of Darnassus'),
(29135, 29102, 1, 'Flame of Ironforge'),
(29136, 29130, 1, 'Flame of Orgrimmar'),
@ -265,6 +275,10 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm
(33686, 31705, 0, 'Murmur\'s Shockwave Jump'),
(34767, 31726, 0, 'Summon Charger - Blood Elf'),
(34769, 31726, 0, 'Summon Warhorse - Blood Elf'),
(35475, 51120, 1, 'Drums of War - Tinnitus'),
(35476, 51120, 1, 'Drums of Battle - Tinnitus'),
(35477, 51120, 1, 'Drums of Speed - Tinnitus'),
(35478, 51120, 1, 'Drums of War - Tinnitus'),
(36574, 36650, 0, 'Apply Phase Slip Vulnerability'),
(36587, 36573, 1, 'Vision Guide quest'),
(37493, 31261, 2, 'Feign Death'),
@ -400,11 +414,12 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm
(50493, 50314, 0, 'Disco Ball(Listening to Music)'),
(50499, 50493, 1, 'D.I.S.C.O.'),
(50517, -51926, 0, 'Corsair Costume - Remover'),
(50722, -50679, 1, 'Strip Aura Lamoof remove aura Lamoof Dying from player'),
(50712, -50693, 1, 'Strip Aura Josephine remove aura Josephine Dying from player'),
(50711, -50695, 1, 'Strip Aura Josephine 01 remove aura Bleeding Out'),
(50710, -50666, 1, 'Strip Aura Jonathan remove aura Jonathan Dying from player'),
(50709, -50665, 1, 'Strip Aura Jonathan 01 remove aura Bleeding Out'),
(50710, -50666, 1, 'Strip Aura Jonathan remove aura Jonathan Dying from player'),
(50711, -50695, 1, 'Strip Aura Josephine 01 remove aura Bleeding Out'),
(50712, -50693, 1, 'Strip Aura Josephine remove aura Josephine Dying from player'),
(50722, -50679, 1, 'Strip Aura Lamoof remove aura Lamoof Dying from player'),
(50723, -50681, 1, 'Strip Aura Lamoof 01 remove aura Bleeding Out'),
(51010, -5268, 0, 'Dire Brew'),
(51010, 5268, 2, 'Dire Brew'),
(51060, 51226, 1, 'On spellhit Have Withered Batwing - Spellcast Withered Batwing Kill Credit'),
@ -487,8 +502,8 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm
(58520, 58519, 0, 'Spit - Spit'),
(58666, 58672, 1, 'Impale (Archavon)'),
(58875, 58876, 1, 'Spirit Walk'),
(50723, -50681, 1, 'Strip Aura Lamoof 01 remove aura Bleeding Out'),
(3204, 8329, 0, 'Sapper Explode'),
(58984, 59646, 0, 'Shadowmeld: Sanctuary'),
(58984, 62196, 0, 'Shadowmeld: Force deselect'),
(59628, -57934, 0, 'Tricks of Trade - remove at trigger'),
(59752, 72752, 0, 'Will of the Forsaken Cooldown Trigger'),
(60882, 58672, 1, 'Impale (Archavon)'),
@ -523,6 +538,7 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm
(65250, 62169, 1, 'Worm Hole (Algalon)'),
(65684, -65686, 2, 'Remove Light Essence 10M'),
(65686, -65684, 2, 'Remove Dark Essence 10M'),
(65917, 66122, 0, 'Magic Rooster'),
(65940, 65941, 0, 'Trial of the Crusader: Shattering Throw'),
(66010, 25771, 0, 'Divine Shield - Forbearance'),
(66235, 66233, 0, 'Ardent Defender Visuals'),
@ -589,24 +605,7 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm
(71847, 71874, 0, 'Toxic Wasteling Devour'),
(73077, 69188, 2, 'Rocket Pack - linked aura'),
(73313, 50772, 0, 'Crimson Deathcharger - Summon Unholy Mount Visual'),
(74890, 75055, 0, 'Instant Statue'),
(19512, -19502, 1, 'Apply Salve - Sickly Critter Aura removed'),
(13278, 13493, 0, 'Gnomish Death Ray'),
(17770, 29940, 0, 'Wolfshead Helm Energy'),
(17500, 17499, 0, 'Malown\'s Slam - trigger Surge of Strenght'),
(58984, 59646, 0, 'Shadowmeld: Sanctuary'),
(58984, 62196, 0, 'Shadowmeld: Force deselect'),
(20482, 20483, 1, 'Firesworn Eruption Trigger - On Hit - Trigger Massive Eruption'),
(65917, 66122, 0, 'Magic Rooster'),
(23414, -1856, 2, 'Nefarian Rogue class call - Vanish'),
(23414, -1857, 2, 'Nefarian Rogue class call - Vanish'),
(23414, -26889, 2, 'Nefarian Rogue class call - Vanish'),
(25654, 6608, 1, 'Hive\'Zara Tail Lasher: On Tail Lash - Apply Dropped Weapon'),
(28757, 28758, 0, 'Stalker\'s Ally'),
(35476, 51120, 1, 'Drums of Battle - Tinnitus'),
(35477, 51120, 1, 'Drums of Speed - Tinnitus'),
(35478, 51120, 1, 'Drums of War - Tinnitus');
/*!40000 ALTER TABLE `spell_linked_spell` ENABLE KEYS */;
(74890, 75055, 0, 'Instant Statue');
/*!40103 SET TIME_ZONE=IFNULL(@OLD_TIME_ZONE, 'system') */;
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;