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