mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
DB/Spells: corrected procs per minute value for Killing Machine
This commit is contained in:
3
sql/updates/world/custom/custom_2019_11_24_02_world.sql
Normal file
3
sql/updates/world/custom/custom_2019_11_24_02_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
UPDATE `spell_proc` SET `ProcsPerMinute`= 4.5 WHERE `SpellId`= 51128;
|
||||
UPDATE `spell_proc` SET `ProcsPerMinute`= 3 WHERE `SpellId`= 51127;
|
||||
UPDATE `spell_proc` SET `ProcsPerMinute`= 1.5 WHERE `SpellId`= 51123;
|
||||
Reference in New Issue
Block a user