Skip to content

Commit

Permalink
fix(DB/Loot): Fix mistake in generic overworld profession drops (azer…
Browse files Browse the repository at this point in the history
…othcore#18941)

* Create oopsmybad.sql

* Update oopsmybad.sql

* Update oopsmybad.sql
  • Loading branch information
Gultask authored and ikkj committed Jun 11, 2024
1 parent f4540b7 commit b03ef4e
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 b03ef4e

Please sign in to comment.