fix(DB/Loot): Fix Burning Legion Missive drop chance (#13607)

* Create rev_1667137824014916600.sql

* Update rev_1667137824014916600.sql
This commit is contained in:
Gultask 2022-10-30 13:19:20 -03:00 committed by GitHub
parent 330d45bda8
commit 5dc89c03b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Entry` IN (20798, 19298) AND `Item` IN (29590, 29588);