diff options
author | Wushin <pasekei@gmail.com> | 2015-05-06 21:45:53 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-05-06 21:45:53 -0500 |
commit | 2904160c66c58929a24f31800764be8c17a19880 (patch) | |
tree | 7878d4d6a4edb6daeb11f304b1e15f5ca628fbe9 | |
parent | 68a52cedb0ec97973358471129a6097dab55fca7 (diff) | |
parent | cb2169a260aec21215e6f37e10fdb3e96cb0cc68 (diff) | |
download | serverdata-2904160c66c58929a24f31800764be8c17a19880.tar.gz serverdata-2904160c66c58929a24f31800764be8c17a19880.tar.bz2 serverdata-2904160c66c58929a24f31800764be8c17a19880.tar.xz serverdata-2904160c66c58929a24f31800764be8c17a19880.zip |
Merge pull request #375 from nashley/bug/constable_bob_name
Fixed Constable Bob's name
-rw-r--r-- | world/map/npc/009-1/constable.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/009-1/constable.txt b/world/map/npc/009-1/constable.txt index c82a8b21..23dd01da 100644 --- a/world/map/npc/009-1/constable.txt +++ b/world/map/npc/009-1/constable.txt @@ -2,7 +2,7 @@ 009-1,52,33,0|script|Constable Bob|419 { - mes "[Constable Hank Atkins]"; + mes "[Constable Bob]"; mes "\"Hello.\""; mes "\"I've been getting complaints of lawlessness in Hurnscald recently, so I thought I'd come down here myself and explain the rules.\""; mes "\"Please make sure that you follow them!\""; |