mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 22:17:45 +00:00
oops
This commit is contained in:
parent
e8dcef63ba
commit
eafb6f45b7
1 changed files with 0 additions and 1 deletions
|
@ -184,7 +184,6 @@ std::shared_ptr< FFXIVPacketBase > EffectBuilder::buildNextEffectPacket( uint32_
|
||||||
}
|
}
|
||||||
assert( effectPacket != nullptr );
|
assert( effectPacket != nullptr );
|
||||||
|
|
||||||
pHeader->actionAnimationId = m_sourceChara->getId();
|
|
||||||
pHeader->actionId = m_actionId;
|
pHeader->actionId = m_actionId;
|
||||||
pHeader->actionAnimationId = static_cast< uint16_t >( m_actionId );
|
pHeader->actionAnimationId = static_cast< uint16_t >( m_actionId );
|
||||||
pHeader->animationTargetId = m_sourceChara->getId();
|
pHeader->animationTargetId = m_sourceChara->getId();
|
||||||
|
|
Loading…
Add table
Reference in a new issue