mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 20:32:21 +01:00
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:
7
sql/updates/1484_world.sql
Normal file
7
sql/updates/1484_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user