diff options
author | QAston <none@none> | 2009-03-06 19:58:02 +0100 |
---|---|---|
committer | QAston <none@none> | 2009-03-06 19:58:02 +0100 |
commit | 0b9d3f95de06da9e23bdd075a286679395dab49c (patch) | |
tree | 9888b5821e9ef758f37ae926f468e2f6fe83cd13 /sql | |
parent | 8787c00ca3eda49410cf9ecf2df53c2061628afd (diff) |
*Apply Savage fury also to mangle's bleeding effects.
--HG--
branch : trunk
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/1159_world.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/1159_world.sql b/sql/updates/1159_world.sql new file mode 100644 index 00000000000..b237e0422c4 --- /dev/null +++ b/sql/updates/1159_world.sql @@ -0,0 +1,10 @@ +DELETE from `spell_affect` where entry=16999; +DELETE from `spell_affect` where entry=16998; +INSERT INTO `spell_affect` VALUES (16998, 0, 0x40000001000); +INSERT INTO `spell_affect` VALUES (16998, 1, 0x40000001000); +INSERT INTO `spell_affect` VALUES (16998, 2, 0x40000001000); +INSERT INTO `spell_affect` VALUES (16999, 0, 0x40000001000); +INSERT INTO `spell_affect` VALUES (16999, 1, 0x40000001000); +INSERT INTO `spell_affect` VALUES (16999, 2, 0x40000001000); + + |