fix(DB/Spell): Set proc cooldown of Taste of Blood to 5.5 sec. (#7177)

Fixed #6542
This commit is contained in:
UltraNix 2021-08-05 16:33:26 +02:00 committed by GitHub
parent 394942fda3
commit 8fe5a22cf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1627655074869500200');
UPDATE `spell_proc_event` SET `cooldown`=5500 WHERE `entry`=-56636;