From 144a9eba25cd6773cd85e6446f72ca183bc8cc58 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Tue, 4 Feb 2014 10:44:33 -0200 Subject: Fixed millenium shield crash with clones Thanks to Michieru Signed-off-by: shennetsind --- src/map/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/status.c') diff --git a/src/map/status.c b/src/map/status.c index 4114bc859..e204e9d92 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -9683,7 +9683,7 @@ int status_change_end_(struct block_list* bl, enum sc_type type, int tid, const * 3rd Stuff **/ case SC_MILLENNIUMSHIELD: - clif->millenniumshield(sd,0); + clif->millenniumshield(bl,0); break; case SC_HALLUCINATIONWALK: sc_start(bl,SC_HALLUCINATIONWALK_POSTDELAY,100,sce->val1,skill->get_time2(GC_HALLUCINATIONWALK,sce->val1)); -- cgit v1.2.3-60-g2f50