1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-07-10 22:37:46 +00:00

clear job gauge on spawn

This commit is contained in:
collett 2020-02-13 02:00:40 +09:00
parent d40fbbce1b
commit 6c916d1235

View file

@ -424,6 +424,7 @@ void Sapphire::Network::GameConnection::finishLoadingHandler( FrameworkPtr pFw,
// spawn the player for himself // spawn the player for himself
player.spawn( player.getAsPlayer() ); player.spawn( player.getAsPlayer() );
player.gaugeClear();
player.sendActorGauge(); player.sendActorGauge();
// notify the zone of a change in position to force an "inRangeActor" update // notify the zone of a change in position to force an "inRangeActor" update