1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 22:57:45 +00:00

Fixed Styling

This commit is contained in:
Pinapelz 2023-02-10 14:12:02 -08:00
parent b632fc4d65
commit 177091108f
3 changed files with 0 additions and 12 deletions

View file

@ -90,8 +90,6 @@ class SubSea003 : public Sapphire::ScriptAPI::QuestScript
quest.setUI8BH( 1 );
quest.setSeq( Seq1 );
}
}
//////////////////////////////////////////////////////////////////////
@ -131,12 +129,10 @@ class SubSea003 : public Sapphire::ScriptAPI::QuestScript
void Scene00003Return( World::Quest& quest, Entity::Player& player, const Event::SceneResult& result )
{
if( result.getResult( 0 ) == 1 )
{
player.finishQuest( getId() );
}
}
};

View file

@ -104,7 +104,6 @@ private:
quest.setUI8CH( 1 );
}
}
}
//////////////////////////////////////////////////////////////////////
// Available Scenes in this quest, not necessarly all are used
@ -121,8 +120,6 @@ private:
{
Scene00001( quest, player );
}
}
//////////////////////////////////////////////////////////////////////
@ -208,7 +205,6 @@ private:
{
player.finishQuest( getId() );
}
}
};

View file

@ -89,8 +89,6 @@ class SubSea005 : public Sapphire::ScriptAPI::QuestScript
{
Scene00001( quest, player );
}
}
//////////////////////////////////////////////////////////////////////
@ -158,12 +156,10 @@ class SubSea005 : public Sapphire::ScriptAPI::QuestScript
void Scene00005Return( World::Quest& quest, Entity::Player& player, const Event::SceneResult& result )
{
if( result.getResult( 0 ) == 1 )
{
player.finishQuest( getId() );
}
}
};