summaryrefslogtreecommitdiff
path: root/npc/items
diff options
context:
space:
mode:
Diffstat (limited to 'npc/items')
-rw-r--r--npc/items/gift.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/items/gift.txt b/npc/items/gift.txt
index 9f5296f3..68e94595 100644
--- a/npc/items/gift.txt
+++ b/npc/items/gift.txt
@@ -8,7 +8,10 @@ function script OpenFriendGift {
dispbottom l("You must reach level 5 to open this gift.");
getitembound FriendGift, 1, 1;
} else {
+ // FIXME PLACEHOLDER !!
+ getitem Acorn, 1;
//getitem EventCoin, rand(1,3);
+
.@aid=getvaultvar(REFERRAL_PROG);
.@vid="playerCache"::account2vault(.@aid);
.@cid="playerCache"::account2char(.@aid);