diff options
Diffstat (limited to 'npc/custom/quests/kahohorn.txt')
-rw-r--r-- | npc/custom/quests/kahohorn.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/quests/kahohorn.txt b/npc/custom/quests/kahohorn.txt index 880e2aff9..4d37c9530 100644 --- a/npc/custom/quests/kahohorn.txt +++ b/npc/custom/quests/kahohorn.txt @@ -45,7 +45,7 @@ geffen,115,107,5 script Lord Kaho's Servant 1_M_PUBMASTER,{ mes .@n$; mes "Are you ready for me to make this special item?"; next; - if(select("Sure am!:These requirements are unfathomable!")==2) { + if(select("Sure am!", "These requirements are unfathomable!")==2) { mes .@n$; mes "What I had to go through was more unfathomable..."; mes "If you succeed in getting these items, you will have incredible strength!"; |