mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB/Loot): Dream Shard and Small Dream Shard should not drop from mobs (#24229)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user