aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-12-21 17:49:43 +0100
committerShauren <shauren.trinity@gmail.com>2021-12-19 14:53:42 +0100
commit3b7548cb20f3531beccb53c3d7ac0d9ef664c92f (patch)
treea22beb5513aa67d2682a16c4b06b92ba80364506
parent425e19241ba6c127482341d41b27ef61d60967ab (diff)
DB/SAI: Fix OOC LOS events that must only be triggered by players
(cherry picked from commit 1717a20c440870f2face3be41fd7b6c93ca0e471)
-rw-r--r--sql/updates/world/master/2021_12_19_13_world_2019_12_21_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_19_13_world_2019_12_21_01_world.sql b/sql/updates/world/master/2021_12_19_13_world_2019_12_21_01_world.sql
new file mode 100644
index 00000000000..2594ef9fd54
--- /dev/null
+++ b/sql/updates/world/master/2021_12_19_13_world_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;