diff options
-rw-r--r-- | npc/022-1/gift_collector.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/022-1/gift_collector.txt b/npc/022-1/gift_collector.txt index 6ea911979..e00b250ad 100644 --- a/npc/022-1/gift_collector.txt +++ b/npc/022-1/gift_collector.txt @@ -45,7 +45,7 @@ L_Main: mesn; mesq l("I want @@! I want @@!!", getitemlink(PresentBox), getitemlink(PresentBox)); next; - .@price=(getiteminfo(PresentBox, ITEMINFO_SELLPRICE)+2; + .@price=(getiteminfo(PresentBox, ITEMINFO_SELLPRICE)+2); mesn; mesq l("I am willing to pay @@ GP for each you bring me! Do you want to give me ALL your @@?!", .@price, getitemlink(PresentBox)); next; |