diff options
author | treeston <treeston.mmoc@gmail.com> | 2016-09-09 13:08:11 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-26 15:30:14 +0100 |
commit | 31eb40439e0ce92cb728268946138ebf6a5e66b3 (patch) | |
tree | 23768802f6c0caeb4822dbfe7b05b11115f4efce | |
parent | c229816104c346d4c00d587d6418df0b999e2da1 (diff) |
DB/Quest: Fix vehicle SAI for quests 12910 and 12855 (Sniffing out the Perpetrator H/A). Tagging issue #17914.
(cherry picked from commit 3219346888ba3beb43424c60764849ec0ea030c5)
-rw-r--r-- | sql/updates/world/master/2017_02_26_02_world_2016_09_09_00_world.sql | 3 |
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; |