From 7ece33ec1dc45b81dee544d297e7c839c4cafb57 Mon Sep 17 00:00:00 2001 From: Joseph Botosh Date: Wed, 11 Nov 2015 20:00:55 +0200 Subject: Fix golbenez script (turning in infinite amount of souls) --- world/map/npc/027-2/golbenez.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/world/map/npc/027-2/golbenez.txt b/world/map/npc/027-2/golbenez.txt index c257ed39..48e8f828 100644 --- a/world/map/npc/027-2/golbenez.txt +++ b/world/map/npc/027-2/golbenez.txt @@ -319,10 +319,10 @@ L_Soul_Success: mes "Golbenez suddenly gets excited."; mes "[Golbenez]"; mes "\"Yes! This one is full of energy.\""; - next; - mes "\"So be it, mortal. I will release Savaric's soul in exchange for this one.\""; set @state, 7; callsub S_Update_Mask; + next; + mes "\"So be it, mortal. I will release Savaric's soul in exchange for this one.\""; goto L_Close; L_Done: -- cgit v1.2.3-60-g2f50