소스 검색

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7393 54d463be-8e91-2dee-dedb-b68131a5f0ec

Lance 19 년 전
부모
커밋
a7644e81ac
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/map/script.c

+ 2 - 2
src/map/script.c

@@ -11564,11 +11564,11 @@ void run_script_main(struct script_state *st)
 				intif_saveregistry(sd,2);
 			if (sd->state.reg_dirty&1)
 				intif_saveregistry(sd,1);
-		}/* else {
+		} else {
 			script_free_stack (st->stack);
 			aFree(st);
 		}
-	}else{ 
+	/*}else{ 
 		if(st->sleep.tick > 0)
 	  	{	//Delay execution
 			TBL_PC *sd = (TBL_PC *)map_id2bl(st->rid);