diff options
author | Reid <reidyaro@gmail.com> | 2012-05-15 02:37:34 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-05-15 02:37:34 +0200 |
commit | 66fc1bc2fcb5b9a0835e37ee6f4bd75773753f67 (patch) | |
tree | a750cb784c93e9229ea0fa47f3f76458d66cf18a /npc/000-2-1/knife.txt | |
parent | cdc70775cc69c8f5d35de19747afa779d2a4caa3 (diff) | |
download | clientdata-66fc1bc2fcb5b9a0835e37ee6f4bd75773753f67.tar.gz clientdata-66fc1bc2fcb5b9a0835e37ee6f4bd75773753f67.tar.bz2 clientdata-66fc1bc2fcb5b9a0835e37ee6f4bd75773753f67.tar.xz clientdata-66fc1bc2fcb5b9a0835e37ee6f4bd75773753f67.zip |
Correct wrong character ( " and ' ) on arpan and knife script.
Diffstat (limited to 'npc/000-2-1/knife.txt')
-rw-r--r-- | npc/000-2-1/knife.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-1/knife.txt b/npc/000-2-1/knife.txt index bea585fe..f9ff7aad 100644 --- a/npc/000-2-1/knife.txt +++ b/npc/000-2-1/knife.txt @@ -32,7 +32,7 @@ l_Give: mesn "Narrator"; mes col(lg("If you would like to open your inventory use the F3 key or use your mouse to select it in the above menu in your client."), 9); next; - mes col(lg("Once your inside of your inventory, you may equip the item by selecting it and clicking "Equip". Alternately, you can unequip an item by selecting "unequip" to remove it."), 9); + mes col(lg("Once your inside of your inventory, you may equip the item by selecting it and clicking 'Equip'. Alternately, you can unequip an item by selecting 'unequip' to remove it."), 9); next; mes col(lg("Certain items perform different effects. Some will heal you, some you may use as weapons or armor, and some can be sold for gold."), 9); |