1
Fork 0
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:
Pinapelz 2023-02-10 12:56:26 -08:00
parent e3070c7849
commit b3187c4037
2 changed files with 1 additions and 3 deletions

View file

@ -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 );
}

View file

@ -102,9 +102,6 @@ private:
{
quest.setSeq( SeqFinish );
quest.setUI8CH( 1 );
//quest.setUI8AL( 0 );
//quest.setUI8BH( 0 );
//quest.setUI8BL( 0 );
}
}