mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-09 06:06:09 +00:00
Fix Milestone 1000 pop (invalidate cache for count pop)
Fix Milestone 1000 pop (invalidate cache for count pop)
This commit is contained in:
@@ -4091,6 +4091,10 @@ class MYSQLi_DB implements IDbConnection {
|
||||
|
||||
return ($array_passed ? $result : self::$userSumFieldCache[$uid[0].$field]);
|
||||
}
|
||||
|
||||
public static function clearUserSumFieldCache($uid, $field){
|
||||
unset(self::$userSumFieldCache[(int)$uid.$field]);
|
||||
}
|
||||
|
||||
function updateVillage($vid) {
|
||||
list($vid) = $this->escape_input((int) $vid);
|
||||
|
||||
Reference in New Issue
Block a user