aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMoein <tje3d@yahoo.com>2018-01-16 23:58:41 +0330
committerShauren <shauren.trinity@gmail.com>2021-06-15 23:37:25 +0200
commit172df39350391e4fa2e40515d288e7e4e6b9cc91 (patch)
treeb35a22c1195dcb04cf93b8ea92d4b15f1a8a01ea /sql
parent6ba82b56dca981116a323af1f5fb43d3545334f2 (diff)
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 891bca934e1522fe33b00e27eef5d4f07bb83fa8)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_06_16_01_world_2018_01_16_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_06_16_01_world_2018_01_16_00_world.sql b/sql/updates/world/master/2021_06_16_01_world_2018_01_16_00_world.sql
new file mode 100644
index 00000000000..6ad1b42cc68
--- /dev/null
+++ b/sql/updates/world/master/2021_06_16_01_world_2018_01_16_00_world.sql
@@ -0,0 +1 @@
+UPDATE `smart_scripts` SET `target_param1`=(1 << `target_param1`) WHERE `target_type`=29;