From 62661b8f478486e970860072d7db86f11c59514d Mon Sep 17 00:00:00 2001 From: Inkfish Date: Fri, 5 Jun 2009 15:55:37 +0000 Subject: * Job_Battle_Manual and Battle_Manual can be used simultaneously. * Fixed "sleep" after "attachrid" (a different rid) halts the script.(bugreport:3181) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13846 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/script.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/script.c') diff --git a/src/map/script.c b/src/map/script.c index b5e00fe55..913682c89 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -3203,6 +3203,7 @@ void run_script_main(struct script_state *st) if(st->sleep.tick > 0) { //Delay execution + sd = map_id2sd(st->rid); // Refresh sd since script might have attached someone while running. [Inkfish] st->sleep.charid = sd?sd->status.char_id:0; st->sleep.timer = add_timer(gettick()+st->sleep.tick, run_script_timer, st->sleep.charid, (intptr)st); -- cgit v1.2.3-70-g09d2