Correct vile poison affect mask.

This fixes wound poison resistance chance when having vile poisons talents.
by krz.

--HG--
branch : trunk
This commit is contained in:
raczman
2009-05-09 23:10:30 +02:00
parent 3da1fb4dfc
commit 2797d69936

View File

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