DB/Item: Make deck of trades spell more offilike

By Malcrom
This commit is contained in:
Aokromes
2016-08-01 00:15:37 +02:00
parent df8f3239fb
commit 18f58dcc56

View File

@@ -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);