Browse Source

在线礼包数据初始化

cyzhao 4 months ago
parent
commit
0a9be0a9d9

+ 1 - 1
Gameserver/App/model/Const/GameConfig.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2025-01-23 09:12:52
+ // 日期: 2025-01-23 09:25:06
 ////////////////////
 
 /**

+ 1 - 0
Gameserver/App/model/User/Info_PrivateState.php

@@ -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) {