mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-16 13:08:31 +00:00
fix compiling
This commit is contained in:
@@ -35,7 +35,7 @@ void CDDeletionRestrictionsTable::LoadValuesFromDatabase() {
|
||||
}
|
||||
}
|
||||
}
|
||||
entry.checkType = static_cast<eDeletionRestrictionsCheckType>(tableData.getIntField("checkType", 6));
|
||||
entry.checkType = static_cast<eDeletionRestrictionsCheckType>(tableData.getIntField("checkType", 6)); // MAX
|
||||
|
||||
entries.push_back(entry);
|
||||
tableData.nextRow();
|
||||
|
||||
Reference in New Issue
Block a user