Files
TrinityCore/sql/updates/4604_world.sql
QAston 1630842f03 *Spell_bonus_data for Shattering throw and Hand of Reckogning
*Do not check SPELL_ATTR_EX_CANT_TARGET_SELF for triggered spells

--HG--
branch : trunk
2009-07-27 11:07:15 +02:00

5 lines
295 B
SQL

DELETE FROM `spell_bonus_data` where `entry` IN(62124, 64382);
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
(62124, 0.085, -1, -1, -1, 'Paladin - Hand of Reckoning'),
(64382, -1, -1, 0.5, -1, 'Warrior - Shattering Throw');