fix(DB/Spell): Set proc cooldown of Taste of Blood to 5.5 sec. (#7177)
Fixed #6542
This commit is contained in:
parent
394942fda3
commit
8fe5a22cf2
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1627655074869500200');
|
||||
|
||||
UPDATE `spell_proc_event` SET `cooldown`=5500 WHERE `entry`=-56636;
|
||||
Loading…
Add table
Add a link
Reference in a new issue