mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 22:17:45 +00:00
Fix SubFst013
This commit is contained in:
parent
a34b8abb80
commit
3cc27daabd
1 changed files with 3 additions and 1 deletions
|
@ -73,7 +73,9 @@ public:
|
|||
{
|
||||
case Actor0:
|
||||
{
|
||||
if( quest.getSeq() == Seq2 )
|
||||
if( quest.getSeq() == Seq0 )
|
||||
Scene00000( quest, player );
|
||||
else if( quest.getSeq() == Seq2 )
|
||||
Scene00002( quest, player );
|
||||
else if( quest.getSeq() == Seq4 )
|
||||
Scene00004( quest, player );
|
||||
|
|
Loading…
Add table
Reference in a new issue