diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-15 14:11:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-15 14:11:10 -0300 |
commit | 1ccaba63b68c3d0b99489d73bfc1c0327267501f (patch) | |
tree | b8b74b397c670c12a19010c69313807c19373792 /db/re/item_db.conf | |
parent | 7c4d0ee7c35968d2f23388849cffb64581acbb91 (diff) | |
download | serverdata-1ccaba63b68c3d0b99489d73bfc1c0327267501f.tar.gz serverdata-1ccaba63b68c3d0b99489d73bfc1c0327267501f.tar.bz2 serverdata-1ccaba63b68c3d0b99489d73bfc1c0327267501f.tar.xz serverdata-1ccaba63b68c3d0b99489d73bfc1c0327267501f.zip |
Terranite no longer drops Sapphire.
Drop has been replaced with Terranite Blueprint.
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 4c907f7ae..920ce4cd4 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -14750,6 +14750,18 @@ item_db: ( callfunc("MakeBlueprint", CRAFT_EQUIPMENT, CRAFT_MASTER); "> }, +{ + Id: 7465 + AegisName: "TerraniteBlueprint" + Name: "Terranite Blueprint" + Type: "IT_USABLE" + Buy: 1150 + Sell: 300 + Weight: 40 + Script: <" + callfunc("TerraniteBlueprint"); + "> +}, { Id: 7470 |