diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-07-04 20:47:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-07-04 20:47:56 -0300 |
commit | cf1d49df3be560f953f0fb0e6784aad40a1f09f1 (patch) | |
tree | ab840710211d9759d75683f5ff13a779dad33c5c | |
parent | fb403c8503f7a1ea3dc06d310fd2adf860ad7721 (diff) | |
download | serverdata-cf1d49df3be560f953f0fb0e6784aad40a1f09f1.tar.gz serverdata-cf1d49df3be560f953f0fb0e6784aad40a1f09f1.tar.bz2 serverdata-cf1d49df3be560f953f0fb0e6784aad40a1f09f1.tar.xz serverdata-cf1d49df3be560f953f0fb0e6784aad40a1f09f1.zip |
Fix issue where Mouboo Slime didn't had weapon resistance
-rw-r--r-- | db/re/mob_db.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index b71abf857..c64c2dee1 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -8211,6 +8211,9 @@ mob_db: ( CasinoCoins: 50 ChocolateMouboo: 20 } + WeaponAttacks: { + All: 6000 + } }, { Id: 1202 |