|
|
|
@ -100,6 +100,10 @@ public class PowerReq extends AbstractGameObject implements Comparable<PowerReq>
@@ -100,6 +100,10 @@ public class PowerReq extends AbstractGameObject implements Comparable<PowerReq>
|
|
|
|
|
ArrayList<PowerReq> runePR = null; |
|
|
|
|
int runeID = rs.getInt("runeID"); |
|
|
|
|
int token = rs.getInt("powerToken"); |
|
|
|
|
if(token == 430792735){ |
|
|
|
|
PowersBase pb = PowersManager.getPowerByToken(token); |
|
|
|
|
int i = 0; |
|
|
|
|
} |
|
|
|
|
if (PowerReq.runePowers.containsKey(runeID)) |
|
|
|
|
runePR = PowerReq.runePowers.get(runeID); |
|
|
|
|
else { |
|
|
|
|