1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-25 11:07:45 +00:00

copy paste derp

This commit is contained in:
collett 2021-08-16 04:39:51 +09:00
parent 2e66c5837c
commit 1fb2fe881e

View file

@ -590,7 +590,7 @@ public:
auto seq5Callback = [ & ]( Entity::Player& player, const Event::SceneResult& result ) auto seq5Callback = [ & ]( Entity::Player& player, const Event::SceneResult& result )
{ {
player.prepareZoning( 152, true, 1, 0, 0, 1, 8 ); player.prepareZoning( 152, true, 1, 0, 0, 1, 8 );
p->queuePacket( makeActorControlSelf( p->getId(), DirectorUpdate, instance.getDirectorId(), 0x80000001, 1 ) ); player.queuePacket( makeActorControlSelf( player.getId(), DirectorUpdate, instance.getDirectorId(), 0x80000001, 1 ) );
if( player.getId() == instance.getCustomVar( 1 ) || player.getId() == instance.getCustomVar( 2 ) ) if( player.getId() == instance.getCustomVar( 1 ) || player.getId() == instance.getCustomVar( 2 ) )
{ {
player.updateQuest( 67114, 255 ); player.updateQuest( 67114, 255 );