From 304665e8c01cc0255a7db107567f1cb7a7d82a71 Mon Sep 17 00:00:00 2001 From: Lance Date: Thu, 29 Jun 2006 09:14:35 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7392 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/script.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/map/script.c b/src/map/script.c index 208a91cf81..429cfb508a 100644 --- a/src/map/script.c +++ b/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); @@ -11576,8 +11576,8 @@ void run_script_main(struct script_state *st) st->sleep.timer = add_timer(gettick()+st->sleep.tick, run_script_timer, st->sleep.charid, (int)st); linkdb_insert(&sleep_db, (void*)st->oid, st); - } - }*/ + }*/ + } return; }