diff options
author | offl <offl@users.noreply.github.com> | 2020-05-19 00:34:08 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-06 00:22:29 +0100 |
commit | 28bc3a68fd265846f11b8ed66740e71a10eb8450 (patch) | |
tree | 75fa72756206fa674ac634f5b9ea713af1a3cc15 | |
parent | 17bc169e95ce65c2cd714ed48f76d38e984b66c4 (diff) |
DB/Quest: Finding the Survivors
Update the los event
Ref #24636
(cherry picked from commit 2152293d888cb51ddddbdae09538814f8492a6d5)
-rw-r--r-- | sql/updates/world/master/2022_01_06_04_world_2020_05_18_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_06_04_world_2020_05_18_00_world.sql b/sql/updates/world/master/2022_01_06_04_world_2020_05_18_00_world.sql new file mode 100644 index 00000000000..31b6fb6ddd4 --- /dev/null +++ b/sql/updates/world/master/2022_01_06_04_world_2020_05_18_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_param1` = 1 WHERE `entryorguid` = 18428 AND `source_type` = 0 AND `id` = 0; |