From ee38896ad8bfab1b4b98959484d11ad980e0605a Mon Sep 17 00:00:00 2001 From: mekolat Date: Fri, 20 Feb 2015 10:26:17 -0500 Subject: [PATCH] fix sorfina zeny --- world/map/npc/029-2/sorfina.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world/map/npc/029-2/sorfina.txt b/world/map/npc/029-2/sorfina.txt index c7d6e1506f..676618544d 100644 --- a/world/map/npc/029-2/sorfina.txt +++ b/world/map/npc/029-2/sorfina.txt @@ -97,7 +97,7 @@ L_Clothes: mes "She digs in her pocket for a moment."; mes "\"And here is some money for you. Don't spend it all in one place."; mes "Now go help Tanisha downstairs.\""; - set Zeny, Zeny + 30; + set Zeny, Zeny + 50; set @tutorial_tmp, 4; callfunc "SetTutorialMask"; goto L_Close;