mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
DB/Spells: added missing AP bonus to Explosive Shot
This commit is contained in:
3
sql/updates/world/custom/custom_2018_08_24_03_world.sql
Normal file
3
sql/updates/world/custom/custom_2018_08_24_03_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry`= 53301;
|
||||
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
|
||||
(53301, 0, 0, 0, 0.273, 'Hunter - Explosive Shot');
|
||||
Reference in New Issue
Block a user