mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 00:27:44 +00:00
No space
This commit is contained in:
parent
81399e2af2
commit
b173efef76
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 currentClassJob = exdData->get< Core::Data::ClassJob >( static_cast< uint32_t >( getClass() ) );
|
||||||
auto parentClass = static_cast< ClassJob >( currentClassJob->classJobParent );
|
auto parentClass = static_cast< ClassJob >( currentClassJob->classJobParent );
|
||||||
setClassJob ( parentClass );
|
setClassJob( parentClass );
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: these next functions are so similar that they could likely be simplified
|
// TODO: these next functions are so similar that they could likely be simplified
|
||||||
|
|
Loading…
Add table
Reference in a new issue