diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 9af361b34..d61267fcc 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2481,7 +2481,26 @@ item_db: ( doevent "legacy_heal::OnUse"; "> }, -// 629 is free +{ + Id: 629 + AegisName: "ScholarshipTuition" + Name: "Scholarship Tuition" + Type: "IT_USABLE" + Buy: 250000 + Sell: 7500 + Weight: 1 + Refine: false + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nomail: true + noauction: true + } + Script: <" + callfunc("AutoTitulate"); + "> +}, { Id: 630 AegisName: "XmasGift" |