*Fix binus damage for Mangle-cat from savage fury.

--HG--
branch : trunk
This commit is contained in:
QAston
2009-03-03 16:59:29 +01:00
parent 3716a5292b
commit aca0f0b497

View File

@@ -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);