mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
fix(DB/Spell): Set proc cooldown of Taste of Blood to 5.5 sec. (#7177)
Fixed #6542
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1627655074869500200');
|
||||
|
||||
UPDATE `spell_proc_event` SET `cooldown`=5500 WHERE `entry`=-56636;
|
||||
Reference in New Issue
Block a user