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:
parent
63d9ce5ba4
commit
3f30027742
1 changed files with 1 additions and 0 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Reference in a new issue