mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-03 17:27:47 +00:00
fix invalid ontalk case in quest script
This commit is contained in:
parent
946d7a37eb
commit
ae89163140
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class SubFst008 : public EventScript
|
|||
{
|
||||
Scene00001( player );
|
||||
}
|
||||
else if( Actor2 == Actor2 )
|
||||
else if( actor == Actor2 )
|
||||
{
|
||||
Scene00002( player );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue