chore(DB): import pending files

Referenced commit(s): 45bfef1962
This commit is contained in:
github-actions[bot]
2023-10-18 22:16:12 +00:00
parent 1ef50c31b3
commit 12189ffc4b

View File

@@ -0,0 +1,9 @@
-- DB update 2023_10_18_01 -> 2023_10_18_02
-- Strange Engine Part
DELETE FROM `gameobject_loot_template` WHERE `Entry` = 19605 AND `Item` = 34469;
INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(19605, 34469, 0, 0.5, 0, 1, 1, 1, 1, 'Strange Engine Part');
-- Make it repeatable + correct gold reward
UPDATE `quest_template_addon` SET `SpecialFlags` = `SpecialFlags`|1 WHERE (`ID` = 11531);
UPDATE `quest_template` SET `RewardBonusMoney` = 75900 WHERE (`ID` = 11531);