mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 06:27:45 +00:00
Update FesLgt002.cpp
This commit is contained in:
parent
a50c1858d5
commit
05bfa2eb0d
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ public:
|
|||
{
|
||||
case Actor0:
|
||||
{
|
||||
if( quest.getSeq() == Seq0 )
|
||||
Scene00000( quest, player );
|
||||
else if( quest.getSeq() == SeqFinish )
|
||||
Scene00002( quest, player );
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue