fix(DB/SAI): Fixed Blight Geist not collecting crystal while being ch… (#12292)

fix(DB/SAI): Fixed Blight Geist not collecting crystal while being charmed.

Fixes #12220
This commit is contained in:
UltraNix
2022-07-03 16:47:42 +02:00
committed by GitHub
parent d0b3f1e1c6
commit f818016bf6

View File

@@ -0,0 +1,3 @@
--
UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`=28750 AND `source_type`=0 AND `id`=5;
UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`=2875000 AND `source_type`=9;