diff options
author | Ledmitz <smoothshifter@tuta.io> | 2023-12-09 02:48:48 -0400 |
---|---|---|
committer | Ledmitz <smoothshifter@tuta.io> | 2023-12-09 02:48:48 -0400 |
commit | a4d3e059e53f6f5e98d2b25803e15b9ac2f53906 (patch) | |
tree | 54f17e439d47fcc0f187956a7df6e353205dce9a /world | |
parent | e8b9aff3079fcb2af63e16cd872e6cbc215ba9c7 (diff) | |
download | serverdata-a4d3e059e53f6f5e98d2b25803e15b9ac2f53906.tar.gz serverdata-a4d3e059e53f6f5e98d2b25803e15b9ac2f53906.tar.bz2 serverdata-a4d3e059e53f6f5e98d2b25803e15b9ac2f53906.tar.xz serverdata-a4d3e059e53f6f5e98d2b25803e15b9ac2f53906.zip |
Trailing comma in mobs_db removed.mob_db_comma
Diffstat (limited to 'world')
-rw-r--r-- | world/map/db/mob_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/db/mob_db.conf b/world/map/db/mob_db.conf index a8658474..b399d78c 100644 --- a/world/map/db/mob_db.conf +++ b/world/map/db/mob_db.conf @@ -8860,5 +8860,5 @@ mob_db: ( AttackDelay: 2100 AttackMotion: 672 DamageMotion: 200 -}, -) +} +)
\ No newline at end of file |