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