forked from MagicBane/Server
Poweraction refactor work
This commit is contained in:
@@ -20,12 +20,10 @@ import engine.powers.ActionsBase;
|
|||||||
import engine.powers.PowersBase;
|
import engine.powers.PowersBase;
|
||||||
import engine.wpak.data.PowerAction;
|
import engine.wpak.data.PowerAction;
|
||||||
|
|
||||||
import java.sql.SQLException;
|
|
||||||
|
|
||||||
|
|
||||||
public class SetItemFlagPowerAction extends AbstractPowerAction {
|
public class SetItemFlagPowerAction extends AbstractPowerAction {
|
||||||
|
|
||||||
public SetItemFlagPowerAction(PowerAction powerAction) throws SQLException {
|
public SetItemFlagPowerAction(PowerAction powerAction) {
|
||||||
super(powerAction);
|
super(powerAction);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user