diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-09 14:20:17 +0000 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-09 14:20:17 +0000 |
commit | c42e6b968cdabe7603da5f80ea2f7ab03a439773 (patch) | |
tree | a8c1cdb63089b2a73fb4242092e7be020df84115 /npc/000-1/gugli.txt | |
parent | 0fc9e9af55658ee67b7fc76bb82f89f6368fd710 (diff) | |
parent | cb0e8ce91095cd128569716932fa648f423aafba (diff) | |
download | serverdata-release2016-07-09.tar.gz serverdata-release2016-07-09.tar.bz2 serverdata-release2016-07-09.tar.xz serverdata-release2016-07-09.zip |
Merge branch 'fix_typo_nard_gugli' into 'master'
s20160709release2016-07-09
fix typo who break newbie quest
Remove ) of line 28 of gugli.txt who always show the L_Menu
Add _ of line 143 of nard.txt who broke the text because LDrasilIsland are bad typo
See merge request !9
Diffstat (limited to 'npc/000-1/gugli.txt')
-rw-r--r-- | npc/000-1/gugli.txt | 2 |
1 files changed, 1 insertions, 1 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?"); |