forked from MagicBane/Server
added missing source types
This commit is contained in:
@@ -1013,7 +1013,10 @@ public class mbEnums {
|
||||
TRANSFORM,
|
||||
VAMPDRAIN,
|
||||
WEAPON,
|
||||
Wizardry;
|
||||
Wizardry,
|
||||
HealthRecoverRate,
|
||||
ManaRecoverRate,
|
||||
StaminaRecoverRate;
|
||||
|
||||
public static SourceType GetSourceType(String modName) {
|
||||
SourceType returnMod;
|
||||
|
||||
Reference in New Issue
Block a user