mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-14 12:02:48 -04:00
This fixes wound poison resistance chance when having vile poisons talents. by krz. --HG-- branch : trunk
8 lines
287 B
SQL
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');
|