diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-29 19:46:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-29 19:46:54 -0300 |
commit | da1a1038d8ad71358042d7d9311486d0c75bfc64 (patch) | |
tree | 1efa5c3817b1e08b5486dd33af3018ad39fe82e2 /db/re | |
parent | 9402f60bd66dc24b406906d97e4164da33a0c78d (diff) | |
download | serverdata-da1a1038d8ad71358042d7d9311486d0c75bfc64.tar.gz serverdata-da1a1038d8ad71358042d7d9311486d0c75bfc64.tar.bz2 serverdata-da1a1038d8ad71358042d7d9311486d0c75bfc64.tar.xz serverdata-da1a1038d8ad71358042d7d9311486d0c75bfc64.zip |
Status Reset Potion - return fruits
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index ce03d4e38..fdf026076 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2653,7 +2653,8 @@ item_db: ( Weight: 700 Refine: false Script: <" - resetstatus; + callfunc("StatusResetReinvest", false); + //resetstatus; dispbottom l("Your status points were reset."); "> }, |