mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
DB/Loot: Bog Lord Tendril Drop Chance
Closes #23155
(cherry picked from commit d51ecee4cd)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user