diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-06-04 17:20:40 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-06-25 16:52:19 +0200 |
commit | 94266c9a68a8eb505ed241557fe9af96301a6180 (patch) | |
tree | f96f007b8b64649c0342dd4626c7b59cbd6d12e0 /npc/other | |
parent | 19d6148750b5d64a3526f68cf8eb1c5c5a360df5 (diff) | |
download | hercules-94266c9a68a8eb505ed241557fe9af96301a6180.tar.gz hercules-94266c9a68a8eb505ed241557fe9af96301a6180.tar.bz2 hercules-94266c9a68a8eb505ed241557fe9af96301a6180.tar.xz hercules-94266c9a68a8eb505ed241557fe9af96301a6180.zip |
Removed Blank Messages
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/other')
-rw-r--r-- | npc/other/hugel_bingo.txt | 6 | ||||
-rw-r--r-- | npc/other/marriage.txt | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/npc/other/hugel_bingo.txt b/npc/other/hugel_bingo.txt index 15b87b117..d84c94cd3 100644 --- a/npc/other/hugel_bingo.txt +++ b/npc/other/hugel_bingo.txt @@ -951,7 +951,7 @@ que_bingo,54,17,5 script Arcade Owner 4_M_05,{ mes "game, you will be rewarded"; mes "with ''Marvelous Medals,''"; mes "which can only be used within"; - mes "this arcade. You also can't^FFFFFF ^000000 trade medals with other players."; + mes "this arcade. You also can't trade medals with other players."; next; mes "[Arcade Owner]"; mes "You usually get 1 Marvelous"; @@ -964,8 +964,8 @@ que_bingo,54,17,5 script Arcade Owner 4_M_05,{ mes "[Arcade Owner]"; mes "Collect as many Marvelous"; mes "Medals as you can, and trade"; - mes "them for products in the Monster^FFFFFF ^000000 Racing Arena. I hear there's also"; - mes "a place in Einbroch where you can^FFFFFF ^000000 use them, but I wouldn't know."; + mes "them for products in the Monster Racing Arena. I hear there's also"; + mes "a place in Einbroch where you can use them, but I wouldn't know."; close; } } diff --git a/npc/other/marriage.txt b/npc/other/marriage.txt index dead8d61b..80d6a675f 100644 --- a/npc/other/marriage.txt +++ b/npc/other/marriage.txt @@ -787,7 +787,7 @@ S_Busy: mes "I'm conducting a wedding"; mes "for another couple now, so"; mes "please wait patiently for your"; - mes "turn. Thanks for understanding... ^FFFFFF ^000000"; + mes "turn. Thanks for understanding... "; goto L_End; OnStop: |