|
@@ -484,6 +484,7 @@ class Info_PrivateState extends Object_ext {
|
|
|
public function __construct($arg = null) {
|
|
|
if ($arg == null) {
|
|
|
$this->skillLockerNumber = glc()->Skill_LockBtn_InitCount; # 初始值
|
|
|
+ $this->onlineGiftts = 1;
|
|
|
} else {
|
|
|
parent::__construct($arg);
|
|
|
if ($this->skillLockerNumber < glc()->Skill_LockBtn_InitCount) {
|