diff options
author | wushin <pasekei@gmail.com> | 2015-08-02 22:43:33 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-08-02 22:43:33 -0500 |
commit | 25eeb39dfe54120166f15048a85b3783a492c570 (patch) | |
tree | 5f2e32a25ea318a9c0ff5a7c3e91f6eb0c900b86 /world/map/npc/031-1 | |
parent | a11983b67bfd934add90457494a3bbdfb7c7cd9a (diff) | |
download | serverdata-25eeb39dfe54120166f15048a85b3783a492c570.tar.gz serverdata-25eeb39dfe54120166f15048a85b3783a492c570.tar.bz2 serverdata-25eeb39dfe54120166f15048a85b3783a492c570.tar.xz serverdata-25eeb39dfe54120166f15048a85b3783a492c570.zip |
Fix Broken Nick Message
Diffstat (limited to 'world/map/npc/031-1')
-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: |