mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_08_23_00 -> 2022_08_23_01
|
||||
-- aq20 boss reference table
|
||||
DELETE FROM `reference_loot_template` WHERE (`Entry` = 34024) AND (`Item` IN (20727, 20728, 20729, 20730, 20731, 20734, 20736));
|
||||
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_08_23_01 -> 2022_08_23_02
|
||||
-- Add formation linking to stationary packs in AQ40
|
||||
DELETE FROM `creature_formations` WHERE `memberGUID` IN (87595,87596,87597,87598,87599,87600,87608,87606,87607,87612,87613,87614,87604,87605,87609,87610,87611,87615,87616,87617,87618,87619,87620,87625,87628,87631,87633,87635,87636,87621,87624,87626,87627,87630,87634,87622,87623,87629,87632,87637,87638,88077,88015,88016,88017,88018,88019,87657,88028,88029,87656,88026,88027,87655,88024,88025,87654,88022,88023);
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2022_08_23_02 -> 2022_08_23_03
|
||||
--
|
||||
UPDATE `creature_template` SET `mingold` = 0, `maxgold` = 0 WHERE `entry` IN (15344, 15555);
|
||||
Reference in New Issue
Block a user