diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-24 12:56:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-24 12:56:54 -0300 |
commit | 8a20348fd156b9c57eb4219554a53d2eb235abef (patch) | |
tree | 6624b42c05dc0a5bec85f556648accae8894da1d /npc/003-1 | |
parent | dd4208981a4e179502eeebc9963e386feb7e23e0 (diff) | |
download | serverdata-8a20348fd156b9c57eb4219554a53d2eb235abef.tar.gz serverdata-8a20348fd156b9c57eb4219554a53d2eb235abef.tar.bz2 serverdata-8a20348fd156b9c57eb4219554a53d2eb235abef.tar.xz serverdata-8a20348fd156b9c57eb4219554a53d2eb235abef.zip |
Typos at Neko
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/neko.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index b2aedda29..c203480b6 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -9,7 +9,7 @@ // a family member from his. 003-1,103,106,0 script Neko NPC_PLAYER,{ - .@q=getq(TulimsharQuests_Neko); + .@q=getq(TulimsharQuest_Neko); mesn; mesq l("Only finest wares!"); mes ""; @@ -40,7 +40,7 @@ getexp 1620, 0; // Level 20 maximum experience setq TulimsharQuests_Neko, 2; mesn; - mesq l("Oh... Thank you! Here is @@ GP for it.", getitemlink(JeansShorts)); + mesq l("Oh... Thank you! Here is @@ GP for it.", "6000"); next; mesn; mesq l("I'm surprised, though. It is a very good defensive item, and players can buy it for pretty high sums of money."); |