mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 06:47:45 +00:00
Fixed a bug with SubFst001
This commit is contained in:
parent
90018d0137
commit
7e953ad695
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,7 @@ public:
|
|||
Scene00000( quest, player );
|
||||
else
|
||||
Scene00001( quest, player );
|
||||
break;
|
||||
}
|
||||
case Actor1:
|
||||
{
|
||||
|
@ -66,6 +67,7 @@ public:
|
|||
Scene00099( quest, player );
|
||||
else
|
||||
Scene00100( quest, player );
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue