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 1
Ref #26728
This commit is contained in:
8
sql/updates/world/3.3.5/2021_07_21_02_world.sql
Normal file
8
sql/updates/world/3.3.5/2021_07_21_02_world.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- Reset, ReactState 0
|
||||
UPDATE `smart_scripts` SET `action_param6` = 3 WHERE `entryorguid` IN (794,11282,11283,14850,14857,14873,14874,14908,19447,19776,23600,23616,23843,28864,29144) AND `source_type` = 0 AND `action_type` = 53;
|
||||
-- Reset, ReactState 1
|
||||
UPDATE `smart_scripts` SET `action_param6` = 3 WHERE `entryorguid` IN (-67155,3848,5042,16551,16611,16626,16643,16693,16742,16856,17015,17219,17246,17512,19455,19569,19667,20551,25289,27141,27299,27301,27316,40416) AND `source_type` = 0 AND `action_type` = 53;
|
||||
-- Spawn, ReactState 0
|
||||
UPDATE `smart_scripts` SET `action_param6` = 3 WHERE `entryorguid` IN (18191,21182,21291,22401,22402,22403,28682,28705,32421,32424,32426,32509,32668,32669,33589,33788,33854,38191) AND `source_type` = 0 AND `action_type` = 53;
|
||||
-- Spawn, ReactState 1
|
||||
UPDATE `smart_scripts` SET `action_param6` = 3 WHERE `entryorguid` IN (-109655,-109654,-109653,-109652,-98043,-98042,225,3695,17592,18237,18294,19055,21117,23995,25239,25477,25730,26599,26600,26634,26817,27842) AND `source_type` = 0 AND `action_type` = 53;
|
||||
Reference in New Issue
Block a user