From fab305565f4621cbf44912b97276d8ba27501f6d Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Sat, 3 Sep 2011 11:36:19 +0200 Subject: add check of return value from attachrid in several scripts --- world/map/npc/033-1/kimarr.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world/map/npc/033-1/kimarr.txt') diff --git a/world/map/npc/033-1/kimarr.txt b/world/map/npc/033-1/kimarr.txt index c59d1036..7882d3d1 100644 --- a/world/map/npc/033-1/kimarr.txt +++ b/world/map/npc/033-1/kimarr.txt @@ -309,7 +309,7 @@ OnFluffyDeath: // message strcharinfo(0), "Fluffies killed: " + $@Fluffy_Kills; if ($@Fluffy_Alive != 0) end; - if (attachrid($@Fluffy_FighterID)) + if (attachrid($@Fluffy_FighterID) == 1) goto L_Killedall; goto L_GotOut; end; -- cgit v1.2.3-60-g2f50