mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 22:57:45 +00:00
fixed style 2
This commit is contained in:
parent
84c5555cdd
commit
c551a766f3
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ void Core::Network::GameConnection::clientTriggerHandler( const Packets::FFXIVAR
|
|||
case ClientTriggerType::RequestHousingItemUI:
|
||||
{
|
||||
uint32_t plot = param2;
|
||||
auto pShowHousingItemUIPacket = makeActorControl142(player.getId(), ShowHousingItemUI, 0, plot);
|
||||
auto pShowHousingItemUIPacket = makeActorControl142( player.getId(), ShowHousingItemUI, 0, plot );
|
||||
|
||||
player.queuePacket( pShowHousingItemUIPacket );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue