Browse Source

装备bug

cyzhao 7 tháng trước cách đây
mục cha
commit
3dd525e585
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Gameserver/App/process/StoreProc.php

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

@@ -1140,7 +1140,7 @@ class StoreProc {
         $ins_equip = new Ins_Equip();
         $ins_equip->uid = $uid;
         $ins_equip->typeId = $typeId;
-        $ins_equip->qual = GameConfig::equip_compose_getItem($typeId)->qual;
+        $ins_equip->qual = GameConfig::equip_getItem($typeId)->qual;
         return $ins_equip;
     }