summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/constants.conf2
-rw-r--r--db/re/item_db.conf5
2 files changed, 3 insertions, 4 deletions
diff --git a/db/constants.conf b/db/constants.conf
index e8aab7562..ff55be80f 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -4394,7 +4394,7 @@ constants_db: {
FX_BLVLUP: 0
FX_JLVLUP: 1
FX_WARPPOINT: 5
- FX_HEALING: 7
+ FX_HEALINGPART: 7
FX_POISON: 8
FX_AFK: 10
FX_CRITICAL: 11
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index e6a0d6238..1808e1327 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -3194,10 +3194,9 @@ item_db: (
Script: <"
// ShovelQuests_Assigned<MAP$,X,Y> → Coordinates for Treasure Map
if (!ShovelQuests_AssignedX) {
- dispbottom ("You cannot read this map...");
- } else {
- dispbottom ("A treasure is burried in @@, (@@, @@)", ShovelQuests_AssignedMAP$, ShovelQuests_AssignedX, ShovelQuests_AssignedY);
+ callfunc "shovel_genrandtreasure";
}
+ dispbottom l("A treasure is burried in @@, (@@, @@)", ShovelQuests_AssignedMAP$, ShovelQuests_AssignedX, ShovelQuests_AssignedY);
">
},