mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-01 22:56:39 +01:00
Core/Spells: Set higher ppmRate for talent Killing Machine.
Closes #1512
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
UPDATE `spell_proc_event` SET `ppmRate`=2 WHERE `entry`=51127;
|
||||
UPDATE `spell_proc_event` SET `ppmRate`=4 WHERE `entry`=51128;
|
||||
UPDATE `spell_proc_event` SET `ppmRate`=6 WHERE `entry`=51129;
|
||||
UPDATE `spell_proc_event` SET `ppmRate`=8 WHERE `entry`=51130;
|
||||
Reference in New Issue
Block a user