DB/Spells: added missing AP bonus to Explosive Shot

This commit is contained in:
Ovahlord
2018-08-24 21:17:09 +02:00
parent 76a3ec534d
commit 0617a3ef97

View 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');