sql column name fix.

This commit is contained in:
2023-09-02 12:52:55 -04:00
parent 70a0ed135b
commit 205c9580e3
+1 -1
View File
@@ -103,7 +103,7 @@ public class dbPowerHandler extends dbHandlerBase {
recordsRead++; recordsRead++;
mobbaseID = rs.getInt("mobbaseUUID"); mobbaseID = rs.getInt("rune_id");
runePowerEntry = new RunePowerEntry(rs); runePowerEntry = new RunePowerEntry(rs);
if (mobPowers.get(mobbaseID) == null) { if (mobPowers.get(mobbaseID) == null) {