From c5b4a8858a9cab1e11ec1e2a5d490172fc7d0afa Mon Sep 17 00:00:00 2001 From: Kisuka Date: Sat, 5 Sep 2009 07:30:30 +0000 Subject: - Added some missing quests to quest_db. - Fixed an issue on some 1-1 job quest log commands. - Fixed some issues with hair_style. (bugreport:3558) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14041 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/merchants/hair_style.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/merchants/hair_style.txt') diff --git a/npc/merchants/hair_style.txt b/npc/merchants/hair_style.txt index 94ffc2a8b..9a62b3d74 100644 --- a/npc/merchants/hair_style.txt +++ b/npc/merchants/hair_style.txt @@ -231,7 +231,7 @@ alberta_in,55,142,7 script Hair Dresser 91,{ mes "care how I look at all.'"; close2; cutin "",255; end; } - mes "Oh, that's 'Intimidate' style!""; + mes "Oh, that's 'Intimidate' style!"; mes "The Rogue women seem to like"; mes "this style...although I imagine"; mes "that more of them would prefer"; @@ -353,6 +353,7 @@ alberta_in,55,142,7 script Hair Dresser 91,{ mes "casting those windy spells."; close2; cutin "",255; end; } + } case 2: if(BaseLevel < 60) { mes "[Veronica]"; @@ -410,7 +411,7 @@ alberta_in,55,142,7 script Hair Dresser 91,{ } callsub L_cutin,.@style; mes "[Veronica]"; - mes "You have chosen style no. (" + input + ")."; + mes "You have chosen style no. (" + .@style + ")."; mes "I shall proceed with your request."; mes "Would you mind?"; next; @@ -484,7 +485,7 @@ alberta_in,55,142,7 script Hair Dresser 91,{ mes "[Veronica]"; mes "Alright, it's done~"; mes "I hope you like"; - mes "this style no.(" + input + ")."; + mes "this style no.(" + .@style + ")."; mes "Feel free to come back anytime"; mes "when you want a new hairstyle. Hohohohohoho~"; setlook 1,.@style; -- cgit v1.2.3-70-g09d2