diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-02 18:51:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-02 18:51:01 -0300 |
commit | 03d76f8e88dd763a22c3f15c7ff49bb12d5ad966 (patch) | |
tree | 9f1973f3b1b2b612802fa9bd936b357e529da36f /db/re | |
parent | e289099a4c2e4a0d7cf0bf32639825dadfcae7ac (diff) | |
download | serverdata-03d76f8e88dd763a22c3f15c7ff49bb12d5ad966.tar.gz serverdata-03d76f8e88dd763a22c3f15c7ff49bb12d5ad966.tar.bz2 serverdata-03d76f8e88dd763a22c3f15c7ff49bb12d5ad966.tar.xz serverdata-03d76f8e88dd763a22c3f15c7ff49bb12d5ad966.zip |
Optimize to validate newcomer input
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 3e14c7164..1a65feff9 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2232,7 +2232,7 @@ item_db: ( Zeny=Zeny+50; getitem any(Beer, CottonCloth), rand(1,2); getitem any(PiouLegs, Piberries, Cheese), rand(1,2); - dispbottom l("Letter from @@:", #REFERRAL_PROG$); + dispbottom l("Letter from @@:", strcharinfo(0,"GM Team",#REFERRAL_PROG)); dispbottom l("Dear @@, I send you this gift in hopes you do well in TMW2.", strcharinfo(0)); "> }, |