diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-30 15:54:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-30 15:54:51 -0300 |
commit | e508300f9b7f0d320f3ea00e9e84c92f28e4a59d (patch) | |
tree | 532c377a685ac94de942412349cada64c0a98035 /db | |
parent | 199685ba7a9ef0219626b6c7b977264e8b0f09a1 (diff) | |
download | serverdata-e508300f9b7f0d320f3ea00e9e84c92f28e4a59d.tar.gz serverdata-e508300f9b7f0d320f3ea00e9e84c92f28e4a59d.tar.bz2 serverdata-e508300f9b7f0d320f3ea00e9e84c92f28e4a59d.tar.xz serverdata-e508300f9b7f0d320f3ea00e9e84c92f28e4a59d.zip |
Updates and bugfixes
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 1ff1f585c..a61f704c1 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -15659,7 +15659,7 @@ item_db: ( } Script: <" mercenary_create 1211, 3600000; - if (!rand2(5)) + if (rand(100) % 5 == 1) delitem 7594, 1; "> }, |