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:
parent
3403628d8e
commit
f66971ecc5
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1639488515603583485');
|
||||
|
||||
DELETE FROM `creature_loot_template` WHERE `Item` IN (12827, 11615, 11614);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue