From fcff1d1713399bbc5321a4aa9450cef2561a672a Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 1 Aug 2016 00:16:40 +0200 Subject: DB/Item: Make deck of trades spell more offilike By Malcrom --- sql/updates/world/6.x/2016_07_31_07_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/6.x/2016_07_31_07_world.sql (limited to 'sql') 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); -- cgit v1.2.3