From aca0f0b497c76e9d4e96f55793417f614d7845ca Mon Sep 17 00:00:00 2001 From: QAston Date: Tue, 3 Mar 2009 16:59:29 +0100 Subject: *Fix binus damage for Mangle-cat from savage fury. --HG-- branch : trunk --- sql/updates/1142_world.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/1142_world.sql (limited to 'sql') 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); -- cgit v1.2.3