aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/master/2017_02_26_02_world_2016_09_09_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_26_02_world_2016_09_09_00_world.sql b/sql/updates/world/master/2017_02_26_02_world_2016_09_09_00_world.sql
new file mode 100644
index 00000000000..4224931f41b
--- /dev/null
+++ b/sql/updates/world/master/2017_02_26_02_world_2016_09_09_00_world.sql
@@ -0,0 +1,3 @@
+-- fix Sniffing Out the Perpetrator (issue #17914)
+UPDATE `smart_scripts` SET `event_flags`= `event_flags`|512 WHERE (`entryorguid` in (29903,29677) and `source_type`=0) OR (`entryorguid` in (2967700,2990300) and `source_type`=9);
+UPDATE `smart_scripts` SET `action_param2`=`action_param2`|0x40 WHERE `entryorguid`=29696 AND `source_type`=0 AND `id`=0;