aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-12-21 17:49:43 +0100
committerKillyana <morphone1@gmail.com>2019-12-21 17:49:43 +0100
commit1717a20c440870f2face3be41fd7b6c93ca0e471 (patch)
treef470d4aa0fa0a0625bc144e51f1e4977985ff134
parent45362ef413b80b852342fcbd85488bb4acd87f18 (diff)
DB/SAI: Fix OOC LOS events that must only be triggered by players
-rw-r--r--sql/updates/world/3.3.5/2019_12_21_01_world.sql3
1 files changed, 3 insertions, 0 deletions
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;