aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-06-20 08:15:54 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-01-29 21:58:31 +0100
commit62cf8c9f1a83f03a35e0a07816368dba93780741 (patch)
tree1bc5f98bfc3795cf9a702fe2952d4bde379c2479
parentc6f10c6f60dd85d083af94f5398577fb516bc2d4 (diff)
DB/Loot: fix drop chance for various quest-related items
Closes #17428 by SnapperRy (cherry picked from commit 7ea62d9e9a627880c267a1801b29070f4a87d43f)
-rw-r--r--sql/updates/world/master/2017_01_29_24_world_2016_06_20_02_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_01_29_24_world_2016_06_20_02_world.sql b/sql/updates/world/master/2017_01_29_24_world_2016_06_20_02_world.sql
new file mode 100644
index 00000000000..9bb24fa9b60
--- /dev/null
+++ b/sql/updates/world/master/2017_01_29_24_world_2016_06_20_02_world.sql
@@ -0,0 +1,3 @@
+--
+UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Item` IN (5884, 11503, 29590);
+UPDATE `creature_loot_template` SET `Chance`=80 WHERE `Item`=31347;