Structure/Types
* move distributed constant values to object * move reused iterators and checks to object
This commit is contained in:
parent
e109a6deed
commit
33a870ef78
126 changed files with 970 additions and 885 deletions
|
|
@ -120,7 +120,7 @@ SqlGen::register(new class extends SetupScript
|
|||
// apply typeCat and reqSkill depending on locks
|
||||
DB::Aowow()->query($updateQuery, $ids ?: DBSIMPLE_SKIP);
|
||||
|
||||
$this->reapplyCCFlags('objects', TYPE_OBJECT);
|
||||
$this->reapplyCCFlags('objects', Type::OBJECT);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue