From 494e0e342eb748658c640da970636c4822a7c295 Mon Sep 17 00:00:00 2001 From: SylvaniaCore deploy Date: Sat, 18 Jul 2026 16:49:33 +0000 Subject: [PATCH] Runner artefacts lot 1 : DK Givre (Lames du prince dechu, 901/1480) + Paladin Sacre (Main d argent, 1092/1611) Configs data (~/dc-patches/artifact_batch1.sql) : etapes multi-zones ICC via teleports, boss Aberration horrifiante 106669, ames 99664/116287, options 37/38 du Gardien des Artefacts. 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 910094b..c2baee4 100644 --- a/src/server/scripts/BrokenIsles/Scenario/scenario_artifact_runner.cpp +++ b/src/server/scripts/BrokenIsles/Scenario/scenario_artifact_runner.cpp @@ -246,4 +246,8 @@ void AddSC_scenario_artifact_runner() { // Marche-vent moine - « The Thundering Heavens » (Skywall, boss Typhinius) REGISTER_ARTIFACT_RUNNER(1528); + // DK Givre - The Blades of the Fallen Prince (Couronne de glace) + REGISTER_ARTIFACT_RUNNER(1480); + // Paladin Sacre - The Silver Hand (Espoir de Lumiere) + REGISTER_ARTIFACT_RUNNER(1611); }