aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorMoein <tje3d@yahoo.com>2018-01-16 23:58:41 +0330
committerShauren <shauren.trinity@gmail.com>2018-01-16 21:28:41 +0100
commit891bca934e1522fe33b00e27eef5d4f07bb83fa8 (patch)
treee930d433d15323b720108fb34f4939a3e9d2535b /sql/updates/world
parent3d7166c1c78e0e0011af840b76f3f5a8ccccaaa0 (diff)
Core/SAI: Extended SMART_TARGET_VEHICLE_PASSENGER to allow specifying seat mask instead of single seat index (can now target all passengers) (#21245)
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/3.3.5/2018_01_16_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_01_16_00_world.sql b/sql/updates/world/3.3.5/2018_01_16_00_world.sql
new file mode 100644
index 00000000000..6ad1b42cc68
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_01_16_00_world.sql
@@ -0,0 +1 @@
+UPDATE `smart_scripts` SET `target_param1`=(1 << `target_param1`) WHERE `target_type`=29;