diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-11 19:41:47 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-02-28 22:22:30 +0100 |
commit | 38df89621f9e5b4196a91f8361b4493247f41bd3 (patch) | |
tree | a3c6d0c8c4bfa49b1e97fab91339fcf508a26012 | |
parent | 6fccf18b6112475d00c3abc63804043df8cb4df6 (diff) | |
download | hercules-38df89621f9e5b4196a91f8361b4493247f41bd3.tar.gz hercules-38df89621f9e5b4196a91f8361b4493247f41bd3.tar.bz2 hercules-38df89621f9e5b4196a91f8361b4493247f41bd3.tar.xz hercules-38df89621f9e5b4196a91f8361b4493247f41bd3.zip |
Added monsters with NoKnockback
-rw-r--r-- | db/pre-re/mob_db.conf | 1 | ||||
-rw-r--r-- | db/re/mob_db.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/db/pre-re/mob_db.conf b/db/pre-re/mob_db.conf index 7d3da3f6d..8e5e93465 100644 --- a/db/pre-re/mob_db.conf +++ b/db/pre-re/mob_db.conf @@ -14109,6 +14109,7 @@ mob_db: ( Mode: { Boss: true Detector: true + NoKnockback: true } MoveSpeed: 300 AttackDelay: 1288 diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 41dd8a35b..190f590bb 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -14064,6 +14064,7 @@ mob_db: ( Boss: true Plant: true Detector: true + NoKnockback: true } MoveSpeed: 300 AttackDelay: 1288 |