added missing source types

This commit is contained in:
2025-01-19 15:00:13 -06:00
parent ef234beeb7
commit 5f277c3cff
+2 -1
View File
@@ -1018,7 +1018,8 @@ public class mbEnums {
ManaRecoverRate,
StaminaRecoverRate,
MeleeDamageModifier,
PowerDamageModifier;
PowerDamageModifier,
Attr;
public static SourceType GetSourceType(String modName) {
SourceType returnMod;