aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQAston <none@none>2009-03-03 16:59:29 +0100
committerQAston <none@none>2009-03-03 16:59:29 +0100
commitaca0f0b497c76e9d4e96f55793417f614d7845ca (patch)
tree9d112ae927dfbdd2e9efd53a2efcc0de6c8b25a1
parent3716a5292b44d23e713c6972ad193faa5b821080 (diff)
*Fix binus damage for Mangle-cat from savage fury.
--HG-- branch : trunk
-rw-r--r--sql/updates/1142_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/1142_world.sql b/sql/updates/1142_world.sql
new file mode 100644
index 00000000000..2109d0f8ab7
--- /dev/null
+++ b/sql/updates/1142_world.sql
@@ -0,0 +1,8 @@
+DELETE from `spell_affect` where entry=16999 and effectId=0;
+DELETE from `spell_affect` where entry=16999 and effectId=2;
+INSERT INTO `spell_affect` VALUES (16999, 0, 0x1000001000);
+INSERT INTO `spell_affect` VALUES (16999, 2, 0x1000001000);
+DELETE from `spell_affect` where entry=16998 and effectId=0;
+DELETE from `spell_affect` where entry=16998 and effectId=2;
+INSERT INTO `spell_affect` VALUES (16998, 0, 0x1000001000);
+INSERT INTO `spell_affect` VALUES (16998, 2, 0x1000001000);