Properly named residence id getters.

This commit is contained in:
MobiusDevelopment
2020-06-15 22:59:42 +00:00
parent 7de9daa055
commit ab9e399e77
54 changed files with 158 additions and 158 deletions

View File

@@ -443,7 +443,7 @@ public class AuctioneerInstance extends Npc
}
else
{
LOGGER.warning("Auctioneer Auction null for getHasHideout : " + player.getClan().getHideoutId());
LOGGER.warning("Auctioneer Auction null for getHideoutId : " + player.getClan().getHideoutId());
}
player.sendPacket(html);