From f0b5436e03a6ec46c1c827f559fdd13cdb41f0ea Mon Sep 17 00:00:00 2001 From: SylvaniaCore deploy Date: Mon, 20 Jul 2026 10:55:43 +0000 Subject: [PATCH] Runner artefacts lot 8 : Druide - Revechemin corrompu (1540, Nightmarish Horror 120487) + Mage Givre - Ebonchill (1616, 2 zones) Config data ~/dc-patches/artifact_batch8.sql, options 50/51 du Gardien. Co-Authored-By: Claude Fable 5 --- .../scripts/BrokenIsles/Scenario/scenario_artifact_runner.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/server/scripts/BrokenIsles/Scenario/scenario_artifact_runner.cpp b/src/server/scripts/BrokenIsles/Scenario/scenario_artifact_runner.cpp index baef86a..faf0131 100644 --- a/src/server/scripts/BrokenIsles/Scenario/scenario_artifact_runner.cpp +++ b/src/server/scripts/BrokenIsles/Scenario/scenario_artifact_runner.cpp @@ -272,4 +272,8 @@ void AddSC_scenario_artifact_runner() REGISTER_ARTIFACT_RUNNER(1579); // DK - Rescue Koltira REGISTER_ARTIFACT_RUNNER(1617); + // Druide - Revechemin corrompu + REGISTER_ARTIFACT_RUNNER(1540); + // Mage Givre - Ebonchill (2 zones) + REGISTER_ARTIFACT_RUNNER(1616); }