12 lines
163 B
PHP
12 lines
163 B
PHP
<?php
|
|
if(!defined('GAME'))
|
|
{
|
|
die();
|
|
}
|
|
|
|
if($itm['id'] <= 0) {
|
|
return;
|
|
}
|
|
$u->deleteItem($itm['id']);
|
|
$u->error = \Location\KnowledgeTemple::addReputation(100);
|