diff --git a/sql/migrations/20230623143144_world.sql b/sql/migrations/20230623143144_world.sql index 0e2ff85edc2..40623f40fd4 100644 --- a/sql/migrations/20230623143144_world.sql +++ b/sql/migrations/20230623143144_world.sql @@ -1256,6 +1256,14 @@ UPDATE `creature` SET `id` = 1833, `id2` = 0 WHERE `guid` IN (45381,45377, 47157 -- Correct Skeletal Horror Spell List REPLACE INTO `creature_spells` (`entry`, `name`, `spellId_1`, `probability_1`, `castTarget_1`, `targetParam1_1`, `targetParam2_1`, `castFlags_1`, `delayInitialMin_1`, `delayInitialMax_1`, `delayRepeatMin_1`, `delayRepeatMax_1`, `scriptId_1`, `spellId_2`, `probability_2`, `castTarget_2`, `targetParam1_2`, `targetParam2_2`, `castFlags_2`, `delayInitialMin_2`, `delayInitialMax_2`, `delayRepeatMin_2`, `delayRepeatMax_2`, `scriptId_2`, `spellId_3`, `probability_3`, `castTarget_3`, `targetParam1_3`, `targetParam2_3`, `castFlags_3`, `delayInitialMin_3`, `delayInitialMax_3`, `delayRepeatMin_3`, `delayRepeatMax_3`, `scriptId_3`, `spellId_4`, `probability_4`, `castTarget_4`, `targetParam1_4`, `targetParam2_4`, `castFlags_4`, `delayInitialMin_4`, `delayInitialMax_4`, `delayRepeatMin_4`, `delayRepeatMax_4`, `scriptId_4`, `spellId_5`, `probability_5`, `castTarget_5`, `targetParam1_5`, `targetParam2_5`, `castFlags_5`, `delayInitialMin_5`, `delayInitialMax_5`, `delayRepeatMin_5`, `delayRepeatMax_5`, `scriptId_5`, `spellId_6`, `probability_6`, `castTarget_6`, `targetParam1_6`, `targetParam2_6`, `castFlags_6`, `delayInitialMin_6`, `delayInitialMax_6`, `delayRepeatMin_6`, `delayRepeatMax_6`, `scriptId_6`, `spellId_7`, `probability_7`, `castTarget_7`, `targetParam1_7`, `targetParam2_7`, `castFlags_7`, `delayInitialMin_7`, `delayInitialMax_7`, `delayRepeatMin_7`, `delayRepeatMax_7`, `scriptId_7`, `spellId_8`, `probability_8`, `castTarget_8`, `targetParam1_8`, `targetParam2_8`, `castFlags_8`, `delayInitialMin_8`, `delayInitialMax_8`, `delayRepeatMin_8`, `delayRepeatMax_8`, `scriptId_8`) VALUES (2020, 'Duskwood - Skeletal Horror', 7399, 100, 1, 0, 0, 32, 5, 20, 20, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); +-- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +-- Shared Spawns At The Fungal Vale +UPDATE `creature` SET `id` = 8529, `id2` = 8532, `id3` = 8542, `id4` = 8545 WHERE `guid` IN (92706, 92705, 92517, 92674, 92793, 92513, 92515, 92514, 92672, 92707, 92374, 92324, 92519, 92708, 92521, 91925, 92261, 91928, 92709, 92520, 92380, 92378, 91931, 91930); + +-- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +-- Shared Spawns At Browman Mill / The Noxious Glade +UPDATE `creature` SET `id` = 8528, `id2` = 8529, `id3` = 8532, `id4` = 8542 WHERE `guid` IN (92810, 92809, 92474, 92547, 92654, 92653, 92650, 92651, 92652, 92476, 92562, 92475, 92561, 92777, 92776, 92681, 92677, 92678, 92676, 92675, 92473, 92667, 92666, 92663, 92660, 92683, 92659, 92680, 92679, 92808); + -- End of migration. END IF;