forked from MagicBane/Server
Signature argument renamed
This commit is contained in:
@@ -16,14 +16,11 @@ import engine.powers.ActionsBase;
|
||||
import engine.powers.PowersBase;
|
||||
import engine.wpak.data.PowerAction;
|
||||
|
||||
import java.sql.ResultSet;
|
||||
import java.sql.SQLException;
|
||||
|
||||
|
||||
public class ConfusionPowerAction extends AbstractPowerAction {
|
||||
|
||||
public ConfusionPowerAction(PowerAction rs){
|
||||
super(rs);
|
||||
public ConfusionPowerAction(PowerAction powerAction) {
|
||||
super(powerAction);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user