debugging

This commit is contained in:
2024-05-09 19:36:55 -05:00
parent 4ec7c3c4bd
commit 116c9bfdfb
+4
View File
@@ -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 {