mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-09 04:07:46 +00:00
Added EventNotice to SubSea003
This commit is contained in:
parent
e3070c7849
commit
b3187c4037
2 changed files with 1 additions and 3 deletions
|
@ -118,6 +118,7 @@ class SubSea003 : public Sapphire::ScriptAPI::QuestScript
|
|||
|
||||
void Scene00002Return( World::Quest& quest, Entity::Player& player, const Event::SceneResult& result )
|
||||
{
|
||||
eventMgr().sendEventNotice( player, getId(), 0, 0 );
|
||||
quest.setSeq( SeqFinish );
|
||||
}
|
||||
|
||||
|
|
|
@ -102,9 +102,6 @@ private:
|
|||
{
|
||||
quest.setSeq( SeqFinish );
|
||||
quest.setUI8CH( 1 );
|
||||
//quest.setUI8AL( 0 );
|
||||
//quest.setUI8BH( 0 );
|
||||
//quest.setUI8BL( 0 );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue