summaryrefslogtreecommitdiff
path: root/npc/jobs/3-1/warlock.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/jobs/3-1/warlock.txt')
-rw-r--r--npc/jobs/3-1/warlock.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/3-1/warlock.txt b/npc/jobs/3-1/warlock.txt
index 7a0f35fa9..aef2df846 100644
--- a/npc/jobs/3-1/warlock.txt
+++ b/npc/jobs/3-1/warlock.txt
@@ -39,7 +39,7 @@ OnTouch:
close;
}
}
- if (BaseLevel > 94 && Class == Job_Wizard || Class == Job_High_Wizard || Class == Job_Baby_Wizard){
+ if ((BaseLevel > 94) && (Class == Job_Wizard || Class == Job_High_Wizard || Class == Job_Baby_Wizard)){
mes " - There is a strange distortion here - ";
next;
switch(select( "Search the area.:Ignore it.")){