Skip to content

Commit 321934d

Browse files
authored
fix(DB/Loot): Dream Shard and Small Dream Shard should not drop from mobs (azerothcore#24229)
1 parent 54fc87b commit 321934d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- Delete from Naxxramas References (was alongside recipes)
2+
DELETE FROM `reference_loot_template` WHERE `Entry` = 35081 AND `Item` = 34052;
3+
4+
-- Delete Small Dream Shard from loose creatures
5+
DELETE FROM `creature_loot_template` WHERE `Entry` IN (24791, 25686) AND `Item` = 34053 AND `Reference` = 0;

0 commit comments

Comments
 (0)