From 6b7964e3b437102c57dff3f96f16ba181334759a Mon Sep 17 00:00:00 2001 From: nos4r2zod Date: Sat, 13 Jun 2009 15:14:33 +0200 Subject: [PATCH] *Spell_bonus_data for Seal of martyr and Seal of Blood. --HG-- branch : trunk --- sql/updates/3954_world_spell_bonus_data.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sql/updates/3954_world_spell_bonus_data.sql diff --git a/sql/updates/3954_world_spell_bonus_data.sql b/sql/updates/3954_world_spell_bonus_data.sql new file mode 100644 index 0000000000..c116d67661 --- /dev/null +++ b/sql/updates/3954_world_spell_bonus_data.sql @@ -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"); \ No newline at end of file