diff options
Diffstat (limited to 'npc/jobs/2-2/crusader.txt')
-rw-r--r-- | npc/jobs/2-2/crusader.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/2-2/crusader.txt b/npc/jobs/2-2/crusader.txt index 98cb7841c..e7d938a4a 100644 --- a/npc/jobs/2-2/crusader.txt +++ b/npc/jobs/2-2/crusader.txt @@ -296,7 +296,7 @@ prt_castle,45,169,5 script Senior Crusader 4_M_CRU_OLD,{ if (Sex) mes "...Brother."; else mes "...Comrade."; next; - if(.@JobLevel != 50) getitem 504, 6; + if(.@Joblevel != 50) getitem 504, 6; else getitem 504, 12; mes "[Michael Halig]"; mes "And use this in times of dire peril. It will give you strength when your wounds are most grievous."; |