Core/Scripts: remove no longer needed scripts, use db attribute for disabling procs

(e7ccd8ea3f followup)

- Fix some broken procs after c0cb823a91

Closes #19068
This commit is contained in:
ariel-
2017-02-22 17:54:12 -03:00
parent 0c372abac7
commit d0f760420a
7 changed files with 9 additions and 116 deletions

View File

@@ -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');