rename dir
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
if(!defined('GAME'))
|
||||
{
|
||||
die();
|
||||
}
|
||||
|
||||
if($itm['id'] <= 0) {
|
||||
return;
|
||||
}
|
||||
$u->deleteItem($itm['id']);
|
||||
$u->error = \Location\KnowledgeTemple::addReputation(100);
|
||||
Reference in New Issue
Block a user