瀏覽代碼

fix: 初始关卡id

王刚 1 年之前
父節點
當前提交
80b9671b53
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Gameserver/App/model/User/Info_Gates.php

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

@@ -58,7 +58,7 @@ class Info_Gates extends Object_ext {
     public $xunluo_quick_buyRecord = 0;
 
     public function initialize() {
-        $startId = 10010111;
+        $startId = 10010121;
         $this->CurrentGateId = $startId;
         $this->UnlockedGatesMaxId = $startId;