*Spell_bonus_data for Judgement of Righteousness.

--HG--
branch : trunk
This commit is contained in:
QAston
2009-06-28 14:32:25 +02:00
parent 3909fb7f83
commit 26dfd9df17
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (16857);
DELETE FROM `spell_linked_spell` WHERE `entry` IN 60089);
DELETE FROM `spell_bonus_data` WHERE `entry` IN (60089);
INSERT INTO `spell_bonus_data` (entry, direct_bonus, dot_bonus, ap_bonus, comments) VALUES
(60089, 0, 0, 0.05, 'Faerie Fire (feral)');

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_bonus_data` WHERE `entry` IN (20187);
INSERT INTO `spell_bonus_data` (entry, direct_bonus, dot_bonus, ap_bonus, comments) VALUES
(20187, 0.32, 0, 0.2, 'Judgement of Righteousness');