summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-11-02 10:54:50 -0300
committerJesusaves <cpntb1@ymail.com>2018-11-02 10:54:50 -0300
commit9fe1d4736ccfdbe13bb3dc196100cb7484d3804c (patch)
treee31bda46432df8f728ec4843e0093dc3acf175c9
parent4a00e45e62458cb3dee3a9b8e5359f8788b61593 (diff)
downloadserverdata-9fe1d4736ccfdbe13bb3dc196100cb7484d3804c.tar.gz
serverdata-9fe1d4736ccfdbe13bb3dc196100cb7484d3804c.tar.bz2
serverdata-9fe1d4736ccfdbe13bb3dc196100cb7484d3804c.tar.xz
serverdata-9fe1d4736ccfdbe13bb3dc196100cb7484d3804c.zip
[skip ci] Typo
-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))