mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
DB/Item: Make deck of trades spell more offilike
By Malcrom
This commit is contained in:
3
sql/updates/world/2016_07_31_10_world.sql
Normal file
3
sql/updates/world/2016_07_31_10_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user