From 934351c2293bd65a3d291a864ef42752ef01334c Mon Sep 17 00:00:00 2001 From: GwendolyneFreddy Date: Tue, 14 Apr 2020 00:26:28 +0200 Subject: [PATCH] Added "Continue()" to the script blocks that are patched via `EXTEND_TOP`. --- abystore/baf/abyarea.baf | 1 + 1 file changed, 1 insertion(+) diff --git a/abystore/baf/abyarea.baf b/abystore/baf/abyarea.baf index 25f9871..b03bec5 100644 --- a/abystore/baf/abyarea.baf +++ b/abystore/baf/abyarea.baf @@ -4,4 +4,5 @@ THEN RESPONSE #100 SetGlobal("r#AbysimaExists","AR0300",1) CreateCreature("r#asdemn",[2859.1262],5) + Continue() END