mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-10 01:18:07 +00:00
address feedback
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user