mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
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:
3
sql/updates/world/3.3.5/2018_01_16_00_world.sql
Normal file
3
sql/updates/world/3.3.5/2018_01_16_00_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `target_param1`=(1 << `target_param1`) WHERE `target_type`=29;
|
||||
--
|
||||
Reference in New Issue
Block a user