Jump to content

[Fix][8851] Taste for blood 6 second CD


Auntie Mangos

Recommended Posts

  • 39 years later...

What bug does the patch fix? What features does the patch add?

6 sec CD like on retail

For which repository revision was the patch created?

It was made during 3.2.0 mangos

Is there a thread in the bug report section or at lighthouse? If yes, please add a link to the thread.

idk

Who has been writing this patch? Please include either forum user names or email addresses.

Me myself and I (its a quick fix i didnt really need help)

In mangos.sql it should be

(60503, 0x00000000,  4, 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000,  6),

Instead of

(60503, 0x00000000,  4, 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000,  0),

Link to comment
Share on other sites

  • 1 month later...
UPDATE `spell_proc_event` SET `Cooldown` = '6' WHERE `spell_proc_event`.`entry` =56636 LIMIT 1 ;
UPDATE `spell_proc_event` SET `Cooldown` = '6' WHERE `spell_proc_event`.`entry` =56637 LIMIT 1 ;
UPDATE `spell_proc_event` SET `Cooldown` = '6' WHERE `spell_proc_event`.`entry` =56638 LIMIT 1 ;

Link to comment
Share on other sites

  • 4 weeks later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use