diff options
author | omattornot <m.vuoso@laposte.net> | 2016-07-09 10:06:21 +0200 |
---|---|---|
committer | omattornot <m.vuoso@laposte.net> | 2016-07-09 17:59:05 +0200 |
commit | cb0e8ce91095cd128569716932fa648f423aafba (patch) | |
tree | a8c1cdb63089b2a73fb4242092e7be020df84115 /npc | |
parent | 0fc9e9af55658ee67b7fc76bb82f89f6368fd710 (diff) | |
download | serverdata-cb0e8ce91095cd128569716932fa648f423aafba.tar.gz serverdata-cb0e8ce91095cd128569716932fa648f423aafba.tar.bz2 serverdata-cb0e8ce91095cd128569716932fa648f423aafba.tar.xz serverdata-cb0e8ce91095cd128569716932fa648f423aafba.zip |
remote useless ) in gugli.txt; add _ in nard.txt
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/gugli.txt | 2 | ||||
-rw-r--r-- | npc/000-2-3/nard.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt index dc9d13c7..9d5c3505 100644 --- a/npc/000-1/gugli.txt +++ b/npc/000-1/gugli.txt @@ -24,7 +24,7 @@ 000-1,85,108,0 script Gugli NPC_GUGLI,{ - if (getq(ShipQuests_Couwan == 1)) + if (getq(ShipQuests_Couwan) == 1) { speech 4, l("Great to see you! What can I do for you today?"); diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt index f1b559ce..86665355 100644 --- a/npc/000-2-3/nard.txt +++ b/npc/000-2-3/nard.txt @@ -140,7 +140,7 @@ L_SpecialTask: goto L_MenuQuest; -LDrasilIsland: +L_DrasilIsland: mes ""; mesn; mesq l("To be honest, no, never."); |