1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-01 00:27:44 +00:00

little style

This commit is contained in:
Dantestyle 2018-05-14 05:55:05 +02:00
parent dc806e6e3f
commit 5b10dcf722

View file

@ -43,7 +43,6 @@ public:
{ {
auto actor = Event::mapEventActorToRealActor( static_cast<uint32_t>( actorId ) ); auto actor = Event::mapEventActorToRealActor( static_cast<uint32_t>( actorId ) );
// todo: this doesn't actually play a cutscene after accepting the quest
if( actor == ACTOR0 ) if( actor == ACTOR0 )
Scene00000( player ); Scene00000( player );
} }