summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf8
1 files changed, 3 insertions, 5 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 6206ad1b1..413ad6f96 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -1367,8 +1367,8 @@ item_db: (
},
{
Id: 568
- AegisName: "SkullPotion"
- Name: "Skull Potion"
+ AegisName: "DeathPotion"
+ Name: "Death Potion"
Type: "IT_HEALING"
Buy: 50
Sell: 25
@@ -1377,9 +1377,7 @@ item_db: (
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
- @type = 1;
- @rarity=1;
- doevent "rand_sc_heal::OnUse";
+ callfunc "die";
">
},
{