forked from MagicBane/Server
sql column name fix.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user