mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 08:59:11 +01:00
DB/Quest: Fix vehicle SAI for quests 12910 and 12855 (Sniffing out the Perpetrator H/A). Tagging issue #17914.
This commit is contained in:
3
sql/updates/world/3.3.5/2016_09_09_00_world.sql
Normal file
3
sql/updates/world/3.3.5/2016_09_09_00_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user