fix(Scripts/Spells): Replenishment should proc off from Vampiric Touc… (#11772)

* fix(Scripts/Spells): Replenishment should proc off from Vampiric Touch even if target died from Mind Blast.

Fixes #8502

* Update.
This commit is contained in:
UltraNix 2022-05-23 10:45:01 +02:00 committed by GitHub
parent 34943f1f4b
commit bcfaf2daad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 27 additions and 9 deletions

View file

@ -0,0 +1,2 @@
--
UPDATE `spell_proc_event` SET `procFlags`=0x1|0x20000 WHERE `entry`=-34914;