aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-08-01 00:16:40 +0200
committerGitHub <noreply@github.com>2016-08-01 00:16:40 +0200
commitfcff1d1713399bbc5321a4aa9450cef2561a672a (patch)
tree3a0ec97432def65b3b89fccddb0cb225cdde1d50
parentf37b2dd21f2816878b7f456c3d8e75cc05d9943b (diff)
DB/Item: Make deck of trades spell more offilike
By Malcrom
-rw-r--r--sql/updates/world/6.x/2016_07_31_07_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_07_31_07_world.sql b/sql/updates/world/6.x/2016_07_31_07_world.sql
new file mode 100644
index 00000000000..b60abc9ebcf
--- /dev/null
+++ b/sql/updates/world/6.x/2016_07_31_07_world.sql
@@ -0,0 +1,3 @@
+-- Make deck of trades spell more offilike
+UPDATE `spell_loot_template` SET `Chance` = 1.5 WHERE `Entry`=84193 AND `Item` IN (60839,62598);
+UPDATE `spell_loot_template` SET `Chance` = 0.5 WHERE `Entry`=84193 AND `Item` IN (60840,60844);