diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-14 19:47:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-14 19:47:24 -0300 |
commit | 585dcdc633f746085b85eeef9097747aed4da2e2 (patch) | |
tree | be1644b261093747b8aab1e4d9d422c48aa5277b | |
parent | e949d9de1fae8c32dafdee6a367d6d68d2b1b7be (diff) | |
download | serverdata-585dcdc633f746085b85eeef9097747aed4da2e2.tar.gz serverdata-585dcdc633f746085b85eeef9097747aed4da2e2.tar.bz2 serverdata-585dcdc633f746085b85eeef9097747aed4da2e2.tar.xz serverdata-585dcdc633f746085b85eeef9097747aed4da2e2.zip |
Add collision to "CrocoTree" monster
-rw-r--r-- | db/re/mob_db.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index ec32c61f7..ea4d54ebf 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -485,7 +485,8 @@ mob_db: ( AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 - SpawnCollisionMask: 0 + SpawnCollisionSize: 0 + SpawnCollisionMask: 1 Drops: { Croconut: 2100 Croconut: 600 |