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/029-2/sorfina.txt | |
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/029-2/sorfina.txt')
-rw-r--r-- | world/map/npc/029-2/sorfina.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/029-2/sorfina.txt b/world/map/npc/029-2/sorfina.txt index 6af2912e..ff5b3a3b 100644 --- a/world/map/npc/029-2/sorfina.txt +++ b/world/map/npc/029-2/sorfina.txt @@ -331,7 +331,7 @@ L_CloseDis: end; L_Block: - message strcharinfo(0), "##3Sorfina : ##BWait a moment! ##bYou're not ready to leave."; + message strcharinfo(0), "Sorfina : ##BWait a moment! ##bYou're not ready to leave."; // FIXME: this should be changed to npctalk with strcharinfo(0) once we increase the view area end; } @@ -362,7 +362,7 @@ L_Block: goto L_Close; L_KnockBack: - message strcharinfo(0), "##1Server : ##BPlease Accept the Game rules"; + message strcharinfo(0), "Server : ##BPlease Accept the Game rules"; warp "029-2", 22, 24; goto L_Close; @@ -376,7 +376,7 @@ L_Close: goto L_Close; L_KnockBack: - message strcharinfo(0), "##1Server : ##BPlease Accept the Game rules"; + message strcharinfo(0), "Server : ##BPlease Accept the Game rules"; warp "029-2", 22, 24; goto L_Close; |