summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
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!");
">
},