fix(DB/SAI): Underbog Shambler's Fungal Regrowth should be casted on … (#14560)

fix(DB/SAI): Underbog Shambler's Fungal Regrowth should be casted on friendly targets.

Fixes #13976
This commit is contained in:
UltraNix 2023-01-16 02:01:42 +01:00 committed by GitHub
parent 5a595b8007
commit 95ae8d3feb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `smart_scripts` SET `event_type`=74, `event_flags`=`event_flags`&~1, `event_param3`=2500, `event_param4`=2500, `event_param5`=40 WHERE `entryorguid`=17871 AND `source_type`=0 AND `id` IN (2,3);