forked from MagicBane/Server
parser now uses poweractiontype
This commit is contained in:
@@ -30,7 +30,7 @@ public class OpenGatePowerAction extends AbstractPowerAction {
|
||||
super(powerAction);
|
||||
}
|
||||
|
||||
public OpenGatePowerAction(int uUID, String iDString, String type, boolean isAggressive, long validItemFlags) {
|
||||
public OpenGatePowerAction(int uUID, String iDString, mbEnums.PowerActionType type, boolean isAggressive, long validItemFlags) {
|
||||
super(uUID, iDString, type, isAggressive, validItemFlags);
|
||||
// TODO Auto-generated constructor stub
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user