mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
--HG-- branch : trunk rename : sql/updates/4602_world_spell_bonus_data.txt => sql/updates/4602_world_spell_bonus_data.sql rename : sql/updates/4603_world_tmp.txt => sql/updates/4603_world_tmp.sql rename : sql/updates/4604_world.sql => sql/updates/4610_world.sql
5 lines
295 B
SQL
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');
|