diff options
-rw-r--r-- | db/re/mob_db.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 51d5d8d4..7187685d 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -48,6 +48,7 @@ mob_db: ( ChangeTargetMelee: true/false (bool) ChangeTargetChase: true/false (bool) TargetWeak: true/false (bool) + SurviveWithoutMaster: true/false (bool) } MoveSpeed: move speed (int, defaults to 0) AttackDelay: attack delay (int, defaults to 4000) @@ -318,6 +319,7 @@ mob_db: ( Looter: true Assist: true CanAttack: true + SurviveWithoutMaster: true } MoveSpeed: 500 AttackDelay: 1872 |