Core/SAI: Extended SMART_TARGET_VEHICLE_PASSENGER to allow specifying

seat mask instead of single seat index (can now target all passengers)
This commit is contained in:
Aokromes
2018-01-21 12:34:54 +01:00
parent c23ada7df1
commit 079f2002ac
4 changed files with 11 additions and 8 deletions

View File

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