diff options
Diffstat (limited to 'npc/custom/quests/sphinx_mask.txt')
-rw-r--r-- | npc/custom/quests/sphinx_mask.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/quests/sphinx_mask.txt b/npc/custom/quests/sphinx_mask.txt index a32828b8b..f7e1023c4 100644 --- a/npc/custom/quests/sphinx_mask.txt +++ b/npc/custom/quests/sphinx_mask.txt @@ -37,7 +37,7 @@ L_Menu: case 2: mes "Ahh a business man are you no? Fine, how about..."; break; case 3: mes "Hmmm... you drive a hard bargain, ok... my final offer..."; break; } next; - if(select("Pay "+getarg(1)+"z:No deal")==2) return; + if(select("Pay "+getarg(1)+"z", "No deal")==2) return; mes "[Turban Thief]"; if (Zeny < getarg(2)) { mes "Are youz playin wit me? You don't have ze money!"; |