diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-07-23 23:40:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-07-23 23:40:26 -0300 |
commit | c32ce1aae25d43dd7fe10de2713acfebfcf49b3f (patch) | |
tree | ee5025eac61bd271aed681f2576bcecf9bdd52c5 | |
parent | 0b8589c62d0cf029d22368302263c3287ab5507f (diff) | |
download | serverdata-c32ce1aae25d43dd7fe10de2713acfebfcf49b3f.tar.gz serverdata-c32ce1aae25d43dd7fe10de2713acfebfcf49b3f.tar.bz2 serverdata-c32ce1aae25d43dd7fe10de2713acfebfcf49b3f.tar.xz serverdata-c32ce1aae25d43dd7fe10de2713acfebfcf49b3f.zip |
Fix the typos
-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 } }, |