diff options
Diffstat (limited to 'npc/cities/geffen.txt')
-rw-r--r-- | npc/cities/geffen.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/cities/geffen.txt b/npc/cities/geffen.txt index dc1e690a6..6c8ecd1be 100644 --- a/npc/cities/geffen.txt +++ b/npc/cities/geffen.txt @@ -305,7 +305,7 @@ OnTouch: close; } Zeny -= .@Red_potion_hap; - getitem 501,.@input; //Red_Potion + getitem Red_Potion,.@input; break; case 2: mes "[Suspicious Guy]"; @@ -370,7 +370,7 @@ OnTouch: close; } Zeny -= .@Main_gauche_hap; - getitem 1207,.@input; //Main_Gauche + getitem Main_Gauche,.@input; break; case 3: mes "[Suspicious Guy]"; @@ -422,7 +422,7 @@ OnTouch: close; } Zeny -= .@Hood__hap; - getitem 2501,.@input; //Hood + getitem Hood,.@input; break; case 4: mes "[Suspicious Guy]"; |