mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user