Skip to content

Commit

Permalink
fix(DB/Loot): Fix Burning Legion Missive drop chance (#13607)
Browse files Browse the repository at this point in the history
* Create rev_1667137824014916600.sql

* Update rev_1667137824014916600.sql
  • Loading branch information
Gultask committed Oct 30, 2022
1 parent 330d45b commit 5dc89c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/sql/updates/pending_db_world/rev_1667137824014916600.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--
UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Entry` IN (20798, 19298) AND `Item` IN (29590, 29588);

0 comments on commit 5dc89c0

Please sign in to comment.