mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01: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');
|