diff options
author | Wushin <pasekei@gmail.com> | 2015-08-16 14:07:41 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-08-16 14:07:41 -0500 |
commit | dce0381169165327df4cef9063635721a29964ec (patch) | |
tree | 242a9d73f0f4ca3bfa4b17cf2d9df4ab00d054a0 /world/map/npc/031-1/house.txt | |
parent | f525fe7c40faa09c34770b6e7836895ab79d1fba (diff) | |
parent | 25eeb39dfe54120166f15048a85b3783a492c570 (diff) | |
download | serverdata-dce0381169165327df4cef9063635721a29964ec.tar.gz serverdata-dce0381169165327df4cef9063635721a29964ec.tar.bz2 serverdata-dce0381169165327df4cef9063635721a29964ec.tar.xz serverdata-dce0381169165327df4cef9063635721a29964ec.zip |
Merge pull request #411 from wushin/nick-broken-fix
Fix Broken Nick Message
Diffstat (limited to 'world/map/npc/031-1/house.txt')
-rw-r--r-- | world/map/npc/031-1/house.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/031-1/house.txt b/world/map/npc/031-1/house.txt index f7ffb549..7e086986 100644 --- a/world/map/npc/031-1/house.txt +++ b/world/map/npc/031-1/house.txt @@ -6,7 +6,7 @@ { if (QL_CINDY == 3 || QL_CINDY == 4) goto L_Warp; - message strcharinfo(0), "##3Door : ##BThe door is locked."; + message strcharinfo(0), "Door : ##BThe door is locked."; end; L_Warp: |