1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-01 00:27:44 +00:00
This commit is contained in:
Squall Leonhart 2018-10-20 14:36:56 +03:00
parent 81399e2af2
commit b173efef76

View file

@ -254,7 +254,7 @@ void Core::Entity::Player::unequipSoulCrystal( ItemPtr pItem )
auto currentClassJob = exdData->get< Core::Data::ClassJob >( static_cast< uint32_t >( getClass() ) );
auto parentClass = static_cast< ClassJob >( currentClassJob->classJobParent );
setClassJob ( parentClass );
setClassJob( parentClass );
}
// TODO: these next functions are so similar that they could likely be simplified