mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
event battle fix
This commit is contained in:
parent
0ec4c4e4fd
commit
a006900fba
2 changed files with 2 additions and 2 deletions
|
@ -264,7 +264,7 @@ namespace Sapphire::Network::ActorControl
|
|||
|
||||
ToggleOrchestrionUnlock = 0x396,
|
||||
|
||||
EventBattleDialog = 0x39C,
|
||||
EventBattleDialog = 0x39D,
|
||||
|
||||
/*!
|
||||
* param1 = mountSpeed
|
||||
|
|
|
@ -491,7 +491,7 @@ void Sapphire::Network::GameConnection::clientTriggerHandler( const Packets::FFX
|
|||
auto packet = makeActorControlSelf( player.getId(), ActorControl::EventBattleDialog, 0, param12, param2 );
|
||||
player.queuePacket( packet );
|
||||
|
||||
player.sendDebug( "event battle level sync: {0}, ilevel sync?: {1}", param12, param2 );
|
||||
player.sendDebug( "event battle p1: {0}, p11: {1}, p12: {2}, p2: {3}, p3: {4}, p4: {5}, p5: {6}", param1, param11, param12, param2, param3, param4, param5 );
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue