diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-10-02 18:00:47 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-10-02 18:00:47 +0000 |
commit | b05e65ca2a3bfff141a77664a8eea3a36341a923 (patch) | |
tree | 74d76a7c2cbb18704d3f5a2212e7f7cec38e8c25 | |
parent | 914b07183a81f7c970df9f893b1ca963c48be8a6 (diff) | |
download | serverdata-b05e65ca2a3bfff141a77664a8eea3a36341a923.tar.gz serverdata-b05e65ca2a3bfff141a77664a8eea3a36341a923.tar.bz2 serverdata-b05e65ca2a3bfff141a77664a8eea3a36341a923.tar.xz serverdata-b05e65ca2a3bfff141a77664a8eea3a36341a923.zip |
Fixed a typo.
-rw-r--r-- | changelog.txt | 4 | ||||
-rw-r--r-- | npc/tulimshar/monster_guide.txt | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/changelog.txt b/changelog.txt index 2cd11be2..88ffaaa9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -42,4 +42,6 @@ 12.09.07: * b_lindeijer: Solved View ID conflicts in item_db.txt. -12.09.07: * Crush: Fixed the collision layer problems on new_14-1
\ No newline at end of file +12.09.07: * Crush: Fixed the collision layer problems on new_14-1 + +02.10.07: * b_lindeijer: Fixed a typo. diff --git a/npc/tulimshar/monster_guide.txt b/npc/tulimshar/monster_guide.txt index 46bf1184..0b9972fa 100644 --- a/npc/tulimshar/monster_guide.txt +++ b/npc/tulimshar/monster_guide.txt @@ -29,7 +29,7 @@ L_I: mes "The more points you have, the more expensive things you can buy using them."; next; mes "[Monster Guide]"; - mes "So whaddya say, sign up wont u?"; + mes "So whaddya say, sign up won't you?"; next; goto Choice; } |