fix(DB/Item): Fix ProcChance of Charred Twillight Scale Trinket (#11487)
This commit is contained in:
parent
24a80a16e6
commit
c027e907e1
1 changed files with 16 additions and 0 deletions
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` = '71602';
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` = '75465';
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` = '71845';
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` = '71846';
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` = '72419';
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` = '75474';
|
||||
|
||||
UPDATE `item_template` SET `spellppmRate_1` = 10 WHERE (`entry` = 50353);
|
||||
UPDATE `item_template` SET `spellppmRate_1` = 10 WHERE (`entry` = 50348);
|
||||
UPDATE `item_template` SET `spellppmRate_1` = 2 WHERE (`entry` = 49992);
|
||||
UPDATE `item_template` SET `spellppmRate_1` = 2 WHERE (`entry` = 50648);
|
||||
UPDATE `item_template` SET `spellppmRate_1` = 10 WHERE (`entry` = 50400);
|
||||
UPDATE `item_template` SET `spellppmRate_1` = 10 WHERE (`entry` = 50399);
|
||||
UPDATE `item_template` SET `spellppmRate_1` = 10 WHERE (`entry` = 54572);
|
||||
UPDATE `item_template` SET `spellppmRate_1` = 10 WHERE (`entry` = 54588);
|
||||
Loading…
Add table
Add a link
Reference in a new issue