1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-07 19:27:45 +00:00

Add missing changeclass

This commit is contained in:
Lucy 2023-03-12 16:46:39 +01:00
parent 63d9ce5ba4
commit 3f30027742

View file

@ -733,6 +733,7 @@ void Player::setClassJob( Common::ClassJob classJob )
m_tp = 0;
Network::Util::Player::sendChangeClass( *this );
Network::Util::Player::sendStatusUpdate( *this );
Network::Util::Player::sendActorControl( getInRangePlayerIds( true ), *this, ClassJobChange, 4 );
Network::Util::Player::sendHudParam( *this );