|
|
|
@ -20,12 +20,10 @@ import engine.powers.ActionsBase;
@@ -20,12 +20,10 @@ import engine.powers.ActionsBase;
|
|
|
|
|
import engine.powers.PowersBase; |
|
|
|
|
import engine.wpak.data.PowerAction; |
|
|
|
|
|
|
|
|
|
import java.sql.SQLException; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public class SetItemFlagPowerAction extends AbstractPowerAction { |
|
|
|
|
|
|
|
|
|
public SetItemFlagPowerAction(PowerAction powerAction) throws SQLException { |
|
|
|
|
public SetItemFlagPowerAction(PowerAction powerAction) { |
|
|
|
|
super(powerAction); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|