diff options
-rw-r--r-- | world/map/npc/001-1/mikhail.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/001-1/mikhail.txt b/world/map/npc/001-1/mikhail.txt index 8e6b6aec..3980ac9b 100644 --- a/world/map/npc/001-1/mikhail.txt +++ b/world/map/npc/001-1/mikhail.txt @@ -44,7 +44,7 @@ L_Progress: "Not yet, but I'll be back soon.", L_Close; L_try: - if countitem("MaggotSlime") >= 5 + if (countitem("MaggotSlime") >= 5) goto L_get; mes "[Mikhail]"; mes "\"It doesn't look like you have them all...\""; |