diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-11 02:11:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-11 02:11:51 -0300 |
commit | a72f47b8cc07c49ebea89c6535cd53754bca96cf (patch) | |
tree | 53190e0a5018e6a2157b4a3f393860df818ac628 /npc/017-1/guards.txt | |
parent | c6094019ef774ced4ef2ba50e6cf6a0aead03857 (diff) | |
download | serverdata-a72f47b8cc07c49ebea89c6535cd53754bca96cf.tar.gz serverdata-a72f47b8cc07c49ebea89c6535cd53754bca96cf.tar.bz2 serverdata-a72f47b8cc07c49ebea89c6535cd53754bca96cf.tar.xz serverdata-a72f47b8cc07c49ebea89c6535cd53754bca96cf.zip |
Additional signs to 017-1 + typo fix
Diffstat (limited to 'npc/017-1/guards.txt')
-rw-r--r-- | npc/017-1/guards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-1/guards.txt b/npc/017-1/guards.txt index 110d896e6..b5606c5fe 100644 --- a/npc/017-1/guards.txt +++ b/npc/017-1/guards.txt @@ -10,7 +10,7 @@ function script LofGuard { mesq l("I am stationed here to protect Land Of Fire from monsters."); next; mesn; - mesq l("I mean, there even an Monster King? What sort of world is this?!"); + mesq l("I mean, there's even an Monster King? What sort of world is this?!"); close; return; } |