diff options
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/027-2/golbenez.txt | 4 |
1 files 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: |