1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 22:17:45 +00:00

removed unneeded insert

This commit is contained in:
Mordred 2017-10-16 00:11:23 +02:00
parent c23d401aa5
commit de90cea796

View file

@ -262,8 +262,6 @@ namespace Core {
g_charaDb.execute( "INSERT INTO characlass (CharacterId, Lv_" + std::to_string( g_exdData.m_classJobInfoMap[m_class].exp_idx ) + ", UPDATE_DATE ) "
" VALUES (" + std::to_string( m_id ) + ", 1, NOW());" );
g_charaDb.execute( "INSERT INTO charaquest (CharacterId, UPDATE_DATE ) VALUES (" + std::to_string( m_id ) + ", NOW());" );
g_charaDb.execute( "INSERT INTO charainfosearch (CharacterId, UPDATE_DATE ) VALUES (" + std::to_string( m_id ) + ", NOW());" );
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////