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");