1
Fork 0
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:
NotAdam 2018-08-23 22:59:22 +10:00
parent 946d7a37eb
commit ae89163140

View file

@ -57,7 +57,7 @@ class SubFst008 : public EventScript
{
Scene00001( player );
}
else if( Actor2 == Actor2 )
else if( actor == Actor2 )
{
Scene00002( player );
}