Core/SAI: Extended SMART_TARGET_VEHICLE_PASSENGER to allow specifying seat mask instead of single seat index (can now target all passengers) (#21245)

(cherry picked from commit 891bca934e)
This commit is contained in:
Moein
2018-01-16 23:58:41 +03:30
committed by Shauren
parent 6ba82b56dc
commit 172df39350
4 changed files with 9 additions and 8 deletions

View File

@@ -0,0 +1 @@
UPDATE `smart_scripts` SET `target_param1`=(1 << `target_param1`) WHERE `target_type`=29;