diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2017_02_22_04_world_335.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_02_22_04_world_335.sql b/sql/updates/world/3.3.5/2017_02_22_04_world_335.sql new file mode 100644 index 00000000000..168d12529fb --- /dev/null +++ b/sql/updates/world/3.3.5/2017_02_22_04_world_335.sql @@ -0,0 +1,7 @@ +UPDATE `spell_proc` SET `AttributesMask`=(`AttributesMask` & ~0x40) WHERE `SpellId`=-1120; +UPDATE `spell_proc` SET `AttributesMask`=(`AttributesMask` | 0x20 | 0x40) WHERE `SpellId`=51209; +UPDATE `spell_proc` SET `AttributesMask`=(`AttributesMask` | 0x10) WHERE `SpellId`=56817; +UPDATE `spell_proc` SET `AttributesMask`=(`AttributesMask` | 0x20) WHERE `SpellId`=-44445; +UPDATE `spell_proc` SET `AttributesMask`=(`AttributesMask` | 0x10) WHERE `SpellId`=32216; + +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_item_argent_dawn_commission', 'spell_dk_rune_strike_proc', 'spell_warr_victorious'); |
