From ef4f90b8b949570cab40adc46e5b6a5423188f2c Mon Sep 17 00:00:00 2001 From: euphyy Date: Sun, 12 Aug 2012 21:41:09 +0000 Subject: * Fixed cutin errors in 2008 Christmas event, bugreport:6458 (events\christmas_2008.txt) * Fixed a broken warp portal in prt_castle, bugreport:6461 (quests\first_class\tu_archer.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16627 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/events/christmas_2008.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/events') 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; -- cgit v1.2.3-60-g2f50