diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 1 | ||||
-rw-r--r-- | db/re/mob_db.conf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/db/constants.conf b/db/constants.conf index da8890a41..4a86b5d64 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4319,6 +4319,7 @@ constants_db: { BS_NPC05: 16 BS_NPC06: 32 BS_NPC07: 64 + BS_NPCALL: 127 // S - Slime Nest BS_SNEST1: 1 BS_SNEST2: 2 diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 595340931..7893c4abf 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -565,7 +565,7 @@ mob_db: ( ChangeTargetMelee: true ChangeChase: true } - MoveSpeed: 200 + MoveSpeed: 210 AttackDelay: 1120 AttackMotion: 1672 DamageMotion: 100 |