DB/Quest: Fix vehicle SAI for quests 12910 and 12855 (Sniffing out the Perpetrator H/A). Tagging issue #17914.

This commit is contained in:
treeston
2016-09-09 13:08:11 +02:00
parent 19e757af5c
commit 3219346888

View File

@@ -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;