diff options
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/novice/novice.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/novice/novice.txt b/npc/jobs/novice/novice.txt index 8046d66fe..aaa971bcd 100644 --- a/npc/jobs/novice/novice.txt +++ b/npc/jobs/novice/novice.txt @@ -3385,7 +3385,7 @@ L_loop2: mes "supplies, I will send you to";
mes "the associated town.";
next;
- if(!NEW_ADVSUIT))
+ if(!NEW_ADVSUIT){
mes "^882420Item Offer List";
mes "^0000301 Adventurer's Suit";
mes "^00009910 Novices Red Potions^000000";
|