forked from MagicBane/Server
Refactored poweractions
This commit is contained in:
@@ -25,15 +25,13 @@ import engine.powers.PowersBase;
|
||||
import engine.wpak.data.PowerAction;
|
||||
import org.pmw.tinylog.Logger;
|
||||
|
||||
import java.sql.SQLException;
|
||||
|
||||
|
||||
public class CreateMobPowerAction extends AbstractPowerAction {
|
||||
|
||||
private int mobID;
|
||||
private int mobLevel;
|
||||
|
||||
public CreateMobPowerAction(PowerAction rs) throws SQLException {
|
||||
public CreateMobPowerAction(PowerAction rs) {
|
||||
super(rs);
|
||||
|
||||
this.mobID = rs.petRace;
|
||||
|
||||
Reference in New Issue
Block a user