diff options
-rw-r--r-- | conf/groups.conf | 1 | ||||
-rw-r--r-- | db/re/mob_db.conf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/conf/groups.conf b/conf/groups.conf index 7397bca5a..3c36a9e47 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -199,6 +199,7 @@ groups: ( sound: true item: true monster: true + heal: true } log_commands: true permissions: { diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 318f558fb..556e2af40 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -11536,7 +11536,7 @@ mob_db: ( CastSensorChase: true Boss: true } - MoveSpeed: 220 + MoveSpeed: 240 AttackDelay: 872 AttackMotion: 272 DamageMotion: 100 |