1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-02 08:57:44 +00:00

Fixed an issue with UI disapearing when attuning

This commit is contained in:
Mordred 2017-08-12 10:25:50 +02:00
parent 8619b27a9e
commit c511616de3
2 changed files with 3 additions and 5 deletions

View file

@ -233,12 +233,9 @@ class ManFst002Def
player.learnAction( 1 );
ManFst002.Scene00051( player );
},
fun( player, eventId, additional )
{
player.eventFinish( 0x050002, 0 );
player.eventFinish( additional, 0 );
},
fun( player, eventId, additional ) {},
0x050002 );
player.unlock();
}
else if( actor == this.ACTOR2 )
{

View file

@ -237,6 +237,7 @@ class ManFst003Def
},
fun( player, eventId, additional ) {},
eventId );
player.unlock();
}
else if( actor == this.ACTOR2 )
{