diff options
| author | offl <offl@users.noreply.github.com> | 2020-05-19 00:34:08 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2020-05-19 00:34:08 +0200 |
| commit | 2152293d888cb51ddddbdae09538814f8492a6d5 (patch) | |
| tree | a4b750355dde1a5c5007678a1d6e7a1a6d87aaf3 | |
| parent | 2665fd5ab54b3040ab36bcba25b3929d5f11e8d4 (diff) | |
DB/Quest: Finding the Survivors
Update the los event
Ref #24636
| -rw-r--r-- | sql/updates/world/3.3.5/2020_05_18_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_05_18_00_world.sql b/sql/updates/world/3.3.5/2020_05_18_00_world.sql new file mode 100644 index 00000000000..31b6fb6ddd4 --- /dev/null +++ b/sql/updates/world/3.3.5/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; |
