mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
Core/SAI: Extended SMART_TARGET_VEHICLE_PASSENGER to allow specifying seat mask instead of single seat index (can now target all passengers) (#21245)
This commit is contained in:
1
sql/updates/world/3.3.5/2018_01_16_00_world.sql
Normal file
1
sql/updates/world/3.3.5/2018_01_16_00_world.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `smart_scripts` SET `target_param1`=(1 << `target_param1`) WHERE `target_type`=29;
|
||||
Reference in New Issue
Block a user