From 2c2927baf3e610fd61f4d33ae72bf7e369261856 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 24 Sep 2022 16:19:50 -0300 Subject: Fix a bug on GeminiKill which caused sieges to misbehave. --- npc/014-2-2/valia.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/014-2-2/valia.txt b/npc/014-2-2/valia.txt index 2281b98f9..f954ad2ca 100644 --- a/npc/014-2-2/valia.txt +++ b/npc/014-2-2/valia.txt @@ -23,7 +23,7 @@ function script GeminiCheck { // You killed a mob function script GeminiKill { - if (!compare(getmap(), "val")) end; + if (!compare(getmap(), "val")) return; .@p=getcharid(1); switch ($@VALIA_STATUS[.@p]) { case 2: // Looking for a runestone -- cgit v1.2.3-60-g2f50