diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 3eed20a07..556d34cc3 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9589,8 +9589,16 @@ item_db: ( noselltonpc: true } Nouse: { - override: 80 + override: 99 } + Script: <" + if (getgmlevel() < 99) { + logmes "Banning invalid use of Admin Cap", LOGMES_ATCOMMAND; + announce "Security violation at item.db.2988, Administrator help immediately required.", bc_all; + atcommand "@ban 1m "+strcharinfo(0); + delitem 2988, 1; + } + "> Sprite: 0 }, { |