mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_18_03 -> 2023_04_19_00
|
||||
-- Strider Clutchmother (2172)
|
||||
UPDATE `creature_formations` SET `groupAI`=`groupAI`|1 WHERE `leaderGUID`=36692 AND`memberGUID`=36692;
|
||||
UPDATE `creature_formations` SET `groupAI`=`groupAI`|1 WHERE `leaderGUID`=37385 AND`memberGUID`=36692;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_19_00 -> 2023_04_19_01
|
||||
--
|
||||
-- Create and Enable SmartAI for creature 348 to enable broadcasts
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=348;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_19_01 -> 2023_04_19_02
|
||||
--
|
||||
-- Remove skinning loot from Buzzard creatures
|
||||
UPDATE `creature_template` SET `skinloot` = 0 WHERE `entry` IN (5982, 5983, 5436, 7376);
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_19_02 -> 2023_04_19_03
|
||||
--
|
||||
-- Remove Roughshod Pikes from any creature
|
||||
DELETE FROM `creature_loot_template` WHERE `Item` = 12533;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_19_03 -> 2023_04_19_04
|
||||
-- 21767 (Harbinger of the Raven)
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 21767);
|
||||
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
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_19_04 -> 2023_04_19_05
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 19952) AND (`source_type` = 0);
|
||||
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
|
||||
(19952, 0, 0, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Bloodmaul Geomancer - On Just Died - Say Line 1'),
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2023_04_19_05 -> 2023_04_19_06
|
||||
-- Cyrukh the Firelord (21181)
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|42090322 WHERE `entry` = 21181;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_19_06 -> 2023_04_19_07
|
||||
--
|
||||
UPDATE `creature_addon` SET `visibilityDistanceType`=3 WHERE `guid`=128135;
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2023_04_19_07 -> 2023_04_19_08
|
||||
-- Revert Fiery Payback 1m ICD.
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (64349,64350);
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_19_08 -> 2023_04_19_09
|
||||
-- 20668 (Fiendling Flesh Beast)
|
||||
UPDATE `creature_template` SET `AIName` = '' WHERE `entry` = 20668;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` = 20668 AND `source_type` = 0;
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2023_04_19_09 -> 2023_04_19_10
|
||||
-- Burko (18990), Aresella (18991) - Remove Gossip and Vendor npc flags.
|
||||
UPDATE `creature_template` SET `npcflag` = `npcflag`&~(128|1) WHERE `entry` IN (18990,18991);
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_19_10 -> 2023_04_19_11
|
||||
-- Prospector Ryedol (2910)
|
||||
DELETE FROM `npc_vendor` WHERE `entry` = 2910;
|
||||
UPDATE `creature_template` SET `npcflag` = `npcflag`&~(128) WHERE `entry` = 2910;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_19_11 -> 2023_04_19_12
|
||||
DELETE FROM `creature_loot_template` WHERE (`Entry` = 18708) AND (`Item` IN (24309));
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(18708, 24309, 0, 10, 0, 1, 0, 1, 1, 'Murmur - Pattern: Spellstrike Pants');
|
||||
Reference in New Issue
Block a user