diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-13 01:18:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-13 01:18:03 -0300 |
commit | 3bf5430a2b05700244dea94d44f308b23cc5f85e (patch) | |
tree | f2cf69e7d2e40415b54b70f2bdd3d21b932b20bc /db/re | |
parent | a97d500bbbe327fe27218a3bbe871be7665c1f17 (diff) | |
download | serverdata-3bf5430a2b05700244dea94d44f308b23cc5f85e.tar.gz serverdata-3bf5430a2b05700244dea94d44f308b23cc5f85e.tar.bz2 serverdata-3bf5430a2b05700244dea94d44f308b23cc5f85e.tar.xz serverdata-3bf5430a2b05700244dea94d44f308b23cc5f85e.zip |
Guns should be refinable
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 42370b295..58d684e93 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9987,6 +9987,7 @@ item_db: ( WeaponLv: 1 EquipLv: 70 Subtype: "W_RIFLE" + Refine: true AllowAmmo: { Id6510: 1 Id6511: 1 @@ -10009,6 +10010,7 @@ item_db: ( WeaponLv: 1 EquipLv: 70 Subtype: "W_GATLING" + Refine: true AllowAmmo: { Id6510: 1 Id6511: 1 @@ -10034,6 +10036,7 @@ item_db: ( WeaponLv: 1 EquipLv: 70 Subtype: "W_SHOTGUN" + Refine: true AllowAmmo: { Id6510: 1 Id6511: 1 @@ -10058,6 +10061,7 @@ item_db: ( WeaponLv: 1 EquipLv: 70 Subtype: "W_REVOLVER" + Refine: true AllowAmmo: { Id6510: 1 Id6511: 1 |