diff options
-rw-r--r-- | sql/updates/world/master/2021_10_17_17_world_2018_08_11_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_17_17_world_2018_08_11_00_world.sql b/sql/updates/world/master/2021_10_17_17_world_2018_08_11_00_world.sql new file mode 100644 index 00000000000..20ebe13a5ee --- /dev/null +++ b/sql/updates/world/master/2021_10_17_17_world_2018_08_11_00_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `smart_scripts` SET `action_type`=134 WHERE `action_type` IN (85) AND `target_type` =1; +UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid` IN (27202) AND `source_type`=0 AND `id` IN (4,10); +UPDATE `smart_scripts` SET `action_param2`=2 WHERE `entryorguid` IN (27202) AND `source_type`=0 AND `id` IN (7); |