Skip to content

Commit

Permalink
fix(DB/Hyjal): weird loot format for Archimonde (azerothcore#18682)
Browse files Browse the repository at this point in the history
Create archi_loot_fix.sql
  • Loading branch information
elthehablo authored Apr 7, 2024
1 parent dcff70c commit e701f3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/sql/updates/pending_db_world/archi_loot_fix.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
--
DELETE FROM `creature_loot_template` WHERE `Entry` = 17968 AND `Item` = 190068;
UPDATE `creature_loot_template` SET `MaxCount` = 3 WHERE `Entry` = 17968 AND `Item` = 34068;

0 comments on commit e701f3c

Please sign in to comment.