DB/Spells: Fixed Bloodsurge proc

Closes: #22336
This commit is contained in:
Keader
2018-09-09 12:18:08 -03:00
committed by Aokromes
parent 1870ce04b5
commit 5258b907ff

View File

@@ -0,0 +1,2 @@
-- Bloodsurge proc
UPDATE `spell_proc` SET `AttributesMask`=2 WHERE `SpellId`=46916;