diff options
author | Reid <reidyaro@gmail.com> | 2012-10-21 19:00:14 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-10-21 19:00:14 +0200 |
commit | 1bdd752a2acb91b3ef5d2c8ba067aa4dc2664fda (patch) | |
tree | 513670a04dfec5bdf627ac5fce0f7753a72f923d /npc | |
parent | 5bb5bdf639d6893c5623152d0a45d0bf7e5c1160 (diff) | |
download | clientdata-1bdd752a2acb91b3ef5d2c8ba067aa4dc2664fda.tar.gz clientdata-1bdd752a2acb91b3ef5d2c8ba067aa4dc2664fda.tar.bz2 clientdata-1bdd752a2acb91b3ef5d2c8ba067aa4dc2664fda.tar.xz clientdata-1bdd752a2acb91b3ef5d2c8ba067aa4dc2664fda.zip |
Fix wrong comma on gulukan script.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/gulukan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/gulukan.txt b/npc/000-1/gulukan.txt index 975b32d5..f2211295 100644 --- a/npc/000-1/gulukan.txt +++ b/npc/000-1/gulukan.txt @@ -58,7 +58,7 @@ l_RandomC: next; menu
- rif(getq(ShipQuests_Gulukan) == 1, l("I'm still busy, I need to find the other sailors.")), -,
+ rif(getq(ShipQuests_Gulukan) == 1, l("I'm still busy, I need to find the other sailors.")), -;
mes "";
mesn;
|