diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-12 16:39:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-12 16:39:13 -0300 |
commit | 7243b082f7c4e1b5a2447e70708e80ce974d32b8 (patch) | |
tree | 214e6b8dd54dde687339e47cdf49f5974607b591 /db/re | |
parent | c4b17dee42ae18083dcae8889f2c4f314d700186 (diff) | |
download | serverdata-7243b082f7c4e1b5a2447e70708e80ce974d32b8.tar.gz serverdata-7243b082f7c4e1b5a2447e70708e80ce974d32b8.tar.bz2 serverdata-7243b082f7c4e1b5a2447e70708e80ce974d32b8.tar.xz serverdata-7243b082f7c4e1b5a2447e70708e80ce974d32b8.zip |
Correct Yeti King Strange Coin drop - it was meant to be exclusive for the
Yeti King Quest
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/mob_db.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index db9faebec..0e137e6bd 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1598,13 +1598,12 @@ mob_db: ( DamageMotion: 270 Drops: { FrozenYetiTear: 10000 - StrangeCoin: 7000 - StrangeCoin: 2000 AnimalBones: 1500 BronzeBossGift: 1000 SilverBossGift: 500 ArcmageBoxset: 135 YetiMask: 50 + StrangeCoin: 1 } }, { |