diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-09 14:27:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-09 14:27:02 -0300 |
commit | 1759e8709df724d4a45a0edc225b0b098b2a71cc (patch) | |
tree | 4ae8b70a64c3a1936c6ff71c9174108608c0025b /db | |
parent | 9dd0657b03c14f831951542d24f57b76eccb351e (diff) | |
download | serverdata-1759e8709df724d4a45a0edc225b0b098b2a71cc.tar.gz serverdata-1759e8709df724d4a45a0edc225b0b098b2a71cc.tar.bz2 serverdata-1759e8709df724d4a45a0edc225b0b098b2a71cc.tar.xz serverdata-1759e8709df724d4a45a0edc225b0b098b2a71cc.zip |
Fix a loose screw.
There, there, just call me if Saulc needs more fixing ;-)
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 941984210..ad7047e69 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2434,8 +2434,9 @@ item_db: ( UseEffect: "EFFECT_HEAL" Script: <" if (!getmapxy(.@map$, .@x, .@y, 0)) { - monster(.@map$, .@x, .@y, l("Pumpkandy"), 1204, 1); + monster(.@map$, .@x, .@y, l("Pumpkandy"), Pumpkandy, 1); $TREE_PLANTED=$TREE_PLANTED+1; + } "> }, { |