diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-23 12:58:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-23 12:58:04 -0300 |
commit | 610200d32591d0113386d19cf20314dcbf680611 (patch) | |
tree | 0af68787c520cb8368f7468b86cc69f0b7546e47 /npc | |
parent | 7646a5f2f291a005c0bd9860ddfa385fb2927743 (diff) | |
download | serverdata-610200d32591d0113386d19cf20314dcbf680611.tar.gz serverdata-610200d32591d0113386d19cf20314dcbf680611.tar.bz2 serverdata-610200d32591d0113386d19cf20314dcbf680611.tar.xz serverdata-610200d32591d0113386d19cf20314dcbf680611.zip |
Fix minor issue with Lua
Diffstat (limited to 'npc')
-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")); |