forked from MagicBane/Server
Refactored poweractions
This commit is contained in:
@@ -25,14 +25,12 @@ import engine.objects.PlayerCharacter;
|
||||
import engine.powers.ActionsBase;
|
||||
import engine.powers.PowersBase;
|
||||
import engine.server.MBServerStatics;
|
||||
|
||||
import java.sql.ResultSet;
|
||||
import java.sql.SQLException;
|
||||
import engine.wpak.data.PowerAction;
|
||||
|
||||
|
||||
public class RecallPowerAction extends AbstractPowerAction {
|
||||
|
||||
public RecallPowerAction(ResultSet rs) throws SQLException {
|
||||
public RecallPowerAction(PowerAction rs) {
|
||||
super(rs);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user