diff options
-rw-r--r-- | sql/updates/world/2014_06_22_10_world_spell_custom_attr.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2014_06_22_10_world_spell_custom_attr.sql b/sql/updates/world/2014_06_22_10_world_spell_custom_attr.sql new file mode 100644 index 00000000000..07e702a7ecb --- /dev/null +++ b/sql/updates/world/2014_06_22_10_world_spell_custom_attr.sql @@ -0,0 +1,5 @@ +-- Fixes these two spells avoiding crit reduction +DELETE FROM `spell_custom_attr` WHERE `entry` IN (7268, 47666); +INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES +(7268, 4096), -- Arcane Missiles +(47666, 4096); -- penance damage |