fix(DB/Loot): Dream Shard and Small Dream Shard should not drop from mobs (#24229)

This commit is contained in:
Gultask
2025-12-27 18:47:00 -03:00
committed by GitHub
parent 54fc87bbdf
commit 321934d717

View File

@@ -0,0 +1,5 @@
-- Delete from Naxxramas References (was alongside recipes)
DELETE FROM `reference_loot_template` WHERE `Entry` = 35081 AND `Item` = 34052;
-- Delete Small Dream Shard from loose creatures
DELETE FROM `creature_loot_template` WHERE `Entry` IN (24791, 25686) AND `Item` = 34053 AND `Reference` = 0;