mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
*Fix: Lacerate should scale with AP only, and not from SP.
--HG-- branch : trunk
This commit is contained in:
@@ -5073,7 +5073,9 @@ INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`a
|
||||
(5185, 1.611, -1, -1, -1, 'Druid - Healing Touch'),
|
||||
(42231, 0.12898, -1, -1, -1, 'Druid - Hurricane Triggered'),
|
||||
(5570, -1, 0.2, -1, -1, 'Druid - Insect Swarm'),
|
||||
(33745, -1, -1, -1, 0.01, 'Druid - Lacerate($AP*0.05 / number of ticks)'),
|
||||
(33745,0,0,0,0.01,'Druid - Lacerate Rank 1($AP*0.05/number of ticks)'),
|
||||
(48567,0,0,0,0.01,'Druid - Lacerate Rank 2($AP*0.05/number of ticks)'),
|
||||
(48568,0,0,0,0.01,'Druid - Lacerate Rank 3($AP*0.05/number of ticks)'),
|
||||
(33778, 0.589714, 0, 0, 0, 'Druid - Lifebloom final heal'),
|
||||
(33763, 0, 0.09518, 0, 0, 'Druid - Lifebloom HoT(rank 1)'),
|
||||
(48450, 0, 0.09518, 0, 0, 'Druid - Lifebloom HoT(rank 2)'),
|
||||
|
||||
Reference in New Issue
Block a user