DB/Loot: Bog Lord Tendril Drop Chance

Closes #23155

(cherry picked from commit d51ecee4cd)
This commit is contained in:
PolarCookie
2019-04-03 18:26:20 +02:00
committed by Shauren
parent 75ed9f606d
commit af9a562e2e

View File

@@ -0,0 +1,6 @@
--
UPDATE `creature_loot_template` SET `Chance` = 35 WHERE `Entry` = 18125 AND `Item` = 24291;
UPDATE `creature_loot_template` SET `Chance` = 34 WHERE `Entry` = 18127 AND `Item` = 24291;
UPDATE `creature_loot_template` SET `Chance` = 31 WHERE `Entry` = 19402 AND `Item` = 24291;
UPDATE `creature_loot_template` SET `Chance` = 19 WHERE `Entry` = 18124 AND `Item` = 24291;
UPDATE `creature_loot_template` SET `Chance` = 19 WHERE `Entry` = 19519 AND `Item` = 24291;