diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-12 07:52:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-12 11:12:16 +0000 |
commit | 5be0f04866f7628f6749b7eca2650a9ed10baffe (patch) | |
tree | 0439656359b60fe5eaa0401efbbd6e2afaf9cdaf | |
parent | 45d18009678323387976720d89c2428fd7f23d16 (diff) | |
download | serverdata-5be0f04866f7628f6749b7eca2650a9ed10baffe.tar.gz serverdata-5be0f04866f7628f6749b7eca2650a9ed10baffe.tar.bz2 serverdata-5be0f04866f7628f6749b7eca2650a9ed10baffe.tar.xz serverdata-5be0f04866f7628f6749b7eca2650a9ed10baffe.zip |
Typo fixes, this will have to do for Aahna.
And: /wip
-rw-r--r-- | npc/012-1/aahna.txt | 4 | ||||
-rw-r--r-- | npc/012-2-2/sorfina.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/012-1/aahna.txt b/npc/012-1/aahna.txt index 3c8cc512..5e0aa294 100644 --- a/npc/012-1/aahna.txt +++ b/npc/012-1/aahna.txt @@ -3,12 +3,12 @@ // Micksha // Description: // Aahna, a low quality NPC ;) -// TODO: Ask for random drops from Mana Bugs +// TODO: Ask for random drops from Mana Bugs (daily quest) 012-1,99,64,0 script Aahna NPC_AAHNA,{ speech l("Welcome."), - l("Someone was too lazy to even write a placeholder text, so please come back later"); + l("I am looking at Mana Bugs. They always drop a bug leg, it is weird."); close; OnInit: diff --git a/npc/012-2-2/sorfina.txt b/npc/012-2-2/sorfina.txt index acf70d3c..3b7c654e 100644 --- a/npc/012-2-2/sorfina.txt +++ b/npc/012-2-2/sorfina.txt @@ -16,7 +16,7 @@ L_Legacy: next; mesn; - mesq l("Actually, I see you some really torn %s.", getitemlink(ClothesPack)); + mesq l("Actually, I see you have some really torn %s.", getitemlink(ClothesPack)); next; mesn; mesq l("I see things from several kinds on it - from iron, to steel, to bone, rock, leather, cotton, cashmere, and many others."); |