mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
fix(DB/Loot): Remove incorrect blacksmith recipe drops (#9698)
According to wowhead and wowpedia the three blackmithing recipes (11614, 11615, 12827) are only lootable from an object so they should be removed from any creature loot as they can't drop the item. - https://github.com/azerothcore/azerothcore-wotlk/issues/9681 - https://github.com/azerothcore/azerothcore-wotlk/issues/9684 - https://github.com/azerothcore/azerothcore-wotlk/issues/9685
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1639488515603583485');
|
||||
|
||||
DELETE FROM `creature_loot_template` WHERE `Item` IN (12827, 11615, 11614);
|
||||
|
||||
Reference in New Issue
Block a user