diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2017-02-22 17:54:12 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2017-02-22 17:54:12 -0300 |
| commit | d0f760420a671bc255c0d3ebec75e6837507a541 (patch) | |
| tree | 7d67bc69736c7f9f96a62a89c084b91cf14dff85 /sql/updates | |
| parent | 0c372abac75bef839a42e3dc2e8673bd7e429780 (diff) | |
Core/Scripts: remove no longer needed scripts, use db attribute for disabling procs
(e7ccd8ea3fccad92af3553f544aad49be5d1a9ed followup)
- Fix some broken procs after c0cb823a91d4e3e71e4b7d76375c9e8667740cef
Closes #19068
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'); |
