diff options
Diffstat (limited to 'npc/014-2/woodywife.txt')
-rw-r--r-- | npc/014-2/woodywife.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/014-2/woodywife.txt b/npc/014-2/woodywife.txt index 60bfecbef..0ecec6890 100644 --- a/npc/014-2/woodywife.txt +++ b/npc/014-2/woodywife.txt @@ -16,7 +16,7 @@ if (BaseLevel < 25) goto L_TooWeak; if (.@quest == 1) goto L_Start; if (.@quest == 2) goto L_Check; - if (.@quest == 3) goto L_Complete; + if (.@quest >= 3) goto L_Complete; L_GiveTask: mesn; |