chore(DB): import pending files

Referenced commit(s): d568544c5c
This commit is contained in:
github-actions[bot]
2024-06-20 08:00:55 +00:00
parent d568544c5c
commit 3872c39aab

View File

@@ -0,0 +1,7 @@
-- DB update 2024_06_20_01 -> 2024_06_20_02
UPDATE `gameobject_loot_template` SET `Reference` = 13002, `Chance` = 20 WHERE `Entry` = 26862 AND `Reference` = 12901; -- Rare gems, reference currently unused I think
UPDATE `gameobject_loot_template` SET `MaxCount` = 3 WHERE `Entry` = 26862 AND `Item` = 34907; -- Shattered gem fragments
UPDATE `gameobject_loot_template` SET `Chance` = 50 WHERE `Entry` = 26862 AND `Reference` = 12903; -- Epic gems
-- Rare gem reference
UPDATE `reference_loot_template` SET `MaxCount` = 2 WHERE `Entry` = 13002;