mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/SAI: Prepare SMART_ACTION_WP_START to remove reactState param pt 10
Closes #26728
This commit is contained in:
6
sql/updates/world/3.3.5/2021_11_07_02_world.sql
Normal file
6
sql/updates/world/3.3.5/2021_11_07_02_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- 0
|
||||
UPDATE `smart_scripts` SET `action_param6` = 3 WHERE `entryorguid` IN (32184,-74513,-74514,-74515,-102329,-102341,-102330,-102328,-102326,-102333,-102327) AND `source_type` = 0 AND `action_type` = 53;
|
||||
-- 1
|
||||
UPDATE `smart_scripts` SET `action_param6` = 3 WHERE `entryorguid` IN (-74515,-74514,-74513,27858,28175,28399,30992,32239,32239,32310,32311,32312) AND `source_type` = 0 AND `action_type` = 53;
|
||||
-- 1
|
||||
UPDATE `smart_scripts` SET `action_param6` = 3 WHERE `entryorguid` IN (34900,1852801,1852802,2028100,2041500,2665400,2784300,2785700,2795101,3039900) AND `source_type` = 9 AND `action_type` = 53;
|
||||
Reference in New Issue
Block a user