diff options
| author | nos4r2zod <none@none> | 2009-06-13 15:14:33 +0200 |
|---|---|---|
| committer | nos4r2zod <none@none> | 2009-06-13 15:14:33 +0200 |
| commit | 6b7964e3b437102c57dff3f96f16ba181334759a (patch) | |
| tree | 2cdf2dd4a46efcc547556e47dda5a8ef4a8953ab | |
| parent | f874ca629e79bbb58bec779c65bfd2e59c5a1eae (diff) | |
*Spell_bonus_data for Seal of martyr and Seal of Blood.
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/3954_world_spell_bonus_data.sql | 10 |
1 files changed, 10 insertions, 0 deletions
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 00000000000..c116d676615 --- /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 |
