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:
parent
2e66c5837c
commit
1fb2fe881e
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||||
|
|
Loading…
Add table
Reference in a new issue