DB/SAI: Fix OOC LOS events that must only be triggered by players

This commit is contained in:
Killyana
2019-12-21 17:49:43 +01:00
parent 45362ef413
commit 1717a20c44

View File

@@ -0,0 +1,3 @@
--
UPDATE `smart_scripts` SET `event_param5`=1 WHERE `entryorguid` IN (28951,31021,31027,30570) AND `source_type`=0 AND `id`=0;
UPDATE `smart_scripts` SET `event_param5`=1 WHERE `entryorguid` IN (31028) AND `source_type`=0 AND `id`=1;