From 638ee951941cf1c77bb161a1137f0e94e3e77640 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 8 Jan 2019 04:40:56 -0200 Subject: Bound the apology token gift. --- npc/functions/clientversion.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index bc77b1630..16c14e96e 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -88,7 +88,7 @@ function script checkclientversion { case "monking": case "demure gm": case "se francisc": - getitem GoldenGift, 1; + getitembound GoldenGift, 1, 1; Zeny=Zeny+570; .@dg=1; showavatar NPC_LOF_RICH; -- cgit v1.2.3-70-g09d2