소스 검색

在线礼包数据初始化

cyzhao 4 달 전
부모
커밋
0a9be0a9d9
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Gameserver/App/model/Const/GameConfig.php
  2. 1 0
      Gameserver/App/model/User/Info_PrivateState.php

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