mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Core/Scripts: Victory Rush and Rune Strike proc correction
(d0f760420a follow up)
Closes #19192
This commit is contained in:
6
sql/updates/world/3.3.5/2017_02_23_01_world_335.sql
Normal file
6
sql/updates/world/3.3.5/2017_02_23_01_world_335.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
UPDATE `spell_proc` SET `AttributesMask`=(`AttributesMask` & ~0x10) WHERE `SpellId` IN (32216, 56817);
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_gen_proc_charge_drop_only';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(32216, 'spell_gen_proc_charge_drop_only'),
|
||||
(56817, 'spell_gen_proc_charge_drop_only');
|
||||
Reference in New Issue
Block a user