diff options
-rw-r--r-- | world/map/conf/magic-level1.sex | 2 | ||||
-rw-r--r-- | world/map/npc/027-2/golbenez.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/world/map/conf/magic-level1.sex b/world/map/conf/magic-level1.sex index 9ca79f3b..da29ad22 100644 --- a/world/map/conf/magic-level1.sex +++ b/world/map/conf/magic-level1.sex @@ -108,7 +108,7 @@ (CALL adjust_spellpower school) (CALL default_effect) (CALL create_item "WarpedLog" 1 "WarpedLog" 40) - (message caster "You have no idea what a Skrytlurk looks like.")))))) + (message caster "You have no idea what a Skytlurk looks like.")))))) (SPELL () make-sulphur "#gole" () (LET level 1) 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: |