diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-12 12:47:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-12 12:47:20 -0300 |
commit | 6d03b337d3945a0f0fdd73bf2e32589bc515c788 (patch) | |
tree | 5aa27fce2f88e262d3c00866d4748af40d56a76d /db | |
parent | 35d88300c61003711496c9a197bd4cc022be8b52 (diff) | |
download | serverdata-6d03b337d3945a0f0fdd73bf2e32589bc515c788.tar.gz serverdata-6d03b337d3945a0f0fdd73bf2e32589bc515c788.tar.bz2 serverdata-6d03b337d3945a0f0fdd73bf2e32589bc515c788.tar.xz serverdata-6d03b337d3945a0f0fdd73bf2e32589bc515c788.zip |
And nullify all weapon attacks
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 52bc25696..6165f8751 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -9085,6 +9085,9 @@ mob_db: ( SurviveWithoutMaster: true } MoveSpeed: 150 + WeaponAttacks: { + All: 0 + } }, { Id: 1494 @@ -9103,6 +9106,9 @@ mob_db: ( SurviveWithoutMaster: true } MoveSpeed: 150 + WeaponAttacks: { + All: 0 + } }, { Id: 1495 |