mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-24 21:57:44 +00:00
VS must hate me
This commit is contained in:
parent
43f3530d8f
commit
7c512d5d30
1 changed files with 7 additions and 7 deletions
|
@ -81,13 +81,13 @@ class ManFst003 : public EventScript
|
||||||
{
|
{
|
||||||
player.eventActionStart( 0x050002, 0x13,
|
player.eventActionStart( 0x050002, 0x13,
|
||||||
[&]( Entity::Player& player, uint32_t eventId, uint64_t additional )
|
[&]( Entity::Player& player, uint32_t eventId, uint64_t additional )
|
||||||
{
|
{
|
||||||
player.sendQuestMessage( 0x050002, 0, 1, 0, 0 );
|
player.sendQuestMessage( 0x050002, 0, 1, 0, 0 );
|
||||||
player.registerAetheryte( 2 );
|
player.registerAetheryte( 2 );
|
||||||
player.learnAction( 1 );
|
player.learnAction( 1 );
|
||||||
Scene00051( player );
|
Scene00051( player );
|
||||||
},
|
},
|
||||||
nullptr, eventId );
|
nullptr, eventId );
|
||||||
}
|
}
|
||||||
else if( actor == Actor2 )
|
else if( actor == Actor2 )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue