fix(DB/Loot): Fix mistake in generic overworld profession drops (#18941)

* Create oopsmybad.sql

* Update oopsmybad.sql

* Update oopsmybad.sql
This commit is contained in:
Gultask
2024-05-25 13:41:27 -03:00
committed by GitHub
parent 8eaceabefc
commit 88c485f6c5

View File

@@ -0,0 +1,2 @@
UPDATE `creature_loot_template` SET `Reference` = 1080007 WHERE `Reference` = 1080008 AND `Comment` = 'World Drop - Profession Recipes - NPC Levels ~50-63';
DELETE FROM `reference_loot_template` WHERE `Entry` = 1080008;