diff options
-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."); |