diff options
Diffstat (limited to 'npc/custom/quests/jewel_case.txt')
-rw-r--r-- | npc/custom/quests/jewel_case.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/quests/jewel_case.txt b/npc/custom/quests/jewel_case.txt index d725a33f1..509819626 100644 --- a/npc/custom/quests/jewel_case.txt +++ b/npc/custom/quests/jewel_case.txt @@ -20,7 +20,7 @@ lighthalzen,108,229,2 script La Fenn 4_M_JPNOJI,{ mes "[La Fenn]"; mes "Here is your prize. It's yours for good."; set Q_99LVL,0; - getitem 12106,1; //Jewel Case + getitem Accessory_Box,1; //Jewel Case emotion e_grat; } else { mes callfunc("F_Hi"); |