diff options
-rw-r--r-- | sql/updates/world/master/2021_01_09_11_world_2017_10_23_08_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_01_09_11_world_2017_10_23_08_world.sql b/sql/updates/world/master/2021_01_09_11_world_2017_10_23_08_world.sql new file mode 100644 index 00000000000..52e07d15a43 --- /dev/null +++ b/sql/updates/world/master/2021_01_09_11_world_2017_10_23_08_world.sql @@ -0,0 +1,6 @@ +-- +UPDATE `smart_scripts` SET `event_param3`=0, `event_param4`=0 WHERE `entryorguid`=2856601 AND `source_type`=9 AND `id`=2; +UPDATE `smart_scripts` SET `event_flags`=0, `event_param3`=8010, `event_param4`=8010 WHERE `entryorguid`=28566 AND `source_type`=0 AND `id`=6; +UPDATE `smart_scripts` SET `event_flags`=0, `event_param3`=8000, `event_param4`=8000 WHERE `entryorguid`=28566 AND `source_type`=0 AND `id`=5; +UPDATE `smart_scripts` SET `event_flags`=0, `event_param3`=2000, `event_param4`=2000 WHERE `entryorguid`=28566 AND `source_type`=0 AND `id`=4; +UPDATE `smart_scripts` SET `action_param1`=1 WHERE `entryorguid` IN (28566) AND `source_type`=0 AND `id`=5; |