diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-25 01:32:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-25 01:32:10 -0300 |
commit | 918817c6e821745940ead4c62bc19256cdfa0910 (patch) | |
tree | ae78bd75de5ba70ab9096b68cf7425de92d39022 | |
parent | a07586daf66251263aa3935f97ad974defae8f62 (diff) | |
download | serverdata-918817c6e821745940ead4c62bc19256cdfa0910.tar.gz serverdata-918817c6e821745940ead4c62bc19256cdfa0910.tar.bz2 serverdata-918817c6e821745940ead4c62bc19256cdfa0910.tar.xz serverdata-918817c6e821745940ead4c62bc19256cdfa0910.zip |
Fix typo reported by DragonStar (+1 point)
-rw-r--r-- | npc/003-1/sailors.txt | 2 | ||||
-rw-r--r-- | npc/003-3/malindou.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/sailors.txt b/npc/003-1/sailors.txt index c01dfa2f6..2322fd427 100644 --- a/npc/003-1/sailors.txt +++ b/npc/003-1/sailors.txt @@ -93,7 +93,7 @@ L_Report: mesq lg("Many thanks, your help has been invaluable. We're now capable to travel at ease."); next; mesn; - mesq l("Take care. Here, take this @@. You can sell it for some quick-spot cash, or use it as a weapon.", getitemlink(ShapKnife)); + mesq l("Take care. Here, take this @@. You can sell it for some quick-spot cash, or use it as a weapon.", getitemlink(SharpKnife)); close; OnInit: diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 4b37dddb5..c963017ef 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -96,7 +96,7 @@ OnInit: htput($@CONTRIBUTORS, "guy of lieutnant dausen", 70); htput($@CONTRIBUTORS, "dustman", 50); htput($@CONTRIBUTORS, "msawis", 30); - htput($@CONTRIBUTORS, "dragonstar", 25); + htput($@CONTRIBUTORS, "dragonstar", 26); htput($@CONTRIBUTORS, "xtreem", 1); //htput($@CONTRIBUTORS, "", 1); end; |