From ef93625e73e010831f071db025765ef838b884b4 Mon Sep 17 00:00:00 2001 From: taltamir <7625366+taltamir@users.noreply.github.com> Date: Sun, 10 Sep 2023 23:09:53 -0500 Subject: [PATCH] Update RELEASE/scripts/autoscend/quests/level_08.ash --- RELEASE/scripts/autoscend/quests/level_08.ash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE/scripts/autoscend/quests/level_08.ash b/RELEASE/scripts/autoscend/quests/level_08.ash index 62ebb548d8..5ae24e3942 100644 --- a/RELEASE/scripts/autoscend/quests/level_08.ash +++ b/RELEASE/scripts/autoscend/quests/level_08.ash @@ -749,7 +749,7 @@ boolean L8_trapperGroar() if(current_step > 4) //boss is actually dead now { // if boss is dead [Mist-shrouded Peak] becomes [The Icy Peak]. - // common tracking issue which casue inf loop. already fixed by a the quest refresh. + // common tracking issue which casue inf loop. already fixed by the quest refresh. auto_log_warning("questL08Trapper value was incorrect. Boss is already dead. This has been fixed to prevent inf loop", "blue"); } else auto_log_warning("questL08Trapper value was incorrect. This has been fixed", "blue");