Browse Source

在线礼包

cyzhao 4 months ago
parent
commit
fa32d6b163
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gameserver/App/model/User/Info_PrivateState.php

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

@@ -469,7 +469,7 @@ class Info_PrivateState extends Object_ext {
     /**
     /**
      * @var int 在线礼包累计时长
      * @var int 在线礼包累计时长
      */
      */
-    public $onlineGiftts = 0;
+    public $onlineGiftts = 1;
 
 
     /**
     /**
      * @var [int] 当前在线礼包ID(每天清空)
      * @var [int] 当前在线礼包ID(每天清空)