diff options
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/map_zone_db.conf | 10 | ||||
-rw-r--r-- | db/re/mob_db.conf | 4 |
2 files changed, 12 insertions, 2 deletions
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index 327130d6c..7a412023e 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -143,6 +143,16 @@ zones: ( } disabled_items: { + TimeFlask: true + CandorWarpCrystal: true + TulimWarpCrystal: true + HalinWarpCrystal: true + HurnsWarpCrystal: true + LoFWarpCrystal: true + NivalWarpCrystal: true + FrostiaWarpCrystal: true + LilitWarpCrystal: true + ReturnPotion: true } mapflags: ( diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 9d203c0ce..4a3e6255e 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -8552,7 +8552,7 @@ mob_db: ( AttackMotion: 672 DamageMotion: 200 Drops: { - TreaureKey: 10000 + TreasureKey: 10000 MoveSpeedPotion: 4000 CoinBag: 2000 Beer: 2000 @@ -8599,7 +8599,7 @@ mob_db: ( AttackMotion: 672 DamageMotion: 200 Drops: { - TreaureKey: 400 + TreasureKey: 400 CoinBag: 200 Beer: 200 ClothoLiquor: 50 |