diff options
-rw-r--r-- | npc/quests/quests_niflheim.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_niflheim.txt b/npc/quests/quests_niflheim.txt index 5fb828929..97074a709 100644 --- a/npc/quests/quests_niflheim.txt +++ b/npc/quests/quests_niflheim.txt @@ -121,7 +121,7 @@ niflheim.gat,224,243,3 script Alager 795,{ mes "Ah, let me thank you with this,";
mes "I found it on the ground, hoho~";
getitem 7184,1;//Items: Piano Key,
- set nif_piano, 1;
+ set nif_piano, nif_piano|1;
close;
L_end:
percentheal -30,0;
|