summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-27 12:57:08 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-27 12:57:08 -0200
commitc846b60fe41ac27ea85c91f176f778f0299e413d (patch)
tree1d4bd7b84d5913bfa483fea44a5a25699d348328 /db/re/item_db.conf
parent3b88b1440d0c45e9cd5afb7fcab66e32e7250ddf (diff)
downloadserverdata-c846b60fe41ac27ea85c91f176f778f0299e413d.tar.gz
serverdata-c846b60fe41ac27ea85c91f176f778f0299e413d.tar.bz2
serverdata-c846b60fe41ac27ea85c91f176f778f0299e413d.tar.xz
serverdata-c846b60fe41ac27ea85c91f176f778f0299e413d.zip
[skip ci] bad ident
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 60ffeb7d6..45cb98b69 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -2690,11 +2690,11 @@ item_db: (
Delay: 30000
UseEffect: 64
Script: <"
- // We would want warp to be delayed a bit but meh
- if (@returnpotion_expiredate > gettimetick(2))
- warp "Save", 0, 0;
- else
- dispbottom l("The potion expired!");
+ // We would want warp to be delayed a bit but meh
+ if (@returnpotion_expiredate > gettimetick(2))
+ warp "Save", 0, 0;
+ else
+ dispbottom l("The potion expired!");
">
},