chenxin
2020-12-02 cc7ed63c3efab2640c9cc56225519ab187fd7cbc
Assets/Scripts/TowerDefense/Level/EndlessBuff/EndlessBuff.cs
@@ -53,9 +53,9 @@
                    if (gemId == 101)
                        attributeId = 1;
                    else if (gemId == 105)
                    else if (gemId == 201)
                        attributeId = 2;
                    else if (gemId == 109)
                    else if (gemId == 301)
                        attributeId = 3;
                    isEffective = attributeId == buffData.Config.target_type[1];
                    break;