diff options
-rw-r--r-- | world/map/db/item_db.conf | 9 | ||||
-rw-r--r-- | world/map/db/item_db_generic.txt | 2 |
2 files changed, 1 insertions, 10 deletions
diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf index ef06dfa1..42b710eb 100644 --- a/world/map/db/item_db.conf +++ b/world/map/db/item_db.conf @@ -5523,15 +5523,6 @@ item_db: ( Def: 0 Refine: false ViewSprite: 5318 - Trade: { - notrade: true - nodrop: true - nostorage: false - nogstorage: false - nomail: true - noauction: true - noselltonpc: true - } }, { Id: 5319 diff --git a/world/map/db/item_db_generic.txt b/world/map/db/item_db_generic.txt index 5c38ee8a..792f2d46 100644 --- a/world/map/db/item_db_generic.txt +++ b/world/map/db/item_db_generic.txt @@ -277,7 +277,7 @@ //ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, Mode, {UseScript}, {EquipScript} 5316, BromenalOre, 3, 3200, 1600, 40, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} //5317, BromenalIngot, 3, 30000, 3300, 1000, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {} -5318, BromenalDroplet, 3, 15000, 1500, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {} +5318, BromenalDroplet, 3, 15000, 1500, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} //5319, ShadowPlantCrystalDust, 3, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {} 5327, CopperOre, 3, 3200, 1600, 40, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} //5328, CopperIngot, 3, 20000, 2200, 1000, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {} |