game/_incl_data/class/magic/spell_hram100.php

12 lines
163 B
PHP
Raw Normal View History

2023-03-31 18:42:06 +00:00
<?php
2022-06-06 21:30:34 +00:00
if(!defined('GAME'))
{
die();
}
if($itm['id'] <= 0) {
return;
}
$u->deleteItem($itm['id']);
$u->error = \Location\KnowledgeTemple::addReputation(100);