diff options
author | PolarCookie <PolarCookie@users.noreply.github.com> | 2019-04-03 18:26:20 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-26 11:12:46 +0100 |
commit | af9a562e2e1f784d140c1bec6162bbe441dc0aa6 (patch) | |
tree | 475a71008790154c212dd25eab5ef987f9cf5386 | |
parent | 75ed9f606deaf4cb5d85b8543aab07e30a423588 (diff) |
DB/Loot: Bog Lord Tendril Drop Chance
Closes #23155
(cherry picked from commit d51ecee4cd6ee20adfce016104b32b171a116203)
-rw-r--r-- | sql/updates/world/master/2021_11_26_04_world_2019_04_03_03_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_26_04_world_2019_04_03_03_world.sql b/sql/updates/world/master/2021_11_26_04_world_2019_04_03_03_world.sql new file mode 100644 index 00000000000..fd9f93e399c --- /dev/null +++ b/sql/updates/world/master/2021_11_26_04_world_2019_04_03_03_world.sql @@ -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; |