mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
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:
2
data/sql/updates/pending_db_world/oopsmybad.sql
Normal file
2
data/sql/updates/pending_db_world/oopsmybad.sql
Normal 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;
|
||||
Reference in New Issue
Block a user