diff options
author | Wushin <pasekei@gmail.com> | 2015-04-29 22:12:59 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-04-29 22:12:59 -0500 |
commit | 63af19efe775d72d40f6f220adde4083a54d722d (patch) | |
tree | faab829eb6a22474e83cc426b6f644b9421ed584 /world/map/npc/001-1 | |
parent | 89bf7fb3081f46c9982f1022ac756a8a41142ecf (diff) | |
parent | 835e99bfa64c3d7593d3833450148e0f3436574e (diff) | |
download | serverdata-63af19efe775d72d40f6f220adde4083a54d722d.tar.gz serverdata-63af19efe775d72d40f6f220adde4083a54d722d.tar.bz2 serverdata-63af19efe775d72d40f6f220adde4083a54d722d.tar.xz serverdata-63af19efe775d72d40f6f220adde4083a54d722d.zip |
Merge pull request #344 from nashley/constable
Constable
Diffstat (limited to 'world/map/npc/001-1')
-rw-r--r-- | world/map/npc/001-1/constable.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/001-1/constable.txt b/world/map/npc/001-1/constable.txt index 73a74a2f..ecc8a0d4 100644 --- a/world/map/npc/001-1/constable.txt +++ b/world/map/npc/001-1/constable.txt @@ -3,7 +3,7 @@ 001-1,50,74,0|script|Constable Perry Graf|150 { mes "[Constable Perry Graf]"; - mes "\"Hello, make sure the rules are followed.\""; + mes "\"Hello. Make sure to follow the rules!\""; callfunc "GameRules"; close; } |