debugging
This commit is contained in:
@@ -100,6 +100,10 @@ public class PowerReq extends AbstractGameObject implements Comparable<PowerReq>
|
|||||||
ArrayList<PowerReq> runePR = null;
|
ArrayList<PowerReq> runePR = null;
|
||||||
int runeID = rs.getInt("runeID");
|
int runeID = rs.getInt("runeID");
|
||||||
int token = rs.getInt("powerToken");
|
int token = rs.getInt("powerToken");
|
||||||
|
if(token == 430792735){
|
||||||
|
PowersBase pb = PowersManager.getPowerByToken(token);
|
||||||
|
int i = 0;
|
||||||
|
}
|
||||||
if (PowerReq.runePowers.containsKey(runeID))
|
if (PowerReq.runePowers.containsKey(runeID))
|
||||||
runePR = PowerReq.runePowers.get(runeID);
|
runePR = PowerReq.runePowers.get(runeID);
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user