From 2797d699363396c215cf5ecd603f7fae56cbc39d Mon Sep 17 00:00:00 2001 From: raczman Date: Sat, 9 May 2009 23:10:30 +0200 Subject: Correct vile poison affect mask. This fixes wound poison resistance chance when having vile poisons talents. by krz. --HG-- branch : trunk --- sql/updates/1484_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/1484_world.sql (limited to 'sql/updates') diff --git a/sql/updates/1484_world.sql b/sql/updates/1484_world.sql new file mode 100644 index 00000000000..54f08141dab --- /dev/null +++ b/sql/updates/1484_world.sql @@ -0,0 +1,7 @@ +DELETE FROM `spell_affect` WHERE `entry` IN ('16513','16514','16515','16719','16720') AND `effectId`='2'; +INSERT INTO `spell_affect` VALUES +('16513', '2', '268558336'), +('16514', '2', '268558336'), +('16515', '2', '268558336'), +('16719', '2', '268558336'), +('16720', '2', '268558336'); -- cgit v1.2.3