From 1717a20c440870f2face3be41fd7b6c93ca0e471 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 21 Dec 2019 17:49:43 +0100 Subject: DB/SAI: Fix OOC LOS events that must only be triggered by players --- sql/updates/world/3.3.5/2019_12_21_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_12_21_01_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2019_12_21_01_world.sql b/sql/updates/world/3.3.5/2019_12_21_01_world.sql new file mode 100644 index 00000000000..2594ef9fd54 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_12_21_01_world.sql @@ -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; -- cgit v1.2.3