mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-28 12:17:46 +00:00
Merge remote-tracking branch 'remotes/origin/develop' into develop_c
This commit is contained in:
commit
0cd7bd7f49
1 changed files with 3 additions and 4 deletions
|
@ -499,8 +499,7 @@ void Sapphire::Network::GameConnection::clientTriggerHandler( FrameworkPtr pFw,
|
||||||
auto packet = makeActorControlSelf( player.getId(), ActorControl::EventBattleDialog, 0, param12, param2 );
|
auto packet = makeActorControlSelf( player.getId(), ActorControl::EventBattleDialog, 0, param12, param2 );
|
||||||
player.queuePacket( packet );
|
player.queuePacket( packet );
|
||||||
|
|
||||||
player.sendDebug("Unk232C: level sync: {0}, ilevel sync?: {1}",
|
player.sendDebug( "event battle level sync: {0}, ilevel sync?: {1}", param12, param2 );
|
||||||
param12, param2);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue