summaryrefslogtreecommitdiff
path: root/npc/009-5/joaquim.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-5/joaquim.txt')
-rw-r--r--npc/009-5/joaquim.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/009-5/joaquim.txt b/npc/009-5/joaquim.txt
index ae71ab0fd..a5f2a0d73 100644
--- a/npc/009-5/joaquim.txt
+++ b/npc/009-5/joaquim.txt
@@ -10,7 +10,7 @@
009-5,36,35,4 script Joaquim NPC_PLAYER,{
.@q=getq(HalinarzoQuest_SickWife);
if (BaseLevel < 36) goto L_TooWeak;
- if (BaseLevel < 50) goto L_Weak;
+ if (BaseLevel < 55) goto L_Weak;
if (.@q == 5) goto L_Complete;
if (.@q == 4) goto L_Finish;
if (.@q == 3) goto L_DoIt;