diff options
author | Joseph Botosh <rumly111@gmail.com> | 2015-11-11 20:00:55 +0200 |
---|---|---|
committer | Joseph Botosh <rumly111@gmail.com> | 2015-11-11 20:00:55 +0200 |
commit | 7ece33ec1dc45b81dee544d297e7c839c4cafb57 (patch) | |
tree | db6736f1f03b245417fe031d845a3a11c55cad0a /world/map/npc | |
parent | 166811fb9813c0ed1eda97e70eb3db19ae7934af (diff) | |
download | serverdata-7ece33ec1dc45b81dee544d297e7c839c4cafb57.tar.gz serverdata-7ece33ec1dc45b81dee544d297e7c839c4cafb57.tar.bz2 serverdata-7ece33ec1dc45b81dee544d297e7c839c4cafb57.tar.xz serverdata-7ece33ec1dc45b81dee544d297e7c839c4cafb57.zip |
Fix golbenez script (turning in infinite amount of souls)
Diffstat (limited to 'world/map/npc')
-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: |