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:
buddiman
2021-12-17 18:40:20 +01:00
committed by GitHub
parent 3403628d8e
commit f66971ecc5

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1639488515603583485');
DELETE FROM `creature_loot_template` WHERE `Item` IN (12827, 11615, 11614);