|
@@ -477,14 +477,13 @@ class Info_PrivateState extends Object_ext {
|
|
|
#[ArrayType]
|
|
|
public $onlineGiftIDs = array();
|
|
|
|
|
|
- public function initialize() {
|
|
|
+ public function initialize() {
|
|
|
$this->onlineGiftts = 1;
|
|
|
}
|
|
|
|
|
|
public function __construct($arg = null) {
|
|
|
if ($arg == null) {
|
|
|
- $this->skillLockerNumber = glc()->Skill_LockBtn_InitCount; # 初始值
|
|
|
- $this->onlineGiftts = 1;
|
|
|
+ $this->skillLockerNumber = glc()->Skill_LockBtn_InitCount; # 初始值
|
|
|
} else {
|
|
|
parent::__construct($arg);
|
|
|
if ($this->skillLockerNumber < glc()->Skill_LockBtn_InitCount) {
|