mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Structure/Types
* move distributed constant values to object * move reused iterators and checks to object
This commit is contained in:
@@ -422,7 +422,7 @@ SqlGen::register(new class extends SetupScript
|
||||
subClassMask = subClassMask | (1 << isc.subClass)
|
||||
');
|
||||
|
||||
$this->reapplyCCFlags('sounds', TYPE_SOUND);
|
||||
$this->reapplyCCFlags('sounds', Type::SOUND);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user