summaryrefslogtreecommitdiff
path: root/npc/jobs/2-2a/Champion.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/jobs/2-2a/Champion.txt')
-rw-r--r--npc/jobs/2-2a/Champion.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/jobs/2-2a/Champion.txt b/npc/jobs/2-2a/Champion.txt
index 1e0df577b..28cd5a9e0 100644
--- a/npc/jobs/2-2a/Champion.txt
+++ b/npc/jobs/2-2a/Champion.txt
@@ -38,7 +38,7 @@ valkyrie,53,42,3 script Champion#Valkyrie 52,{
mes "so much in life...";
close;
}
- if ((ADVJOB == Job_Champion) && (Class == Job_Acolyte_High) && (JobLevel > 39)) {
+ else if (ADVJOB == Job_Champion && Class == Job_Acolyte_High && JobLevel > 39) {
mes "[Champion]";
mes "It's time.";
mes "Time for great heroes";
@@ -84,4 +84,4 @@ valkyrie,53,42,3 script Champion#Valkyrie 52,{
mes "while you are here.";
mes "Honor to the warriors!";
close;
-} \ No newline at end of file
+}