Mass update
This commit is contained in:
@@ -1604,7 +1604,7 @@ class Magic
|
||||
|
||||
private static function getDressedEkrTotalPrice($uid)
|
||||
{
|
||||
return \Insallah\Db::getValue('select sum(2price) from items_users where inOdet > 0 and uid = ?', [$uid]);
|
||||
return \Core\Db::getValue('select sum(2price) from items_users where inOdet > 0 and uid = ?', [$uid]);
|
||||
}
|
||||
|
||||
private static function canAttack8Level($attacker, $target)
|
||||
|
||||
Reference in New Issue
Block a user