mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-16 16:56:07 +00:00
8
data/sql/updates/db_world/2022_08_25_02.sql
Normal file
8
data/sql/updates/db_world/2022_08_25_02.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2022_08_25_01 -> 2022_08_25_02
|
||||
--
|
||||
UPDATE `creature_template` SET `DamageModifier`=2.35, `ArmorModifier`=1.1, `AIName`='SmartAI' WHERE `entry`=14668;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 14668) AND (`source_type` = 0) AND (`id` IN (0, 1));
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(14668, 0, 0, 0, 0, 0, 100, 0, 3000, 3000, 3000, 3000, 0, 11, 20153, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Corrupted Infernal - In Combat - Cast \'Immolation\''),
|
||||
(14668, 0, 1, 0, 0, 0, 100, 0, 2000, 5000, 10000, 12000, 0, 11, 22703, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Corrupted Infernal - In Combat - Cast \'Inferno Effect\'');
|
||||
56
data/sql/updates/db_world/2022_08_25_03.sql
Normal file
56
data/sql/updates/db_world/2022_08_25_03.sql
Normal file
@@ -0,0 +1,56 @@
|
||||
-- DB update 2022_08_25_02 -> 2022_08_25_03
|
||||
--
|
||||
DELETE FROM `linked_respawn` WHERE `guid` IN (144610,144611,144612,144613,144614,144615,144616,144617,144618,144619,144620,144621,144622,144623,144624,144625,144626,144627,144628,144629,144630,144631,144653,144654,144655,144656,144657,144658,144659,144660,144661,144662,144663,144664,144665,144666,144667,144668,144669,144670,144671,144672,144676,144677,144674,144675,144673,144651,144652);
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
-- Swarmguard Needler
|
||||
(144610, 144603, 0),
|
||||
(144611, 144603, 0),
|
||||
(144612, 144603, 0),
|
||||
(144613, 144603, 0),
|
||||
(144614, 144603, 0),
|
||||
(144615, 144603, 0),
|
||||
(144616, 144603, 0),
|
||||
(144617, 144603, 0),
|
||||
(144618, 144603, 0),
|
||||
(144619, 144603, 0),
|
||||
(144620, 144603, 0),
|
||||
(144621, 144603, 0),
|
||||
(144622, 144603, 0),
|
||||
(144623, 144603, 0),
|
||||
(144624, 144603, 0),
|
||||
(144625, 144603, 0),
|
||||
(144626, 144603, 0),
|
||||
(144627, 144603, 0),
|
||||
(144628, 144603, 0),
|
||||
(144629, 144603, 0),
|
||||
(144630, 144603, 0),
|
||||
(144631, 144603, 0),
|
||||
-- Qiraji Warrior
|
||||
(144653, 144603, 0),
|
||||
(144654, 144603, 0),
|
||||
(144655, 144603, 0),
|
||||
(144656, 144603, 0),
|
||||
(144657, 144603, 0),
|
||||
(144658, 144603, 0),
|
||||
(144659, 144603, 0),
|
||||
(144660, 144603, 0),
|
||||
(144661, 144603, 0),
|
||||
(144662, 144603, 0),
|
||||
(144663, 144603, 0),
|
||||
(144664, 144603, 0),
|
||||
(144665, 144603, 0),
|
||||
(144666, 144603, 0),
|
||||
(144667, 144603, 0),
|
||||
(144668, 144603, 0),
|
||||
(144669, 144603, 0),
|
||||
(144670, 144603, 0),
|
||||
(144671, 144603, 0),
|
||||
(144672, 144603, 0),
|
||||
-- Captains
|
||||
(144676, 144603, 0),
|
||||
(144677, 144603, 0),
|
||||
(144674, 144603, 0),
|
||||
(144675, 144603, 0),
|
||||
(144673, 144603, 0),
|
||||
(144651, 144603, 0),
|
||||
(144652, 144603, 0);
|
||||
6
data/sql/updates/db_world/2022_08_25_04.sql
Normal file
6
data/sql/updates/db_world/2022_08_25_04.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2022_08_25_03 -> 2022_08_25_04
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (26546, 26555);
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(26546, 'spell_aq_shadow_storm'),
|
||||
(26555, 'spell_aq_shadow_storm');
|
||||
Reference in New Issue
Block a user