diff options
-rw-r--r-- | db/re/item_db.conf | 2 | ||||
-rw-r--r-- | db/re/mob_db.conf | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index d96c4da6c..88970c427 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -20059,7 +20059,7 @@ item_db: ( Refine: false Delay: 500 Script: <" - gethomunexp(rand2(1+REBIRTH*50, (REBIRTH*150)+BaseLevel)); + gethomunexp(callfunc("rand2", 1+REBIRTH*50, (REBIRTH*150)+BaseLevel)); "> }, { diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index ac2aa7c1d..0fa5017b1 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -10953,7 +10953,7 @@ mob_db: ( FluoPowder: 50 DodgeDonut: 30 StrawberryDonut: 20 - NivalisWarpCrystal: 10 + NivalWarpCrystal: 10 } }, { @@ -13279,7 +13279,7 @@ mob_db: ( DamageMotion: 100 Drops: { SparklyChocolateDonut: 2700 - NivalisWarpCrystal: 1000 + NivalWarpCrystal: 1000 LegendaryMouboo: 1 } }, |