Refactored poweractions

This commit is contained in:
2024-09-05 15:36:38 -04:00
parent 82cefce424
commit deab274ba2
16 changed files with 34 additions and 64 deletions
@@ -17,9 +17,7 @@ import engine.net.client.msg.PromptRecallMsg;
import engine.objects.*;
import engine.powers.ActionsBase;
import engine.powers.PowersBase;
import java.sql.ResultSet;
import java.sql.SQLException;
import engine.wpak.data.PowerAction;
import static engine.math.FastMath.sqr;
import static engine.math.FastMath.sqrt;
@@ -29,7 +27,7 @@ public class RunegateTeleportPowerAction extends AbstractPowerAction {
/**
* ResultSet Constructor
*/
public RunegateTeleportPowerAction(ResultSet rs) throws SQLException {
public RunegateTeleportPowerAction(PowerAction rs) {
super(rs);
}