fix(Scripts/Spells): Fixed level requirements for Blade Ward and Bloo… (#14107)

fix(Scripts/Spells): Fixed level requirements for Blade Ward and Blood Draining enchants.

Fixed Blood Draining proc.
Fixes #12131
This commit is contained in:
UltraNix
2022-12-12 13:57:03 +01:00
committed by GitHub
parent 069864cda9
commit 4860989242
2 changed files with 14 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
--
UPDATE `spell_script_names` SET `spell_id`=64579 WHERE `spell_id`=64568 AND `ScriptName`='spell_gen_proc_above_75';
UPDATE `spell_script_names` SET `spell_id`=64441 WHERE `spell_id`=64440 AND `ScriptName`='spell_gen_proc_above_75';