mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
4 lines
239 B
SQL
4 lines
239 B
SQL
DELETE FROM `spell_bonus_data` WHERE `entry` IN(53352);
|
|
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
|
|
(53352, -1, -1, 0.14, -1, 'Hunter - Explosive Shot (triggered)');
|