address feedback

This commit is contained in:
Aaron Kimbre
2023-11-19 20:24:04 -06:00
parent 0cb64d3209
commit 3d0ba3c5cf
3 changed files with 4 additions and 9 deletions

View File

@@ -29,12 +29,6 @@ void CDRewardCodesTable::LoadValuesFromDatabase() {
this->entries.push_back(entry);
tableData.nextRow();
}
tableData.finalize();
}
const std::vector<CDRewardCode>& CDRewardCodesTable::GetEntries() const {
return this->entries;
}
LOT CDRewardCodesTable::GetAttachmentLOT(uint32_t rewardCodeId) const {