Jump to content

[patch] Hand of Reckoning


Guest KAPATEJIb

Recommended Posts

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

fixes insane damage from http://www.wowhead.com/?spell=62124 , spell should get bonus only from attack power, not from spell power

For which repository revision was the patch created?

any after 8910

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

no

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

Me

ALTER TABLE `spell_bonus_data`
CHANGE `entry` `entry` mediumint(8) unsigned NOT NULL default '0';
delete from `spell_bonus_data` where `entry` = 67485;
insert into `spell_bonus_data` values (67485,0,0,0,'Paladin - Hand of Reckoning');

Link to comment
Share on other sites

×
×
  • 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