diff options
author | Kandera <KanderaDev@gmail.com> | 2012-09-17 10:17:52 -0400 |
---|---|---|
committer | Kandera <KanderaDev@gmail.com> | 2012-09-17 10:17:52 -0400 |
commit | d3dd3a2b83a7c201ac0e7a53e53f7db46c7a7945 (patch) | |
tree | cac405831e16a0b3f5b679107f0852e8259d32e4 | |
parent | 6516139290829717bc0b6e66bab6d64f9437b894 (diff) |
DB/Spells: fix druid final lifebloom tick closes #6707 (thx diton)
-rw-r--r-- | sql/updates/world/2012_09_17_00_world_spell_bonus_data.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2012_09_17_00_world_spell_bonus_data.sql b/sql/updates/world/2012_09_17_00_world_spell_bonus_data.sql new file mode 100644 index 00000000000..0d16742393e --- /dev/null +++ b/sql/updates/world/2012_09_17_00_world_spell_bonus_data.sql @@ -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)'); |