diff options
Diffstat (limited to 'world/map/npc/020-1')
-rw-r--r-- | world/map/npc/020-1/well.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/020-1/well.txt b/world/map/npc/020-1/well.txt index da4aa86d..b1e4947d 100644 --- a/world/map/npc/020-1/well.txt +++ b/world/map/npc/020-1/well.txt @@ -55,7 +55,7 @@ L_trew: if(countitem(@item_ID) < 1) goto L_NO_ITEM; if(@menu == 3) - getitem 540, 1; + getitem "EmptyBottle", 1; delitem @item_ID, 1; mes "[Mysterious voice inside the well]"; |