sql column name fix.

combat-2
MagicBot 2023-09-02 12:52:55 -04:00
parent 70a0ed135b
commit 205c9580e3
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public class dbPowerHandler extends dbHandlerBase {
recordsRead++;
mobbaseID = rs.getInt("mobbaseUUID");
mobbaseID = rs.getInt("rune_id");
runePowerEntry = new RunePowerEntry(rs);
if (mobPowers.get(mobbaseID) == null) {