diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-05 01:42:48 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-05 01:42:48 -0300 |
commit | ca956bc188abf8753ac956ec13a28e2bc0edf33c (patch) | |
tree | 922a5ed2ed8b69a0c855dc1382935453ff4af492 /db | |
parent | ffd4b2f879843aad88c7d5aa31ac1ee583ee3036 (diff) | |
download | serverdata-ca956bc188abf8753ac956ec13a28e2bc0edf33c.tar.gz serverdata-ca956bc188abf8753ac956ec13a28e2bc0edf33c.tar.bz2 serverdata-ca956bc188abf8753ac956ec13a28e2bc0edf33c.tar.xz serverdata-ca956bc188abf8753ac956ec13a28e2bc0edf33c.zip |
You can now repair broken Warp Crystals. Return Potion takes 1 second to warp you.
Diffstat (limited to 'db')
-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 bcebed97f..a8fd6c86f 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2702,6 +2702,7 @@ item_db: ( UseEffect: 64 Script: <" // We would want warp to be delayed a bit but meh + sleep2(1000); warp "Save", 0, 0; "> }, |