소스 검색

Merge branch 'master' of http://192.168.123.2:3000/ck/XiuXianGame

zg 1 개월 전
부모
커밋
6596489134
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Assets/Scripts/GameLogic/Bag/BagController.cs

+ 1 - 1
Assets/Scripts/GameLogic/Bag/BagController.cs

@@ -229,7 +229,7 @@ namespace GameLogic.Bag
                     return true;
                 }
             }
-            else if (item.config.itemTag == 2)
+            else if (item.config.associateID == 13)
             {
                 PlayerManager.Instance.myHero.heroData.exp += count;
                 AccountFileInfo.Instance.SavePlayerData();