forked from MagicBane/Server
added missing source types
This commit is contained in:
+1
-14
@@ -1013,20 +1013,7 @@ public class mbEnums {
|
|||||||
TRANSFORM,
|
TRANSFORM,
|
||||||
VAMPDRAIN,
|
VAMPDRAIN,
|
||||||
WEAPON,
|
WEAPON,
|
||||||
Wizardry,
|
Wizardry;
|
||||||
//added for parser failings
|
|
||||||
HealthRecoverRate,
|
|
||||||
ManaRecoverRate,
|
|
||||||
StaminaRecoverRate,
|
|
||||||
MeleeDamageModifier,
|
|
||||||
PowerDamageModifier,
|
|
||||||
Attr,
|
|
||||||
Resistance,
|
|
||||||
Health,
|
|
||||||
Mana,
|
|
||||||
Stamina,
|
|
||||||
Skill,
|
|
||||||
Spell;
|
|
||||||
|
|
||||||
public static SourceType GetSourceType(String modName) {
|
public static SourceType GetSourceType(String modName) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
@@ -299,8 +299,9 @@ public class PowersParser {
|
|||||||
Logger.error("Unhandled variable type:" + key + " for power: " + powerEntry.power_id);
|
Logger.error("Unhandled variable type:" + key + " for power: " + powerEntry.power_id);
|
||||||
}
|
}
|
||||||
}catch(Exception e){
|
}catch(Exception e){
|
||||||
Logger.info(loggerString + " ERROR: " + e);
|
Logger.error(loggerString + " ERROR: " + e);
|
||||||
}
|
}
|
||||||
|
Logger.error("POWER PARSE COMPLETED");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Parse power conditions
|
// Parse power conditions
|
||||||
|
|||||||
Reference in New Issue
Block a user