mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 11:52:32 +01:00
DB/Spells: fix druid final lifebloom tick closes #6707 (thx diton)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
DELETE FROM spell_bonus_data WHERE entry IN (33778,33763);
|
||||
INSERT INTO spell_bonus_data (entry, direct_bonus, dot_bonus, ap_bonus, ap_dot_bonus, comments) VALUES
|
||||
(33778, 0, 0, 0, 0, 'Druid - Lifebloom final heal'),
|
||||
(33763, 0.516, 0.0952, 0, 0, 'Druid - Lifebloom HoT(rank 1)');
|
||||
Reference in New Issue
Block a user