| System/Role/EquipShowSwitch.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Role/EquipShowSwitch.cs
@@ -30,6 +30,10 @@ public static bool IsGodWeaponEffectOn(uint value, int type, out int level) { level = 0; if (value == 7) { return false; } for (int i = 0; i < GODWEAPON_EFFECT_STAGE; i++) { var stage = i + 1;