Core/Spells: Set higher ppmRate for talent Killing Machine.

Closes #1512
This commit is contained in:
kaelima
2011-05-18 04:38:34 +02:00
parent 73995d8bcf
commit 15bf78a572
2 changed files with 7 additions and 3 deletions

View File

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