Jump to content

[sql][6334] Resourcefulness


pasdVn

Recommended Posts

The huntertalent "resourcefulness" (http://www.wowhead.com/?spell=34493) should affect all hunter's melee abilities. This patch adds the affect for "disengage"(http://www.wowhead.com/?spell=781).

DELETE FROM `spell_affect` WHERE `spell_affect`.`entry` = 34491 AND `spell_affect`.`effectId` = 0 LIMIT 1;
DELETE FROM `spell_affect` WHERE `spell_affect`.`entry` = 34492 AND `spell_affect`.`effectId` = 0 LIMIT 1;
DELETE FROM `spell_affect` WHERE `spell_affect`.`entry` = 34493 AND `spell_affect`.`effectId` = 0 LIMIT 1;

INSERT INTO `spell_affect` ( `entry` , `effectId` , `SpellFamilyMask` ) VALUES 
('34491', '0', '70368744177858'),
('34492', '0', '70368744177858'),
('34493', '0', '70368744177858');

pasdVn

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