mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
DB/Spells: Fix attack power bonus for hunter's arcane shot
By Ovahlord
This commit is contained in:
4
sql/updates/world/4.3.4/2017_11_05_01_world.sql
Normal file
4
sql/updates/world/4.3.4/2017_11_05_01_world.sql
Normal 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');
|
||||
|
||||
Reference in New Issue
Block a user