mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
DB/SAI: Prepare SMART_ACTION_WP_START to remove reactState param pt 3
Ref #26728
(cherry picked from commit 831d2b8cd7)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
-- Random, ReactState 0
|
||||
UPDATE `smart_scripts` SET `action_param6` = 3 WHERE `entryorguid` IN (-74951,-74950,-74949,-74948,-74524,-74523,-74522,23364,23380,25986,26237,26310,26677) AND `source_type` = 0 AND `action_type` = 53;
|
||||
-- Random, ReactState 1
|
||||
UPDATE `smart_scripts` SET `action_param6` = 3 WHERE `entryorguid` IN (17809,17810,17811,17812,23975,25220,25458) AND `source_type` = 0 AND `action_type` = 53;
|
||||
-- Action lists, ReactState 0
|
||||
UPDATE `smart_scripts` SET `action_param6` = 3 WHERE `entryorguid` IN (279000,285200,285201,298300,405900,442900,442902,461800,472000,825600,911701,929800,929802,929803,1435400,1435401,1435402,1446900,1450000,1612801,1768200,1968500,2080200,2141100,2303800,2304202,2336500,2428400,2431500,2440500,2463900,2473500,3456500,3780100,3833400,3833500,3833700,3833800) AND `source_type` = 9 AND `action_type` = 53;
|
||||
-- Action lists, ReactState 1
|
||||
UPDATE `smart_scripts` SET `action_param6` = 3 WHERE `entryorguid` IN (143300,369501,399500,508800,566600,811501,857900,1710901,1710905,1722600,1722601,1783101,2389900,2741100) AND `source_type` = 9 AND `action_type` = 53;
|
||||
Reference in New Issue
Block a user