diff options
Diffstat (limited to 'npc/003-2/lua.txt')
-rw-r--r-- | npc/003-2/lua.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index 696261e2d..1388d8c1f 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -218,7 +218,7 @@ L_Task: mes l("There are some sailors near the forge. Think outside the box - or rather, inside it, unless you have a fortune to buy the items."); mes ""; } - if (CRAFTQUEST || MPQUEST) { + if (!(CRAFTQUEST || MPQUEST)) { mes lg("To register as a craftswoman, you need to talk to Intense Beard in Terranite Forge. The forge is in the Bazar.", "To register as a craftsman, you need to talk to Intense Beard in Terranite Forge. The forge is in the Bazar."); mes l("To register as a hunter, talk to Aidan, also in the marketplace - the Bazar."); mesc l("You can, and @@, register on both programs, but only one is required for this quest.", b("SHOULD")); |