diff options
author | Wushin <pasekei@gmail.com> | 2015-11-21 10:12:52 -0600 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-11-21 10:12:52 -0600 |
commit | 6de1674d339a4344f4e38c786a397e392db23a3e (patch) | |
tree | db6736f1f03b245417fe031d845a3a11c55cad0a /world | |
parent | 166811fb9813c0ed1eda97e70eb3db19ae7934af (diff) | |
parent | 7ece33ec1dc45b81dee544d297e7c839c4cafb57 (diff) | |
download | serverdata-6de1674d339a4344f4e38c786a397e392db23a3e.tar.gz serverdata-6de1674d339a4344f4e38c786a397e392db23a3e.tar.bz2 serverdata-6de1674d339a4344f4e38c786a397e392db23a3e.tar.xz serverdata-6de1674d339a4344f4e38c786a397e392db23a3e.zip |
Merge pull request #435 from rumly111/fix-love-triangle
Fix golbenez script (turning in infinite amount of souls)
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: |