diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-08 04:40:56 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-08 04:40:56 -0200 |
commit | 638ee951941cf1c77bb161a1137f0e94e3e77640 (patch) | |
tree | 9e4de61442674ac50499ff9fff5158bb4ba31627 /npc/functions/clientversion.txt | |
parent | dc7bac166265e27582f76b6ec1274432d79e2044 (diff) | |
download | serverdata-638ee951941cf1c77bb161a1137f0e94e3e77640.tar.gz serverdata-638ee951941cf1c77bb161a1137f0e94e3e77640.tar.bz2 serverdata-638ee951941cf1c77bb161a1137f0e94e3e77640.tar.xz serverdata-638ee951941cf1c77bb161a1137f0e94e3e77640.zip |
Bound the apology token gift.
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |