diff options
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; } |