DB/Spells: Fix attack power bonus for hunter's arcane shot

By Ovahlord
This commit is contained in:
Aokromes
2017-11-05 15:11:20 +01:00
parent 1b661de79b
commit 7fb021ef5b

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_bonus_data` WHERE `entry`= 3044;
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
(3044, 0, 0, 0.0483, 0, 'Hunter - Arcane Shot');