diff options
| author | treeston <treeston.mmoc@gmail.com> | 2016-09-09 13:08:11 +0200 |
|---|---|---|
| committer | treeston <treeston.mmoc@gmail.com> | 2016-09-09 13:08:11 +0200 |
| commit | 3219346888ba3beb43424c60764849ec0ea030c5 (patch) | |
| tree | d5f01e720a9b89009cd0da201f12b0d2c1ddb8dd | |
| parent | 19e757af5cb6bbde3f9263f0f4aaec87a7e0301c (diff) | |
DB/Quest: Fix vehicle SAI for quests 12910 and 12855 (Sniffing out the Perpetrator H/A). Tagging issue #17914.
| -rw-r--r-- | sql/updates/world/3.3.5/2016_09_09_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_09_00_world.sql b/sql/updates/world/3.3.5/2016_09_09_00_world.sql new file mode 100644 index 00000000000..4224931f41b --- /dev/null +++ b/sql/updates/world/3.3.5/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; |
