summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/020-1/siege.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/020-1/siege.txt b/npc/020-1/siege.txt
index a149b8ec2..d73d62f15 100644
--- a/npc/020-1/siege.txt
+++ b/npc/020-1/siege.txt
@@ -15,7 +15,7 @@ OnLoop:
// Victory conditions: All monsters dead & number of waves filled. (Or if you reach level 40)
if (BaseLevel >= 40 || (@nlib_wave >= 10 && mobcount("020-1", "#NLib_Siege::OnPetDeath") <= 0))
- goto L_Victory;
+ goto L_CleanUp;
// New wave condition: Waves pending and A- All Mobs Dead B- 4 minutes spent
if (@nlib_wave < 10 && (mobcount("020-1", "#NLib_Siege::OnPetDeath") <= 0 || @nlib_time >= 240))