Files
TrinityCore/sql/updates/1484_world.sql
raczman 2797d69936 Correct vile poison affect mask.
This fixes wound poison resistance chance when having vile poisons talents.
by krz.

--HG--
branch : trunk
2009-05-09 23:10:30 +02:00

8 lines
287 B
SQL

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