*Spell_bonus_data for Seal of martyr and Seal of Blood.

--HG--
branch : trunk
This commit is contained in:
nos4r2zod
2009-06-13 15:14:33 +02:00
parent f874ca629e
commit 6b7964e3b4
@@ -0,0 +1,10 @@
DELETE FROM `spell_bonus_data` where entry in (31893, 32221, 31898, 32220, 53719, 53718, 53726, 53725);
INSERT INTO `spell_bonus_data` VALUES
(31893, 0, 0, 0, "Paladin - Seal of Blood Proc Enemy"),
(32221, 0, 0, 0, "Paladin - Seal of Blood Proc Self"),
(31898, 0.25, 0, 0.16, "Paladin - Judgement of Blood Enemy"),
(32220, 0.0833, 0, 0.0533, "Paladin - Judgement of Blood Self"),
(53719, 0, 0, 0, "Paladin - Seal of the Martyr Proc Enemy"),
(53718, 0, 0, 0, "Paladin - Seal of the Martyr Proc Self"),
(53726, 0.25, 0, 0.16, "Paladin - Judgement of the Martyr Enemy"),
(53725, 0.0833, 0, 0.0533, "Paladin - Judgement of the Martyr Self");