diff options
author | PolarCookie <PolarCookie@users.noreply.github.com> | 2019-04-03 18:26:20 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-04-03 18:26:20 +0200 |
commit | d51ecee4cd6ee20adfce016104b32b171a116203 (patch) | |
tree | a701daf96227217e7fd4f84bd4a8b9b6040405f1 /sql | |
parent | 36ad6b5764b50c00dcd8361c6a5ddaf60e2727f6 (diff) |
DB/Loot: Bog Lord Tendril Drop Chance
Closes #23155
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2019_04_03_03_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_04_03_03_world.sql b/sql/updates/world/3.3.5/2019_04_03_03_world.sql new file mode 100644 index 00000000000..fd9f93e399c --- /dev/null +++ b/sql/updates/world/3.3.5/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; |