1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 14:07:46 +00:00

remove extra call;

This commit is contained in:
Alice Ogeda 2023-03-24 18:09:12 -03:00
parent dedf66f28d
commit 631abf48aa

View file

@ -303,8 +303,6 @@ int main( int argc, char* argv[] )
if( cursor % 50 == 0 && cursor > 0 )
Logger::info( "Processing {} classjobs of {} ({:.2f}%)", cursor, total, done );
auto classJob = g_exdDataGen.getRow< Excel::ClassJob >( id );
if( classJob )
{
auto& classJobData = classJob->data();