Apply effects to item
This commit is contained in:
@@ -226,7 +226,7 @@ public enum ItemManager {
|
||||
return true;
|
||||
}
|
||||
|
||||
public static void addPrefixOrSuffix(Item item, int token) {
|
||||
public static void applyPrefixOrSuffix(Item item, int token) {
|
||||
|
||||
EffectsBase effectsBase = PowersManager.getEffectByToken(token);
|
||||
AbstractPowerAction apa = PowersManager.getPowerActionByIDString(effectsBase.getIDString());
|
||||
|
||||
Reference in New Issue
Block a user