mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-07 11:17:46 +00:00
No space
This commit is contained in:
parent
78b8de04b4
commit
da89793d56
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue