diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-07 16:42:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-07 16:42:46 -0300 |
commit | 951ed84368f49ffbda8fff5fd015dbcfb3786050 (patch) | |
tree | a1c64d69efbfaf126d38680b7a21d4a528fe0fbb | |
parent | 1fb1700771fcda34ee25337f7c4e77a40d0e232c (diff) | |
download | serverdata-951ed84368f49ffbda8fff5fd015dbcfb3786050.tar.gz serverdata-951ed84368f49ffbda8fff5fd015dbcfb3786050.tar.bz2 serverdata-951ed84368f49ffbda8fff5fd015dbcfb3786050.tar.xz serverdata-951ed84368f49ffbda8fff5fd015dbcfb3786050.zip |
[skip ci] what is off-bounds?
-rw-r--r-- | npc/017-3/workers.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-3/workers.txt b/npc/017-3/workers.txt index faf21899b..8b640eaf3 100644 --- a/npc/017-3/workers.txt +++ b/npc/017-3/workers.txt @@ -16,6 +16,6 @@ 017-3,39,75,0 script Zack NPC_TECH_EXPLORER,{ showavatar NPC_TECH_EXPLORER; mesn; - mesq l("Why are you here? This area is off-bounds!"); + mesq l("Why are you here? This area is off-limits!"); close; } |