mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Fix Cleave AP contribution
This commit is contained in:
3
sql/updates/world/2016_01_11_03_world_434.sql
Normal file
3
sql/updates/world/2016_01_11_03_world_434.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry`=845;
|
||||
INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`ap_dot_bonus`,`comments`) VALUES
|
||||
(845,0,0,0.45,0,'Warrior - Cleave');
|
||||
Reference in New Issue
Block a user