diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-1/rewards.txt | 2 | ||||
-rw-r--r-- | npc/003-1/ninathetraveler.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index 447bbefb1..3da27504f 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -4,7 +4,7 @@ // Description: // Trades Strange Coins for useful items -001-1,243,26,0 script Aeros Trader NPC_M_SHOPKEEPER,{ +001-1,243,26,0 script Aeros Trader NPC_M_COINKEEPER,{ mesn; mesq l("Oh, hello there! Welcome to the Mana Plain Of Existence!"); next; diff --git a/npc/003-1/ninathetraveler.txt b/npc/003-1/ninathetraveler.txt index 628922c38..3a9ef7dd3 100644 --- a/npc/003-1/ninathetraveler.txt +++ b/npc/003-1/ninathetraveler.txt @@ -4,7 +4,7 @@ // Description: // The Travelers travel around the world telling stories. -003-1,56,143,0 script Nina The Traveler NPC_FEMALE,{ +003-1,56,143,0 script Nina The Traveler NPC_F_COINKEEPER,{ mesn; if (strcharinfo(0) == $MOST_HEROIC$) mesq l("Wow! Are you @@? Everyone, in every city, talks about you!", $MOST_HEROIC$); |