From 28bc3a68fd265846f11b8ed66740e71a10eb8450 Mon Sep 17 00:00:00 2001 From: offl Date: Tue, 19 May 2020 00:34:08 +0200 Subject: DB/Quest: Finding the Survivors Update the los event Ref #24636 (cherry picked from commit 2152293d888cb51ddddbdae09538814f8492a6d5) --- sql/updates/world/master/2022_01_06_04_world_2020_05_18_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_01_06_04_world_2020_05_18_00_world.sql (limited to 'sql') 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; -- cgit v1.2.3