diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-02 19:53:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-02 19:53:40 -0300 |
commit | 5ee5addd52a052c28f5815da0a205d7c8b835c8c (patch) | |
tree | 73f80f96e991b27cb4cbf0e5a3aecd9daef3aa0e | |
parent | be6cf986bbbd122a15c12ffafef2b5931c56c1b3 (diff) | |
download | serverdata-5ee5addd52a052c28f5815da0a205d7c8b835c8c.tar.gz serverdata-5ee5addd52a052c28f5815da0a205d7c8b835c8c.tar.bz2 serverdata-5ee5addd52a052c28f5815da0a205d7c8b835c8c.tar.xz serverdata-5ee5addd52a052c28f5815da0a205d7c8b835c8c.zip |
Try to send reward to whoever invited you when gift is open.
-rw-r--r-- | db/re/item_db.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index f4c5c548f..b1314e913 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2248,6 +2248,7 @@ item_db: ( } getitem .@it, rand(2,3); dispbottom l("Dear @@, I send you this gift in hopes you do well in TMW2.", strcharinfo(0)); + rodex_sendmail_acc(#REFERRAL_PROG, "TMW2 Team", "Invite Accepted", "Your friend accepted your invite and got level 5!\nThe one who invites most will win the recruitment event!", rand(50,150)); } "> }, |