diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/cities/prontera.txt | 2 | ||||
-rw-r--r-- | npc/kafras/dts_warper.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/cities/prontera.txt b/npc/cities/prontera.txt index 43389ff67..a01e8f662 100644 --- a/npc/cities/prontera.txt +++ b/npc/cities/prontera.txt @@ -23,7 +23,7 @@ // Prontera //============================================================ -prontera,160,330,0 script Guard#pront::prtguard 8W_SOLDIER,{ +prontera,160,330,4 script Guard#pront::prtguard 8W_SOLDIER,{ mes "[Prontera Guard]"; mes "Welcome to Prontera."; close; diff --git a/npc/kafras/dts_warper.txt b/npc/kafras/dts_warper.txt index 3f2c6870d..e9ea4ee0d 100644 --- a/npc/kafras/dts_warper.txt +++ b/npc/kafras/dts_warper.txt @@ -443,7 +443,7 @@ function script F_VoteKafra { mes " "; mes " "; if ($DTS_KafraWins == 0) { - mes "FF0000Toy Factory, Level 2^000000"; + mes "^FF0000Toy Factory, Level 2^000000"; } else if ($DTS_KafraWins == 1) { mes "^FF0000Toy Factory, Level 2^000000"; |