chore(DB): import pending files

Referenced commit(s): 20c4b4b463
This commit is contained in:
github-actions[bot]
2024-04-02 13:15:06 +00:00
parent 43b51dd34c
commit 68857e0dc4
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
-- DB update 2024_03_31_01 -> 2024_04_02_00
-- delete old entries that are unused
DELETE FROM `reference_loot_template` WHERE `Entry` = 34377 AND `Item` IN (30448, 32944);
-- down
DELETE FROM `reference_loot_template` WHERE `Entry` = 34053 AND `Item` = 32944;
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(34053, 32944, 0, 0, 0, 1, 1, 1, 1, 'Talon of the Phoenix');

View File

@@ -0,0 +1,3 @@
-- DB update 2024_04_02_00 -> 2024_04_02_01
--
UPDATE `creature_loot_template` SET `MaxCount` = 2 WHERE `Entry` = 19622 AND `Item` = 90056 AND `Reference` = 34056 AND `GroupId` = 4;