1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-30 08:07:46 +00:00

fix invalid ontalk case in quest script

This commit is contained in:
NotAdam 2018-08-23 22:59:22 +10:00
parent 8505f20e02
commit 4079dd86bf

View file

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