diff options
author | Freeyorp <Freeyorp101@NOSPAM@hotmail.com> | 2009-05-13 23:16:12 +1200 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-05-13 08:37:53 -0600 |
commit | 0c30c5812304212fe28fa95bd91e32b273442708 (patch) | |
tree | 07ed182c6e921902eab2a4a181d70077f276daa0 /npc/021-1_Tulimshar | |
parent | 88bc9f0a74b8400245d4f1ac327a958388b72a7f (diff) | |
download | serverdata-0c30c5812304212fe28fa95bd91e32b273442708.tar.gz serverdata-0c30c5812304212fe28fa95bd91e32b273442708.tar.bz2 serverdata-0c30c5812304212fe28fa95bd91e32b273442708.tar.xz serverdata-0c30c5812304212fe28fa95bd91e32b273442708.zip |
Fix Dialog of officer in Central Tulimshar
Diffstat (limited to 'npc/021-1_Tulimshar')
-rw-r--r-- | npc/021-1_Tulimshar/north_shops.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/021-1_Tulimshar/north_shops.txt b/npc/021-1_Tulimshar/north_shops.txt index 51fd1139..6d38531c 100644 --- a/npc/021-1_Tulimshar/north_shops.txt +++ b/npc/021-1_Tulimshar/north_shops.txt @@ -36,6 +36,6 @@ // An officer (for security) 021-1.gat,130,38,0 script Officer 150,{ mes "[Officer]"; - mes "I'm here for extra secutiry for this market."; + mes "I'm here for extra security for this market."; close; } |