mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-25 11:07:45 +00:00
another typo
This commit is contained in:
parent
53edec08c1
commit
419c7cdfca
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public:
|
||||||
if( p1 && p2 )
|
if( p1 && p2 )
|
||||||
{
|
{
|
||||||
//skip seq 2, 3 for now
|
//skip seq 2, 3 for now
|
||||||
instance.setDirectorSequence( 4 );
|
instance.setSequence( 4 );
|
||||||
p1->eventFinish( eventId, 1 );
|
p1->eventFinish( eventId, 1 );
|
||||||
FFXIVCeremonySetActorAppearance packetData = {};
|
FFXIVCeremonySetActorAppearance packetData = {};
|
||||||
packetData.u1 = 1;
|
packetData.u1 = 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue