Skip to content

Commit

Permalink
fix(DB/Loot): Fix mistake in generic overworld profession drops (#18941)
Browse files Browse the repository at this point in the history
* Create oopsmybad.sql

* Update oopsmybad.sql

* Update oopsmybad.sql
  • Loading branch information
Gultask authored May 25, 2024
1 parent 8eaceab commit 88c485f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/sql/updates/pending_db_world/oopsmybad.sql
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 88c485f

Please sign in to comment.