diff options
-rw-r--r-- | npc/events/christmas_2008.txt | 6 | ||||
-rw-r--r-- | npc/quests/first_class/tu_archer.txt | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/npc/events/christmas_2008.txt b/npc/events/christmas_2008.txt index 48c25732f..b19a1fb29 100644 --- a/npc/events/christmas_2008.txt +++ b/npc/events/christmas_2008.txt @@ -583,13 +583,13 @@ prontera,226,306,4 script Caroller#iROxmas08 79,{ mes "Let's see!!"; mes "One! Two! Three!"; if (.@SantaCardNpc == 1) { - cutin "����ī��",4; + cutin "Æ÷¸µÄ«µå",4; } else if (.@SantaCardNpc == 2) { - cutin "������ī��",4; + cutin "¿£Á©¸µÄ«µå",4; } else if (.@SantaCardNpc == 3) { - cutin "���Ʈ��ī��",4; + cutin "°í½ºÆ®¸µÄ«µå",4; } next; set .@SantaCardTurn,.@SantaCardTurn+1; diff --git a/npc/quests/first_class/tu_archer.txt b/npc/quests/first_class/tu_archer.txt index 98554b615..8ad147a67 100644 --- a/npc/quests/first_class/tu_archer.txt +++ b/npc/quests/first_class/tu_archer.txt @@ -1874,7 +1874,7 @@ prt_castle,76,165,6 script Minister#tu 55,{ } //=================================================Range NPC==================================================== -prt_castle,94,150,4 script #sound_tu 139,10,10,{ +prt_castle,94,150,4 script #sound_tu 139,6,6,{ OnTouch_: if(tu_archer02 == 6) { mes "[Minister]"; |