diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-05-24 10:55:07 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-05-24 10:55:07 +0000 |
commit | 973ee9e453275bfde5996633bfb5d81b4713a206 (patch) | |
tree | 24b66b43a82bddb1d29d559baa57cadecd57d930 /db | |
parent | 94e70b754f32ba36822eef2b356287df3df04582 (diff) | |
download | serverdata-973ee9e453275bfde5996633bfb5d81b4713a206.tar.gz serverdata-973ee9e453275bfde5996633bfb5d81b4713a206.tar.bz2 serverdata-973ee9e453275bfde5996633bfb5d81b4713a206.tar.xz serverdata-973ee9e453275bfde5996633bfb5d81b4713a206.zip |
add antlers hat drop
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index e9f3439a6..388b1897c 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1763,6 +1763,7 @@ mob_db: ( Drops: { RedApple: 400 MoubooSteak: 215 + AntlersHat: 1 AlphaMoubooHat: 1 } }, @@ -3007,7 +3008,7 @@ mob_db: ( CandyCane: 500 ChocolateBar: 300 XmasCake: 200 - AntlerHat: 1 + AntlersHat: 1 } }, { @@ -4390,6 +4391,7 @@ mob_db: ( Drops: { RedApple: 400 MoubooSteak: 215 + AntlersHat: 1 AlphaMoubooHat: 1 } }, |