소스 검색

Fixed Comodo Kafra saving players with the wrong description.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15465 54d463be-8e91-2dee-dedb-b68131a5f0ec
jmanfffreak 13 년 전
부모
커밋
51f1fce0df
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      npc/kafras/kafras_com.txt

+ 3 - 2
npc/kafras/kafras_com.txt

@@ -47,7 +47,7 @@ comodo,195,150,4	script	Kafra Employee::kaf_comodo	721,{
 
 	M_Save:
 		savepoint "comodo",204,143;
-		callfunc "F_KafEnd",0,1,"in Pyros Lighthouse";
+		callfunc "F_KafEnd",0,1,"in the town of Comodo";
 }
 
 // Comodo Pharos Lighthouse (Beacon Island) ===================>\\
@@ -69,5 +69,6 @@ cmd_fild07,136,134,4	script	Kafra Employee::kaf_cmd_fild07	721,{
 
 	M_Save:
 		savepoint "cmd_fild07",127,134;
-		callfunc "F_KafEnd",0,1,"in the town of Comodo";
+		callfunc "F_KafEnd",0,1,"in Pyros Lighthouse";
+		
 }