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:
parent
8619b27a9e
commit
c511616de3
2 changed files with 3 additions and 5 deletions
|
@ -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 )
|
||||
{
|
||||
|
|
|
@ -237,6 +237,7 @@ class ManFst003Def
|
|||
},
|
||||
fun( player, eventId, additional ) {},
|
||||
eventId );
|
||||
player.unlock();
|
||||
}
|
||||
else if( actor == this.ACTOR2 )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue