瀏覽代碼

洗练bug修复

cyzhao 1 年之前
父節點
當前提交
0a05968b37

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-05-09 16:57:17
+ // 日期: 2024-05-09 17:20:28
 ////////////////////
 
 /**

+ 2 - 2
Gameserver/App/model/Const/sm_globalsettings.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-05-09 16:56:50
+ // 日期: 2024-05-09 17:20:16
 ////////////////////
 
 
@@ -121,7 +121,7 @@ class sm_globalsettings
     /**
     * @var string   
     */
-    public $GemQualNeedXILianStone;
+    public $XILianGemlNeedXILianStone;
 
 }
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-05-09 16:31:46
+ // 日期: 2024-05-09 17:02:46
 ////////////////////
 
 

+ 1 - 1
Gameserver/App/process/StoreProc.php

@@ -65,7 +65,7 @@ class StoreProc {
         $gem = new Ins_Gem($gemStore->$uid);
         my_Assert($gem->mo()->qual >= 5, ErrCode::user_store_GemNotXilian);
         
-        $arr = explode(';', glc()->GemQualNeedXILianStone); 
+        $arr = explode(';', glc()->XILianGemlNeedXILianStone); 
         $needStone = 0;
         foreach ($arr as $val) {
             $str = explode(':', $val);